Re: [PATCH v2] mac80211: notify driver for change in multicast rates

2018-03-22 Thread Johannes Berg
On Wed, 2018-03-21 at 16:54 -0700, Pradeep Kumar Chitrapu wrote: > > index 4c99c13..4360765 100644 > --- a/include/net/mac80211.h > +++ b/include/net/mac80211.h > @@ -336,6 +336,7 @@ enum ieee80211_bss_change { > BSS_CHANGED_OCB = 1<<22, > BSS_CHANGED_MU_GROUPS

[PATCH v2] mac80211: notify driver for change in multicast rates

2018-03-21 Thread Pradeep Kumar Chitrapu
It is required to pass the rate information to driver/firmware when rate control is offloaded to firmware. This helps in changing multicast traffic rates thereby improving the network performance. Signed-off-by: Pradeep Kumar Chitrapu --- V2: - Set the flag in missing