wifi: mac80211: tx: simplify chanctx_conf handling
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Jun 2022 12:25:44 +0000 (14:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:41 +0000 (12:55 +0200)
commit27f852de7e5c70f9172de6120e12d6c498069006
tree4d3a9825602a4e26cf5470b14ef8a0b08239acdc
parente5c0ee01fedf2df42426ac4b3c45b4c5cd49de4a
wifi: mac80211: tx: simplify chanctx_conf handling

In ieee80211_build_hdr() we do the same thing for all
interface types except for AP_VLAN, but we can simplify
the code by pulling the common thing in front of the
switch and overriding it for AP_VLAN. This will also
simplify the code for MLD here later.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c