|
@@ -2799,7 +2799,7 @@ static void rs_get_rate(void *priv_r, struct ieee80211_sta *sta, void *priv_sta,
|
|
|
info->control.rates[0].flags = 0;
|
|
info->control.rates[0].flags = 0;
|
|
|
}
|
|
}
|
|
|
info->control.rates[0].idx = rate_idx;
|
|
info->control.rates[0].idx = rate_idx;
|
|
|
-
|
|
|
|
|
|
|
+ info->control.rates[0].count = 1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void *rs_alloc_sta(void *priv_rate, struct ieee80211_sta *sta,
|
|
static void *rs_alloc_sta(void *priv_rate, struct ieee80211_sta *sta,
|