A variable 'i' is being shadowed by another one, but the second one can just be removed. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Cc: Vladimir Koutny <vlado@xxxxxxxxxxx> --- net/mac80211/ieee80211_sta.c | 1 - 1 file changed, 1 deletion(-) --- everything.orig/net/mac80211/ieee80211_sta.c 2008-03-31 18:22:26.000000000 +0200 +++ everything/net/mac80211/ieee80211_sta.c 2008-03-31 18:22:26.000000000 +0200 @@ -244,7 +244,6 @@ static void ieee80211_sta_def_wmm_params if (local->ops->conf_tx) { struct ieee80211_tx_queue_params qparam; - int i; memset(&qparam, 0, sizeof(qparam)); -- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html