mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 02:52:22 +00:00
mac80211: fix sparse complaint in ieee80211_sta_def_wmm_params
A variable 'i' is being shadowed by another one, but the second one can just be removed. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: Vladimir Koutny <vlado@work.ksp.sk> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
dc6676b7f2
commit
7e879b551f
@ -244,7 +244,6 @@ static void ieee80211_sta_def_wmm_params(struct net_device *dev,
|
||||
|
||||
if (local->ops->conf_tx) {
|
||||
struct ieee80211_tx_queue_params qparam;
|
||||
int i;
|
||||
|
||||
memset(&qparam, 0, sizeof(qparam));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user