summaryrefslogtreecommitdiff
path: root/meta/packages/rt2860/rt2860_1.7.0.0.bb
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-01 15:15:41 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-01 15:15:41 +0000
commit9b52d247545fb19e6ef9813d376007e518b50e48 (patch)
tree5f838f5cc45bce1a478eb617412f14a9a6a86429 /meta/packages/rt2860/rt2860_1.7.0.0.bb
parentf36ea090d1d591ca37208f808ba40cf95d68a45d (diff)
downloadopenembedded-core-9b52d247545fb19e6ef9813d376007e518b50e48.tar.gz
openembedded-core-9b52d247545fb19e6ef9813d376007e518b50e48.tar.bz2
openembedded-core-9b52d247545fb19e6ef9813d376007e518b50e48.tar.xz
openembedded-core-9b52d247545fb19e6ef9813d376007e518b50e48.zip
rt2860: Fix iwpriv oops
Triggered by powertop, iwpriv -a oops this driver when the interface is down. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5370 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/rt2860/rt2860_1.7.0.0.bb')
-rw-r--r--meta/packages/rt2860/rt2860_1.7.0.0.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/rt2860/rt2860_1.7.0.0.bb b/meta/packages/rt2860/rt2860_1.7.0.0.bb
index caa144d69..742edb761 100644
--- a/meta/packages/rt2860/rt2860_1.7.0.0.bb
+++ b/meta/packages/rt2860/rt2860_1.7.0.0.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "Driver for the 802.11n RaLink rt2860 chipset"
PRIORITY = "optional"
SECTION = "kernel/modules"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \
file://01_dev_get_by_name.patch;patch=1 \
- file://02_wpa-fix.patch;patch=1" \
- file://03-iwe_stream_add.patch;patch=1" \
- file://04-pci_name.patch;patch=1"
+ file://02_wpa-fix.patch;patch=1 \
+ file://03-iwe_stream_add.patch;patch=1 \
+ file://04-pci_name.patch;patch=1 \
+ file://05-iwpriv.patch;patch=1"
S = "${WORKDIR}/rt2860-1.7.0.0"