]> asedeno.scripts.mit.edu Git - linux.git/commit
mac80211: remove set but not used variable 'old'
authorYueHaibing <yuehaibing@huawei.com>
Mon, 29 Apr 2019 14:07:54 +0000 (14:07 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2019 09:26:44 +0000 (11:26 +0200)
commit818e9dfa2c145c7b0d241c5c419f4b897a1af564
treeb800ff3f5e7c1b0ad3e25c55e1418a0854c39e4c
parent79c92ca42b5a3e0ea172ea2ce8df8e125af237da
mac80211: remove set but not used variable 'old'

Fixes gcc '-Wunused-but-set-variable' warning:

net/mac80211/key.c: In function 'ieee80211_set_tx_key':
net/mac80211/key.c:271:24: warning:
 variable 'old' set but not used [-Wunused-but-set-variable]

It is not used since introduction in
commit 96fc6efb9ad9 ("mac80211: IEEE 802.11 Extended Key ID support")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/key.c