]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: iwlwifi: mvm: remove unneeded check
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 8 Oct 2024 04:25:23 +0000 (07:25 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 14:43:52 +0000 (16:43 +0200)
commitf2e05b5d972e16bf399b58b38207ec4c479085fc
tree14268e82830fadc9ae8634ab14cb813f792eebd9
parente5c6c41522201f0a58c61c6528f56afdfdb232e2
wifi: iwlwifi: mvm: remove unneeded check

When checking if extra LTF should be disabled, we don't need to check the
the HW revision.
sband_eht_cap will be NULL if eht_capa::has_eht is false,
and that will be the case for the HWs that don't support EHT.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241008072037.78b0adbb7b50.I630a64f06ca86baecde6a2a238733b7df3cf70e4@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c