From: John W. Linville Date: Thu, 24 Jun 2010 15:18:38 +0000 (-0400) Subject: minstrel_ht: make *idx unsigned in minstrel_downgrade_rate X-Git-Tag: v2.6.36-rc1~571^2~385^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ece2150a8a1715fea3272e057c45d98edb78ea;p=pandora-kernel.git 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 * 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 * Signed-off-by: John W. Linville Acked-by: Felix Fietkau --- Reading git-diff-tree failed