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>
这个提交包含在:
Larry Finger
2014-12-18 03:05:40 -06:00
提交者 Kalle Valo
父节点 a160ba06c1
当前提交 fd3cb22ad8
修改 11 个文件,包含 88 行新增242 行删除

查看文件

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