iwlwifi: mvm: reduce WARN_ON() in TX status path
authorJohannes Berg <johannes.berg@intel.com>
Sun, 17 Oct 2021 13:26:04 +0000 (16:26 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 22 Oct 2021 07:49:03 +0000 (10:49 +0300)
commit75da590ffae71db4567adffff0288bea70a41219
tree3000c4779cb732c5eaeb34b0d0328ee0715387f0
parente5f1cc98cc1bd07bc6d4f75e34d89db06a2f8bdb
iwlwifi: mvm: reduce WARN_ON() in TX status path

Evidently, it's possible to hit this issue, so reduce the
noise from it by just having it print a (rate-limited)
message instead. We don't really know yet why we hit it,
but there's no value in having a WARN_ON() here.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211017162352.8d503387b523.Id2c82d023df5128e553b28c935d30df4d9411917@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c