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 = 1<<23, > BSS_CHANGED_KEEP_ALIVE = 1<<24, > + BSS_CHANGED_MCAST_RATE = 1<<25, Not sure why I missed this before, but you need to add documentation for this. johannes