1
0

rtlwifi: rtl8821ae: Switch to use common rate control routine

With this change, all of the drivers now use the common routine. As this
driver has VHT capability, an additional parameter is needed, thus all the
drivers had to be modified.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Este cometimento está contido em:
Larry Finger
2014-12-18 03:05:40 -06:00
cometido por Kalle Valo
ascendente a160ba06c1
cometimento fd3cb22ad8
11 ficheiros modificados com 88 adições e 242 eliminações

Ver ficheiro

@@ -401,7 +401,7 @@ bool rtl92ce_rx_query_desc(struct ieee80211_hw *hw,
* Notice: this is diff with windows define
*/
rx_status->rate_idx = rtlwifi_rate_mapping(hw, stats->is_ht,
stats->rate);
false, stats->rate);
rx_status->mactime = stats->timestamp_low;
if (phystatus) {