diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-10 16:50:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-10 16:50:15 +0000 |
commit | f98e55faf0468bda5773b8276a9d5cdd530f3b80 (patch) | |
tree | 655ee3232e58f2f38f6aa6d5930b1df18f2ccb79 /package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch | |
parent | 8f25fb608678fa9d5e785f799a21a863b9220f67 (diff) | |
download | upstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.tar.gz upstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.tar.bz2 upstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.zip |
mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
SVN-Revision: 20777
Diffstat (limited to 'package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch')
-rw-r--r-- | package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch b/package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch index 607d7c9c33..e743af3d30 100644 --- a/package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch +++ b/package/mac80211/patches/602-rt2x00-remove-mcu-requests-for-soc.patch @@ -14,9 +14,9 @@ Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c -@@ -60,6 +60,12 @@ static void rt2800pci_mcu_status(struct - unsigned int i; - u32 reg; +@@ -66,6 +66,12 @@ static void rt2800pci_mcu_status(struct + if (rt2x00_is_soc(rt2x00dev)) + return; + /* + * SOC devices don't support MCU requests. |