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:
Johannes Berg 2008-03-31 19:23:04 +02:00 committed by John W. Linville
parent dc6676b7f2
commit 7e879b551f
1 changed files with 0 additions and 1 deletions

View File

@ -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));