wifi: mac80211_hwsim: split iftype data into AP/non-AP
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Aug 2022 09:22:46 +0000 (11:22 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Aug 2022 08:41:22 +0000 (10:41 +0200)
commit4992b36041f4263a9df8ee64259d2da6f6e4444a
tree1156e7512589e4de48b1a1d5632296879efe171c
parent1cb3cf372abe4a0d16620d2b1201de0e291a6c58
wifi: mac80211_hwsim: split iftype data into AP/non-AP

The next patch will require splitting the data here into
AP and non-AP because for EHT, the format of the MCS/NSS
support (struct ieee80211_eht_mcs_nss_supp) is different,
for AP the only_20mhz cannot be used.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c