]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: notify driver for change in multicast rates
authorPradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Thu, 22 Mar 2018 19:18:03 +0000 (12:18 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 23 Mar 2018 12:23:17 +0000 (13:23 +0100)
commit6701608820e76f8b2712e31a118e656dfd9fc3fb
tree686c400ce8dccb53f3c2c2c9172d58f0b4cde5cd
parent390becf8524159ed0241c4befb62cbc1eaa27ef6
mac80211: notify driver for change in multicast rates

With drivers implementing rate control in driver or firmware
rate_control_send_low() may not get called, and thus the
driver needs to know about changes in the multicast rate.

Add and use a new BSS change flag for this.

Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
[rewrite commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/ibss.c
net/mac80211/mesh.c
net/mac80211/util.c