wifi: mac80211: remove "disabling VHT" message
This message always occurs with any AP that is simply HT/11n, remove it. Link: https://patch.msgid.link/20251105160538.f8b286cfba08.Ib91b5b09a3fff753341b0f7cb0df7f6913a4abe6@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
+1
-4
@@ -276,11 +276,8 @@ ieee80211_determine_ap_chan(struct ieee80211_sub_if_data *sdata,
|
||||
return IEEE80211_CONN_MODE_VHT;
|
||||
}
|
||||
} else if (!vht_oper || !elems->vht_cap_elem) {
|
||||
if (sband->band == NL80211_BAND_5GHZ) {
|
||||
sdata_info(sdata,
|
||||
"VHT information is missing, disabling VHT\n");
|
||||
if (sband->band == NL80211_BAND_5GHZ)
|
||||
return IEEE80211_CONN_MODE_HT;
|
||||
}
|
||||
no_vht = true;
|
||||
} else if (sband->band == NL80211_BAND_2GHZ) {
|
||||
no_vht = true;
|
||||
|
||||
Reference in New Issue
Block a user