OSDN Git Service

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)
commitdd56e90230334752221473c06ff40cac44563a70
treed521af3c6085ed7956f7e4724c19261b09c93fcd
parent5c5e52d1bb962510fecdc1ebecdde89694d1b223
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