commit | 20f2c5fa3af060401c72e444999470a4cab641cf | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Thu Dec 26 14:30:50 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun Jan 26 17:41:50 2020 +0200 |
tree | 23f0637da46e824e3dc9ae988ded1d6f7ccf6f47 | |
parent | 24332f8068ff6df7f16aefee45d514de1de4de80 [diff] |
brcmfmac: add initial support for monitor mode Report monitor interface availability using cfg80211 and support it in the add_virtual_intf() and del_virtual_intf() callbacks. This new feature is conditional and depends on firmware flagging monitor packets. Receiving monitor frames is already handled by the brcmf_netif_mon_rx(). Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>