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>
This commit is contained in:
@@ -401,7 +401,7 @@ bool rtl8723be_rx_query_desc(struct ieee80211_hw *hw,
|
||||
* are use (RX_FLAG_HT)
|
||||
*/
|
||||
rx_status->rate_idx = rtlwifi_rate_mapping(hw, status->is_ht,
|
||||
status->rate);
|
||||
false, status->rate);
|
||||
|
||||
rx_status->mactime = status->timestamp_low;
|
||||
if (phystatus) {
|
||||
|
Reference in New Issue
Block a user