1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 14:48:38 +03:00
openwrt-xburst/package/mac80211/patches/530-mac80211_fix_beacon_race.patch

13 lines
254 B
Diff
Raw Normal View History

--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -2241,6 +2241,9 @@ struct sk_buff *ieee80211_beacon_get_tim
sdata = vif_to_sdata(vif);
+ if (!ieee80211_sdata_running(sdata))
+ goto out;
+
if (tim_offset)
*tim_offset = 0;
if (tim_length)