]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtlwifi: btcoex: 21a 1ant: wifi slot time adjustment
authorYan-Hsuan Chuang <yhchuang@realtek.com>
Thu, 11 May 2017 23:24:34 +0000 (18:24 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 18 May 2017 14:08:27 +0000 (17:08 +0300)
Adjust wifi slot time to tune the performance of coexistence

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Pkshih <pkshih@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c

index 6a434334a41843c0c8444fc42c5188632d2ddaf3..834cf08103b2a42cc0e5611ea2456173d97a078e 100644 (file)
@@ -1107,8 +1107,8 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                                                    0x3, 0x11, 0x10);
                        break;
                case 6:
-                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x13, 0xa,
-                                                   0x3, 0x0, 0x0);
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x61, 0x20,
+                                                   0x3, 0x11, 0x13);
                        break;
                case 7:
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x13, 0xc,
@@ -1128,8 +1128,8 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                                                    0xa, 0x0, 0x40);
                        break;
                case 11:
-                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x14,
-                                                   0x03, 0x10, 0x10);
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x15,
+                                                   0x03, 0x10, 0x50);
                        rssi_adjust_val = 20;
                        break;
                case 12:
@@ -1137,8 +1137,8 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                                                    0x0a, 0x0, 0x50);
                        break;
                case 13:
-                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x18,
-                                                   0x18, 0x0, 0x10);
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x12,
+                                                   0x12, 0x0, 0x50);
                        break;
                case 14:
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x1e,
@@ -1163,8 +1163,8 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                                                    0x03, 0x11, 0x10);
                        break;
                case 21:
-                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x61, 0x15,
-                                                   0x03, 0x11, 0x10);
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x61, 0x25,
+                                                   0x03, 0x11, 0x11);
                        break;
                case 22:
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x61, 0x25,
@@ -1204,8 +1204,8 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                                                    0x1a, 0x1, 0x10);
                        break;
                case 30:
-                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x14,
-                                                   0x3, 0x10, 0x50);
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x30,
+                                                   0x3, 0x10, 0x10);
                        break;
                case 31:
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0xd3, 0x1a,
@@ -1231,6 +1231,24 @@ static void btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist,
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0xd3, 0x12,
                                                    0x3, 0x14, 0x50);
                        break;
+               case 40:
+                       /* SoftAP only with no sta associated, BT disable, TDMA
+                        * mode for power saving
+                        *
+                        * here softap mode screen off will cost 70-80mA for
+                        * phone
+                        */
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x23, 0x18,
+                                                   0x00, 0x10, 0x24);
+                       break;
+               case 41:
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x15,
+                                                   0x3, 0x11, 0x11);
+                       break;
+               case 42:
+                       btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x20,
+                                                   0x3, 0x11, 0x11);
+                       break;
                case 43:
                        btc8821a1ant_set_fw_ps_tdma(btcoexist, 0x51, 0x30,
                                                    0x3, 0x10, 0x11);