cfg80211: invert HE BSS color 'disabled' to 'enabled'
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Jul 2020 11:00:52 +0000 (13:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 31 Jul 2020 07:27:02 +0000 (09:27 +0200)
commit75e6b594bbaeeb3f8287a2e6eb8811384b8c7195
tree5e4852d3fe6a70c13e45382c611129114a246995
parentc5d1686b314ea44c5f210990dee05caf98cb068f
cfg80211: invert HE BSS color 'disabled' to 'enabled'

This is in fact 'disabled' in the spec, but there it's in a
place where that actually makes sense. In our internal data
structures, it doesn't really make sense, and in fact the
previous commit just fixed a bug in that area.

Make this safer by inverting the polarity from 'disabled' to
'enabled'.

Link: https://lore.kernel.org/r/20200730130051.5d8399545bd9.Ie62fdcd1a6cd9c969315bc124084a494ca6c8df3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath11k/mac.c
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/mlme.c
net/wireless/nl80211.c