]> git.baikalelectronics.ru Git - kernel.git/commit
minstrel_ht: make *idx unsigned in minstrel_downgrade_rate
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Jun 2010 15:18:38 +0000 (11:18 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Jun 2010 19:41:26 +0000 (15:41 -0400)
commitc4ee829c9e8d31a90a10a5ba481663fb8006f882
tree4ac89debcf68bed833b2913f61c1d4d75c1a7587
parent286f6efba678bb71433cf7baac5294b81f6ca34e
minstrel_ht: make *idx unsigned in minstrel_downgrade_rate

net/mac80211/rc80211_minstrel_ht.c:440:46: warning: incorrect type in argument 2 (different signedness)
net/mac80211/rc80211_minstrel_ht.c:440:46:    expected int *idx
net/mac80211/rc80211_minstrel_ht.c:440:46:    got unsigned int *<noident>
net/mac80211/rc80211_minstrel_ht.c:446:46: warning: incorrect type in argument 2 (different signedness)
net/mac80211/rc80211_minstrel_ht.c:446:46:    expected int *idx
net/mac80211/rc80211_minstrel_ht.c:446:46:    got unsigned int *<noident>

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Felix Fietkau <nbd@openwrt.org>
net/mac80211/rc80211_minstrel_ht.c