File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/net/wireless/realtek/rtlwifi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ static u8 _rtl_get_vht_highest_n_rate(struct ieee80211_hw *hw,
831
831
else if ((tx_mcs_map & 0x000c ) >> 2 ==
832
832
IEEE80211_VHT_MCS_SUPPORT_0_8 )
833
833
hw_rate =
834
- rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_2SS_MCS9 ];
834
+ rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_2SS_MCS8 ];
835
835
else
836
836
hw_rate =
837
837
rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_2SS_MCS9 ];
@@ -843,7 +843,7 @@ static u8 _rtl_get_vht_highest_n_rate(struct ieee80211_hw *hw,
843
843
else if ((tx_mcs_map & 0x0003 ) ==
844
844
IEEE80211_VHT_MCS_SUPPORT_0_8 )
845
845
hw_rate =
846
- rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_1SS_MCS9 ];
846
+ rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_1SS_MCS8 ];
847
847
else
848
848
hw_rate =
849
849
rtlpriv -> cfg -> maps [RTL_RC_VHT_RATE_1SS_MCS9 ];
You can’t perform that action at this time.
0 commit comments