aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/520-mac80211_drv_tim_override.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/520-mac80211_drv_tim_override.patch
parent3b6e38ba6a28013728eadab9b114101cde518fe5 (diff)
downloadupstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.gz
upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.bz2
upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.zip
mac80211: update to wireless-testing 2011-03-24
SVN-Revision: 26293
Diffstat (limited to 'package/mac80211/patches/520-mac80211_drv_tim_override.patch')
-rw-r--r--package/mac80211/patches/520-mac80211_drv_tim_override.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/520-mac80211_drv_tim_override.patch b/package/mac80211/patches/520-mac80211_drv_tim_override.patch
index f2ec46aa6a..475ce497c6 100644
--- a/package/mac80211/patches/520-mac80211_drv_tim_override.patch
+++ b/package/mac80211/patches/520-mac80211_drv_tim_override.patch
@@ -31,7 +31,7 @@
sta_info_clear_tim_bit(sta);
}
-@@ -900,6 +901,7 @@ void ieee80211_sta_ps_deliver_wakeup(str
+@@ -902,6 +903,7 @@ void ieee80211_sta_ps_deliver_wakeup(str
struct ieee80211_local *local = sdata->local;
int sent, buffered;
@@ -39,7 +39,7 @@
if (!(local->hw.flags & IEEE80211_HW_AP_LINK_PS))
drv_sta_notify(local, sdata, STA_NOTIFY_AWAKE, &sta->sta);
-@@ -992,3 +994,12 @@ void ieee80211_sta_block_awake(struct ie
+@@ -994,3 +996,12 @@ void ieee80211_sta_block_awake(struct ie
ieee80211_queue_work(hw, &sta->drv_unblock_wk);
}
EXPORT_SYMBOL(ieee80211_sta_block_awake);