summaryrefslogtreecommitdiffstats
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)
downloadpoky-9b52d247545fb19e6ef9813d376007e518b50e48.tar.gz
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 caa144d69d..742edb7619 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"
2PRIORITY = "optional" 2PRIORITY = "optional"
3SECTION = "kernel/modules" 3SECTION = "kernel/modules"
4LICENSE = "GPL" 4LICENSE = "GPL"
5PR = "r0" 5PR = "r1"
6 6
7SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ 7SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \
8 file://01_dev_get_by_name.patch;patch=1 \ 8 file://01_dev_get_by_name.patch;patch=1 \
9 file://02_wpa-fix.patch;patch=1" \ 9 file://02_wpa-fix.patch;patch=1 \
10 file://03-iwe_stream_add.patch;patch=1" \ 10 file://03-iwe_stream_add.patch;patch=1 \
11 file://04-pci_name.patch;patch=1" 11 file://04-pci_name.patch;patch=1 \
12 file://05-iwpriv.patch;patch=1"
12 13
13S = "${WORKDIR}/rt2860-1.7.0.0" 14S = "${WORKDIR}/rt2860-1.7.0.0"
14 15