From: Yan-Hsuan Chuang <[email protected]>

modify h2c parameter so that the rate suffers less penalty from retry

Signed-off-by: Yan-Hsuan Chuang <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Cc: Pkshih <[email protected]>
Cc: Birming Chiu <[email protected]>
Cc: Shaofu <[email protected]>
Cc: Steven Ting <[email protected]>
---
v2 - No changes.
v3 - No changes.
---
 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c 
b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c
index e9c692a5b13e..2264b24fea9a 100644
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c
@@ -754,9 +754,9 @@ static void btc8723b_set_penalty_txrate(struct btc_coexist 
*btcoexist,
                h2c_parameter[1] |= BIT0;
                /* normal rate except MCS7/6/5, OFDM54/48/36 */
                h2c_parameter[2] = 0x00;
-               h2c_parameter[3] = 0xf7; /* MCS7 or OFDM54 */
-               h2c_parameter[4] = 0xf8; /* MCS6 or OFDM48 */
-               h2c_parameter[5] = 0xf9; /* MCS5 or OFDM36 */
+               h2c_parameter[3] = 0xf4; /* MCS7 or OFDM54 */
+               h2c_parameter[4] = 0xf5; /* MCS6 or OFDM48 */
+               h2c_parameter[5] = 0xf6; /* MCS5 or OFDM36 */
        }
 
        RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
-- 
2.12.0

Reply via email to