aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/582-ath9k_antenna_control.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-29 10:40:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-29 10:40:46 +0000
commit7090cad4f56186b48426f3a9b1cd59690750f53b (patch)
tree7c380705285665519313d4d1c96b37562b72c712 /package/mac80211/patches/582-ath9k_antenna_control.patch
parent04f4b686c3b09b9f07f282dc14919365847e666b (diff)
downloadupstream-7090cad4f56186b48426f3a9b1cd59690750f53b.tar.gz
upstream-7090cad4f56186b48426f3a9b1cd59690750f53b.tar.bz2
upstream-7090cad4f56186b48426f3a9b1cd59690750f53b.zip
ath9k: fix disabling ani on reset
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28115 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/582-ath9k_antenna_control.patch')
-rw-r--r--package/mac80211/patches/582-ath9k_antenna_control.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/582-ath9k_antenna_control.patch b/package/mac80211/patches/582-ath9k_antenna_control.patch
index 39e527d3bb..944554622a 100644
--- a/package/mac80211/patches/582-ath9k_antenna_control.patch
+++ b/package/mac80211/patches/582-ath9k_antenna_control.patch
@@ -75,7 +75,7 @@
bool ath9k_uses_beacons(int type);
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -268,6 +268,22 @@ static bool ath_complete_reset(struct at
+@@ -269,6 +269,22 @@ static bool ath_complete_reset(struct at
ath_start_ani(common);
}
@@ -98,7 +98,7 @@
ieee80211_wake_queues(sc->hw);
return true;
-@@ -2364,6 +2380,59 @@ static int ath9k_get_stats(struct ieee80
+@@ -2365,6 +2381,59 @@ static int ath9k_get_stats(struct ieee80
return 0;
}
@@ -158,7 +158,7 @@
struct ieee80211_ops ath9k_ops = {
.tx = ath9k_tx,
.start = ath9k_start,
-@@ -2390,4 +2459,6 @@ struct ieee80211_ops ath9k_ops = {
+@@ -2391,4 +2460,6 @@ struct ieee80211_ops ath9k_ops = {
.tx_frames_pending = ath9k_tx_frames_pending,
.tx_last_beacon = ath9k_tx_last_beacon,
.get_stats = ath9k_get_stats,