aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2019-01-28 11:47:47 +0100
committerJohannes Berg <johannes.berg@intel.com>2019-01-28 11:47:47 +0100
commit2ec56f9180091a7ff5e178bdca7672c912d74326 (patch)
tree4a390805d06c6d6730638a40055bc45cec295da7 /net/mac80211
parentnl80211: Allow set/del pmksa operations for AP (diff)
downloadlinux-dev-2ec56f9180091a7ff5e178bdca7672c912d74326.tar.xz
linux-dev-2ec56f9180091a7ff5e178bdca7672c912d74326.zip
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/mac80211')
-rw-r--r--net/mac80211/tx.c1
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);