From 9b52d247545fb19e6ef9813d376007e518b50e48 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 1 Oct 2008 15:15:41 +0000 Subject: 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 --- meta/packages/rt2860/rt2860_1.7.0.0.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'meta/packages/rt2860/rt2860_1.7.0.0.bb') 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" 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" -- cgit v1.2.3