Commits
Dong Aisheng committed 2260bc90069
MLK-10584 bcmdhd: fix connect Adhoc network warnings As part of starting up IBSS, CFG80211 driver needs BSS information to be plumbed into it. Hence in DHD we call cfg80211_infrom_bss() and it needs whole frame consist of IEs contained in beacon frame. But FW was passing frame buffer with some extra bytes preceded and when same is plumbed into CFG80211 it was not able to decode the frame and it ignores the frame as result we get such warnings. Using latest FW delivered by Broadcom to fix the issue. As well as wl_cfg80211.c changes are essential. This change is actually fix certain warnings seen when moving between IBSS and BSS network mode. Changes must be done in wl_cfg80211_change_virtual_iface() which you can find at wl_cfg80211.c and this file is not specific wl tool. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit a6a35af7350b26c1e30cc14aa2ad6e117ab260dc)