summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/540-ath9k_rx_stop.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-11 13:52:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-11 13:52:27 +0000
commit400f75a1b657eceb5e661adb5bf56c2498b4a2ff (patch)
tree1d85da294b86812834c0c0ba2c7ef076e866bbdb /package/mac80211/patches/540-ath9k_rx_stop.patch
parentce2ced73118dfd1dab21392f91cda19f005f949d (diff)
downloadmtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.zip
mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.gz
mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.bz2
mac80211: update to 2011-08-10
SVN-Revision: 27958
Diffstat (limited to 'package/mac80211/patches/540-ath9k_rx_stop.patch')
-rw-r--r--package/mac80211/patches/540-ath9k_rx_stop.patch13
1 files changed, 0 insertions, 13 deletions
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 17c4c28..0000000
--- 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;
- }