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)
commite533f74589685a43fb191764c26f33a41a908ec3
tree753551e44083a814715110d5227bd4755d98a517
parent0202bcf0e36a51dd2ccdae3e729de02e4286630a
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