diff options
| author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-01 15:15:41 +0000 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-01 15:15:41 +0000 |
| commit | 9b52d247545fb19e6ef9813d376007e518b50e48 (patch) | |
| tree | 5f838f5cc45bce1a478eb617412f14a9a6a86429 /meta/packages/rt2860/rt2860_1.7.0.0.bb | |
| parent | f36ea090d1d591ca37208f808ba40cf95d68a45d (diff) | |
| download | poky-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.bb | 9 |
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" | |||
| 2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
| 3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | PR = "r0" | 5 | PR = "r1" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ | 7 | SRC_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 | ||
| 13 | S = "${WORKDIR}/rt2860-1.7.0.0" | 14 | S = "${WORKDIR}/rt2860-1.7.0.0" |
| 14 | 15 | ||
