diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-01-28 11:47:47 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-01-28 11:47:47 +0100 |
commit | 2ec56f9180091a7ff5e178bdca7672c912d74326 (patch) | |
tree | 4a390805d06c6d6730638a40055bc45cec295da7 /net | |
parent | 6c900360e7c0df6a4846ac97d7b548d72cd801b0 (diff) | |
download | linux-2ec56f9180091a7ff5e178bdca7672c912d74326.tar.bz2 |
mac80211: remove unused variable
Clearly, I missed this when trying out the previously
merged patches. Remove the spurious variable now.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 037f95e39a45..61c7ea9de2cc 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -3708,7 +3708,6 @@ void ieee80211_schedule_txq(struct ieee80211_hw *hw, __acquires(txq_lock) __releases(txq_lock) { struct ieee80211_local *local = hw_to_local(hw); - struct txq_info *txqi = to_txq_info(txq); spin_lock_bh(&local->active_txq_lock[txq->ac]); ieee80211_return_txq(hw, txq); |