]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: remove check for lq_sta in __iwl_mvm_rs_tx_status()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 2 Jul 2019 12:18:47 +0000 (15:18 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 6 Sep 2019 12:31:19 +0000 (15:31 +0300)
commitdcee20b65700278b27e0a4715cd844e9e4dd52e3
tree753551e44083a814715110d5227bd4755d98a517
parenta74310e1babab803bffd7964e43db3ca1595c0a1
iwlwifi: mvm: remove check for lq_sta in __iwl_mvm_rs_tx_status()

The check is not necessary anymore, because now the struct is not
allocated separately, but is part of the mvmsta struct.  Remove the
check, since it's dead code.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rs.c