diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2014-04-22 00:09:53 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 19:56:16 (GMT) |
commit | a5640612cfc13006ef69c0b2a7b12fc120212cb3 (patch) | |
tree | d32e42e591ed2356520c03bd5122fb293e3f3176 /drivers/sn | |
parent | d5738b41e555f97f597b19bc549fa811b516d6b6 (diff) | |
download | linux-a5640612cfc13006ef69c0b2a7b12fc120212cb3.tar.xz |
wl1251: fix null data for IBSS
Fix the WARN below by not calling ieee80211_nullfunc_get() in IBSS mode,
but setting up empty template the same way wl12xx driver does.
WARNING: CPU: 0 PID: 914 at net/mac80211/tx.c:2750 ieee80211_nullfunc_get+0xc0/0xd0 [mac80211]()
Modules linked in: wl1251_sdio wl1251 mac80211 cfg80211
...
[<c00439c0>] (warn_slowpath_null)
[<bf0bdfdc>] (ieee80211_nullfunc_get [mac80211])
[<bf134774>] (wl1251_op_bss_info_changed [wl1251])
[<bf099e14>] (ieee80211_bss_info_change_notify [mac80211])
...
Also perform join command regardless of bss_type as that seems to be
required for proper operation.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Tested-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/sn')
0 files changed, 0 insertions, 0 deletions