From 559f191cc256f9fc93405a74b0fb4dd9339424aa Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 11 Aug 2011 13:52:27 +0000 Subject: mac80211: update to 2011-08-10 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27958 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/540-ath9k_rx_stop.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/mac80211/patches/540-ath9k_rx_stop.patch (limited to 'package/mac80211/patches/540-ath9k_rx_stop.patch') diff --git a/package/mac80211/patches/540-ath9k_rx_stop.patch b/package/mac80211/patches/540-ath9k_rx_stop.patch deleted file mode 100644 index 17c4c28e4..000000000 --- a/package/mac80211/patches/540-ath9k_rx_stop.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/mac.c -+++ b/drivers/net/wireless/ath/ath9k/mac.c -@@ -737,7 +737,9 @@ bool ath9k_hw_stopdmarecv(struct ath_hw - - if (!AR_SREV_9300_20_OR_LATER(ah)) { - mac_status = REG_READ(ah, AR_DMADBG_7) & 0x7f0; -- if (mac_status == 0x1c0 && mac_status == last_mac_status) { -+ if (mac_status == last_mac_status && -+ (mac_status == 0x1c0 || -+ (AR_SREV_9100(ah) && mac_status == 0x020))) { - *reset = true; - break; - } -- cgit v1.2.3