rtlwifi: btcoex: 23b 2ant: rename tdma_adj_type to ps_tdma_du_adj_type
The variable is for PS tdma duration adjust, so rename it to clearly to specify its usage. 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>
This commit is contained in:
parent
b01127b268
commit
b91ed73139
|
@ -1632,34 +1632,34 @@ static void btc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 13);
|
true, 13);
|
||||||
coex_dm->tdma_adj_type = 13;
|
coex_dm->ps_tdma_du_adj_type = 13;
|
||||||
} else if (max_interval == 2) {
|
} else if (max_interval == 2) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 14);
|
true, 14);
|
||||||
coex_dm->tdma_adj_type = 14;
|
coex_dm->ps_tdma_du_adj_type = 14;
|
||||||
} else {
|
} else {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 15);
|
true, 15);
|
||||||
coex_dm->tdma_adj_type = 15;
|
coex_dm->ps_tdma_du_adj_type = 15;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (max_interval == 1) {
|
if (max_interval == 1) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 9);
|
true, 9);
|
||||||
coex_dm->tdma_adj_type = 9;
|
coex_dm->ps_tdma_du_adj_type = 9;
|
||||||
} else if (max_interval == 2) {
|
} else if (max_interval == 2) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 10);
|
true, 10);
|
||||||
coex_dm->tdma_adj_type = 10;
|
coex_dm->ps_tdma_du_adj_type = 10;
|
||||||
} else {
|
} else {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 11);
|
true, 11);
|
||||||
coex_dm->tdma_adj_type = 11;
|
coex_dm->ps_tdma_du_adj_type = 11;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -1668,34 +1668,34 @@ static void btc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 5);
|
true, 5);
|
||||||
coex_dm->tdma_adj_type = 5;
|
coex_dm->ps_tdma_du_adj_type = 5;
|
||||||
} else if (max_interval == 2) {
|
} else if (max_interval == 2) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 6);
|
true, 6);
|
||||||
coex_dm->tdma_adj_type = 6;
|
coex_dm->ps_tdma_du_adj_type = 6;
|
||||||
} else {
|
} else {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 7);
|
true, 7);
|
||||||
coex_dm->tdma_adj_type = 7;
|
coex_dm->ps_tdma_du_adj_type = 7;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (max_interval == 1) {
|
if (max_interval == 1) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 1);
|
true, 1);
|
||||||
coex_dm->tdma_adj_type = 1;
|
coex_dm->ps_tdma_du_adj_type = 1;
|
||||||
} else if (max_interval == 2) {
|
} else if (max_interval == 2) {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 2);
|
true, 2);
|
||||||
coex_dm->tdma_adj_type = 2;
|
coex_dm->ps_tdma_du_adj_type = 2;
|
||||||
} else {
|
} else {
|
||||||
btc8723b2ant_ps_tdma(btcoexist,
|
btc8723b2ant_ps_tdma(btcoexist,
|
||||||
NORMAL_EXEC,
|
NORMAL_EXEC,
|
||||||
true, 3);
|
true, 3);
|
||||||
coex_dm->tdma_adj_type = 3;
|
coex_dm->ps_tdma_du_adj_type = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1804,11 +1804,11 @@ static void btc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
|
||||||
/* if current PsTdma not match with the recorded one (scan, dhcp, ...),
|
/* if current PsTdma not match with the recorded one (scan, dhcp, ...),
|
||||||
* then we have to adjust it back to the previous recorded one.
|
* then we have to adjust it back to the previous recorded one.
|
||||||
*/
|
*/
|
||||||
if (coex_dm->cur_ps_tdma != coex_dm->tdma_adj_type) {
|
if (coex_dm->cur_ps_tdma != coex_dm->ps_tdma_du_adj_type) {
|
||||||
bool scan = false, link = false, roam = false;
|
bool scan = false, link = false, roam = false;
|
||||||
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
|
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
|
||||||
"[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n",
|
"[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n",
|
||||||
coex_dm->cur_ps_tdma, coex_dm->tdma_adj_type);
|
coex_dm->cur_ps_tdma, coex_dm->ps_tdma_du_adj_type);
|
||||||
|
|
||||||
btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
|
btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
|
||||||
btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_LINK, &link);
|
btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_LINK, &link);
|
||||||
|
@ -1816,7 +1816,7 @@ static void btc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
|
||||||
|
|
||||||
if (!scan && !link && !roam)
|
if (!scan && !link && !roam)
|
||||||
btc8723b2ant_ps_tdma(btcoexist, NORMAL_EXEC, true,
|
btc8723b2ant_ps_tdma(btcoexist, NORMAL_EXEC, true,
|
||||||
coex_dm->tdma_adj_type);
|
coex_dm->ps_tdma_du_adj_type);
|
||||||
else
|
else
|
||||||
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
|
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
|
||||||
"[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n");
|
"[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n");
|
||||||
|
|
|
@ -84,7 +84,7 @@ struct coex_dm_8723b_2ant {
|
||||||
u8 pre_ps_tdma;
|
u8 pre_ps_tdma;
|
||||||
u8 cur_ps_tdma;
|
u8 cur_ps_tdma;
|
||||||
u8 ps_tdma_para[5];
|
u8 ps_tdma_para[5];
|
||||||
u8 tdma_adj_type;
|
u8 ps_tdma_du_adj_type;
|
||||||
bool reset_tdma_adjust;
|
bool reset_tdma_adjust;
|
||||||
bool auto_tdma_adjust;
|
bool auto_tdma_adjust;
|
||||||
bool pre_ps_tdma_on;
|
bool pre_ps_tdma_on;
|
||||||
|
|
Loading…
Reference in New Issue