]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: add handling for BSS color
authorJohn Crispin <john@phrozen.org>
Tue, 17 Dec 2019 14:19:19 +0000 (15:19 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 15 Jan 2020 10:18:50 +0000 (11:18 +0100)
commitaef73be7f520305b4717ca5bc052b71e904bd542
treed521af3c6085ed7956f7e4724c19261b09c93fcd
parentfc85b7c08d81c2453345b802a4ec196d58f11cc5
mac80211: add handling for BSS color

It is now possible to propagate BSS color settings into the subsystem. Lets
make mac80211 also handle them so that we can send them further down the
stack into the drivers. We drop the old bss_color field and change iwlwifi
to use the new he_bss_color struct.

Signed-off-by: John Crispin <john@phrozen.org>
Link: https://lore.kernel.org/r/20191217141921.8114-2-john@phrozen.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
include/net/cfg80211.h
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/mlme.c