]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: support removing AP interfaces with "interface_remove"
authorRafał Miłecki <zajec5@gmail.com>
Wed, 29 Jun 2016 19:54:27 +0000 (21:54 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 8 Jul 2016 13:45:47 +0000 (16:45 +0300)
commitd65048dbc3c0d6825bf88bcbe2a5d1f8155aa105
treed02c7f7af8583634e3ac89d4963368ea0b0b9568
parentec3dd1c70b942de253c0f256e24e4f3182bfc111
brcmfmac: support removing AP interfaces with "interface_remove"

New firmwares (e.g. 10.10.69.36 for BCM4366) support "interface_remove"
for removing interfaces. Try to use this method on cfg80211 request. In
case of older firmwares (e.g. 7.35.177.56 for BCM43602 as I tested) this
will just result in firmware rejecting command and this won't change any
behavior.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c