From: Rafał Miłecki <rafal@xxxxxxxxxx> After a bit long discussions in various e-mail threads I'm coming with this simple & small patchset. It isn't complete support for monitor mode but just a pair of preparing patches that should be clear & well discussed by now to make them acceptable. The main missing bit is code setting MONITOR_FMT_RADIOTAP which I expect Arend to handle soon, as he already has a patch using "sta_monitor" iovar for that. Then we have to discuss a flag for marking firmwares which are capable for tagging monitor frames. While still incomplete, I believe that with my previous patches, we can agree this is a good direction. Arend: if you find these 2 patches OK, could you ack them, to make it clear for Kalle if they look OK now (or not yet)? I'd be great if you could sent your "sta_monitor" work on top of this. Rafał Miłecki (2): brcmfmac: detect firmware support for monitor interface brcmfmac: handle monitor mode marked msgbuf packets .../wireless/broadcom/brcm80211/brcmfmac/core.c | 25 +++++++++++++++++++++ .../wireless/broadcom/brcm80211/brcmfmac/core.h | 2 ++ .../wireless/broadcom/brcm80211/brcmfmac/feature.c | 26 ++++++++++++++++++++++ .../wireless/broadcom/brcm80211/brcmfmac/feature.h | 6 ++++- .../wireless/broadcom/brcm80211/brcmfmac/fwil.h | 2 ++ .../wireless/broadcom/brcm80211/brcmfmac/msgbuf.c | 17 ++++++++++++++ 6 files changed, 77 insertions(+), 1 deletion(-) -- 2.13.7