commit | 4992b36041f4263a9df8ee64259d2da6f6e4444a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Aug 16 11:22:46 2022 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Aug 25 10:41:22 2022 +0200 |
tree | 1156e7512589e4de48b1a1d5632296879efe171c | |
parent | 1cb3cf372abe4a0d16620d2b1201de0e291a6c58 [diff] |
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>