mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
wifi: iwlwifi: mvm: don't support puncturing in 5 GHz
This is simply not supported, so set the flag for it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240319100755.f61448c4a43a.Ib740b341af0ca6c3e06cc9a0b04447a6635df7a8@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
6decbba7f4
commit
eb561c2993
@ -723,6 +723,8 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
|
||||
|
||||
mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
|
||||
|
||||
ieee80211_hw_set(hw, DISALLOW_PUNCTURING_5GHZ);
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
if ((unified || mvm->fw->img[IWL_UCODE_WOWLAN].num_sec) &&
|
||||
mvm->trans->ops->d3_suspend &&
|
||||
|
Loading…
Reference in New Issue
Block a user