summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-25 21:12:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-25 21:12:28 +0000
commit1938d5a6691c3cfa081e94ddbf48a12e02129ec1 (patch)
treee9b959c01a78ccda243afe63c2933f8ac8447564 /package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
parent3b6e38ba6a28013728eadab9b114101cde518fe5 (diff)
downloadmaster-31e0f0ae-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.gz
master-31e0f0ae-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.bz2
master-31e0f0ae-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.zip
mac80211: update to wireless-testing 2011-03-24
SVN-Revision: 26293
Diffstat (limited to 'package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch')
-rw-r--r--package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch b/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
index b2d2f6110f..97aaeeb851 100644
--- a/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
+++ b/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
@@ -29,7 +29,7 @@
/********/
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -1791,6 +1791,27 @@ static int ath9k_sta_remove(struct ieee8
+@@ -1795,6 +1795,27 @@ static int ath9k_sta_remove(struct ieee8
return 0;
}
@@ -57,7 +57,7 @@
static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue,
const struct ieee80211_tx_queue_params *params)
{
-@@ -2179,6 +2200,7 @@ struct ieee80211_ops ath9k_ops = {
+@@ -2197,6 +2218,7 @@ struct ieee80211_ops ath9k_ops = {
.configure_filter = ath9k_configure_filter,
.sta_add = ath9k_sta_add,
.sta_remove = ath9k_sta_remove,
@@ -223,7 +223,7 @@
/* PHY ops */
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -644,6 +644,7 @@ struct ath_hw_ops {
+@@ -630,6 +630,7 @@ struct ath_hw_ops {
u32 burstDuration);
void (*set11n_virtualmorefrag)(struct ath_hw *ah, void *ds,
u32 vmf);