]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commitdcbe73ca55a42712bfd0e9966cd2d5a48355ace3
tree686c400ce8dccb53f3c2c2c9172d58f0b4cde5cd
parent13cf6dec93e021ebd297619ea1926aea31b6430b
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