diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-22 21:00:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-22 21:00:58 +0000 |
commit | b6e1efbc04bc40b951649b054839968819cbbb05 (patch) | |
tree | 29b1bf399c9cc9974981422b01b4db8d2034952f /package/mac80211/patches/520-mac80211_drv_tim_override.patch | |
parent | bb5c25babc8d576b33f7c832a887bb5d73a29c63 (diff) | |
download | master-187ad058-b6e1efbc04bc40b951649b054839968819cbbb05.tar.gz master-187ad058-b6e1efbc04bc40b951649b054839968819cbbb05.tar.bz2 master-187ad058-b6e1efbc04bc40b951649b054839968819cbbb05.zip |
mac80211: update to wireless-testing 2011-03-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/520-mac80211_drv_tim_override.patch')
-rw-r--r-- | package/mac80211/patches/520-mac80211_drv_tim_override.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/520-mac80211_drv_tim_override.patch b/package/mac80211/patches/520-mac80211_drv_tim_override.patch index 535e35927e..f2ec46aa6a 100644 --- a/package/mac80211/patches/520-mac80211_drv_tim_override.patch +++ b/package/mac80211/patches/520-mac80211_drv_tim_override.patch @@ -21,7 +21,7 @@ * Call this function for all transmitted frames after they have been --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c -@@ -608,7 +608,8 @@ static bool sta_info_cleanup_expire_buff +@@ -609,7 +609,8 @@ static bool sta_info_cleanup_expire_buff #endif dev_kfree_skb(skb); @@ -31,7 +31,7 @@ sta_info_clear_tim_bit(sta); } -@@ -899,6 +900,7 @@ void ieee80211_sta_ps_deliver_wakeup(str +@@ -900,6 +901,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); -@@ -991,3 +993,12 @@ void ieee80211_sta_block_awake(struct ie +@@ -992,3 +994,12 @@ void ieee80211_sta_block_awake(struct ie ieee80211_queue_work(hw, &sta->drv_unblock_wk); } EXPORT_SYMBOL(ieee80211_sta_block_awake); |