]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit125152ee2c10d2bb832e49aebe466cceba8ee016
tree1156e7512589e4de48b1a1d5632296879efe171c
parent51d1820b0b5d8bc3ef494ec11e10a0b15b4ad42d
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