wifi: iwlwifi: mvm: print an error instead of a warning on invalid rate
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 2 Nov 2022 14:59:51 +0000 (16:59 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Thu, 10 Nov 2022 11:26:44 +0000 (13:26 +0200)
commitb79d2219e9352f7972035c9e07da3e1f4d2b2572
treec0206101a31941487cf5db01fef5a85885dc1aeb
parent06ffeebbfbd4458778d6ba41689f66ad35b26219
wifi: iwlwifi: mvm: print an error instead of a warning on invalid rate

In some rare occasions, the firmware may let some frames with invalid
rates, such as CCK rates on the high band, come through.  This causes
the driver to issue a warning, but since this is a possible issue and
it's not really a bug in the driver, convert the warning into an
error.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20221102165239.3d3673c70556.I13464b11d405fd6021618b0a32404cecb7e9ac51@changeid
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c