diff options
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.c')
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c index 7a04951fcb1f..52c85036660d 100644 --- a/net/mac80211/rc80211_minstrel_ht.c +++ b/net/mac80211/rc80211_minstrel_ht.c | |||
@@ -328,7 +328,8 @@ minstrel_next_sample_idx(struct minstrel_ht_sta *mi) | |||
328 | } | 328 | } |
329 | 329 | ||
330 | static void | 330 | static void |
331 | minstrel_downgrade_rate(struct minstrel_ht_sta *mi, int *idx, bool primary) | 331 | minstrel_downgrade_rate(struct minstrel_ht_sta *mi, unsigned int *idx, |
332 | bool primary) | ||
332 | { | 333 | { |
333 | int group, orig_group; | 334 | int group, orig_group; |
334 | 335 | ||