summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/582-ath9k_antenna_control.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-08-29 10:46:02 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-08-29 10:46:02 +0000
commitddc44847f838f57181a99be804d9234a9cddc59d (patch)
tree1944cf895579694741ebf4524f2f07afe8a977db /package/mac80211/patches/582-ath9k_antenna_control.patch
parentdfc716e60961c4cb1fc51dba76ddab5f20984218 (diff)
ath9k: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28116 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 944554622..2e2bbea17 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
-@@ -269,6 +269,22 @@ static bool ath_complete_reset(struct at
+@@ -270,6 +270,22 @@ static bool ath_complete_reset(struct at
ath_start_ani(common);
}
@@ -98,7 +98,7 @@
ieee80211_wake_queues(sc->hw);
return true;
-@@ -2365,6 +2381,59 @@ static int ath9k_get_stats(struct ieee80
+@@ -2366,6 +2382,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,
-@@ -2391,4 +2460,6 @@ struct ieee80211_ops ath9k_ops = {
+@@ -2392,4 +2461,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,