mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 11:04:04 +02:00
6f72126ba8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25093 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
254 B
Diff
13 lines
254 B
Diff
--- 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)
|