1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

mac80211: merge a power save related race condition fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28185 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-09-06 11:09:40 +00:00
parent 8708bcc2d3
commit d29e95d41e

View File

@ -344,3 +344,14 @@
if (!(rates[i].flags & IEEE80211_TX_RC_MCS))
return true;
}
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -796,7 +796,7 @@ static int __must_check __sta_info_destr
BUG_ON(!sdata->bss);
atomic_dec(&sdata->bss->num_sta_ps);
- __sta_info_clear_tim_bit(sdata->bss, sta);
+ sta_info_clear_tim_bit(sta);
}
local->num_sta--;