Re: [PATCH] mac80211: allow drivers to report (non-)monitor frames

2015-12-01 Thread Johannes Berg
On Tue, 2015-12-01 at 09:07 +0100, Grzegorz Bajorski wrote: > already sent in [PATCH] ath10k: deliver mgmt frames from htt to > monitor vifs only. > I see. Perhaps you can resend this patch with a bit of a description of why you'd want that? johannes -- To unsubscribe from this list: send the li

Re: [PATCH] mac80211: allow drivers to report (non-)monitor frames

2015-12-01 Thread Grzegorz Bajorski
already sent in [PATCH] ath10k: deliver mgmt frames from htt to monitor vifs only. 2015-11-30 14:14 GMT+01:00 Johannes Berg : > On Mon, 2015-11-30 at 13:54 +0100, Grzegorz Bajorski wrote: >> This allows drivers to tell mac80211 whether given >> frame is to be processed regularly but skip >> monito

Re: [PATCH] mac80211: allow drivers to report (non-)monitor frames

2015-11-30 Thread Johannes Berg
On Mon, 2015-11-30 at 13:54 +0100, Grzegorz Bajorski wrote: > This allows drivers to tell mac80211 whether given > frame is to be processed regularly but skip > monitor interface delivery or vice versa. > Can you give an example, and perhaps a corresponding driver patch? johannes -- To unsubscrib

[PATCH] mac80211: allow drivers to report (non-)monitor frames

2015-11-30 Thread Grzegorz Bajorski
This allows drivers to tell mac80211 whether given frame is to be processed regularly but skip monitor interface delivery or vice versa. Signed-off-by: Grzegorz Bajorski --- include/net/mac80211.h | 11 +++ net/mac80211/rx.c | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions