]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: use control channel in roamed status reporting
authorFranky Lin <frankyl@broadcom.com>
Wed, 10 Oct 2012 18:13:09 +0000 (11:13 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Oct 2012 18:42:53 +0000 (14:42 -0400)
commit9b29649121a01f6a255bf1a7415c9f2a5ff1d4fd
tree341061c54b80dfd48681fd8b5243a8082e196c24
parent3969ffaa61f0389a7089e8cc5ff586ab39b008a9
brcmfmac: use control channel in roamed status reporting

Channel reported in scan results passed to cfg80211 is control
channel. But chanspec is reported while notifying cfg80211 about
roamed update. Cfg80211 complains because it could not find the
bss in the list. Report control channel while calling
cfg80211_roamed.

Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c