commit | 23babdf06779482a65c5072a145d826a62979534 | [log] [tgz] |
---|---|---|
author | Gregory Greenman <gregory.greenman@intel.com> | Tue Jun 25 11:42:49 2019 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 30 18:34:15 2019 +0200 |
tree | e369294ecba1e61d116742c03af9e8815a35bd8a | |
parent | 3c514bf831ac12356b695ff054bef641b9e99593 [diff] |
iwlwifi: mvm: add a wrapper around rs_tx_status to handle locks iwl_mvm_rs_tx_status can be called from two places in the code, but the mutex is taken only on one of the calls. Split it into a wrapper taking locks and an internal __iwl_mvm_rs_tx_status function. Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>