]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flag
authorRafał Miłecki <rafal@milecki.pl>
Thu, 10 May 2018 13:21:39 +0000 (15:21 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 May 2018 05:37:04 +0000 (08:37 +0300)
commitdb77e3a8bed7a9b97875137723620ab45cbd167a
treebdf25279d1637a39f04314dc579a8ff6a0e667bc
parentd358b1a242cad06feda2268144879f1aacff592d
brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flag

brcmfmac is a FullMAC driver and it implements/uses cfg80211 interface
for stations management. At the same time it doesn't receive or pass up
management frames.

This flag indicates that authenticator doesn't have to subscribe to or
handle management frames. Some authenticators (e.g. hostapd) were
working with brcmfmac thanks to some extra assumptions. This commit
clears up the situation.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c