phy: rockchip-inno-usb2: add SDP detect retry
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8188eu / hal / OUTSRC-BTCoexist / HalBtc8821a1Ant.c
1 //============================================================\r
2 // Description:\r
3 //\r
4 // This file is for RTL8821A Co-exist mechanism\r
5 //\r
6 // History\r
7 // 2012/11/15 Cosa first check in.\r
8 //\r
9 //============================================================\r
10 \r
11 //============================================================\r
12 // include files\r
13 //============================================================\r
14 #include "Mp_Precomp.h"\r
15 #if(BT_30_SUPPORT == 1)\r
16 //============================================================\r
17 // Global variables, these are static variables\r
18 //============================================================\r
19 static COEX_DM_8821A_1ANT               GLCoexDm8821a1Ant;\r
20 static PCOEX_DM_8821A_1ANT      pCoexDm=&GLCoexDm8821a1Ant;\r
21 static COEX_STA_8821A_1ANT              GLCoexSta8821a1Ant;\r
22 static PCOEX_STA_8821A_1ANT     pCoexSta=&GLCoexSta8821a1Ant;\r
23 \r
24 const char *const GLBtInfoSrc8821a1Ant[]={\r
25         "BT Info[wifi fw]",\r
26         "BT Info[bt rsp]",\r
27         "BT Info[bt auto report]",\r
28 };\r
29 \r
30 u4Byte  GLCoexVerDate8821a1Ant=20130816;\r
31 u4Byte  GLCoexVer8821a1Ant=0x41;\r
32 \r
33 //============================================================\r
34 // local function proto type if needed\r
35 //============================================================\r
36 //============================================================\r
37 // local function start with halbtc8821a1ant_\r
38 //============================================================\r
39 u1Byte\r
40 halbtc8821a1ant_BtRssiState(\r
41         u1Byte                  levelNum,\r
42         u1Byte                  rssiThresh,\r
43         u1Byte                  rssiThresh1\r
44         )\r
45 {\r
46         s4Byte                  btRssi=0;\r
47         u1Byte                  btRssiState=pCoexSta->preBtRssiState;\r
48 \r
49         btRssi = pCoexSta->btRssi;\r
50 \r
51         if(levelNum == 2)\r
52         {                       \r
53                 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) ||\r
54                         (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW))\r
55                 {\r
56                         if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
57                         {\r
58                                 btRssiState = BTC_RSSI_STATE_HIGH;\r
59                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to High\n"));\r
60                         }\r
61                         else\r
62                         {\r
63                                 btRssiState = BTC_RSSI_STATE_STAY_LOW;\r
64                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Low\n"));\r
65                         }\r
66                 }\r
67                 else\r
68                 {\r
69                         if(btRssi < rssiThresh)\r
70                         {\r
71                                 btRssiState = BTC_RSSI_STATE_LOW;\r
72                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Low\n"));\r
73                         }\r
74                         else\r
75                         {\r
76                                 btRssiState = BTC_RSSI_STATE_STAY_HIGH;\r
77                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at High\n"));\r
78                         }\r
79                 }\r
80         }\r
81         else if(levelNum == 3)\r
82         {\r
83                 if(rssiThresh > rssiThresh1)\r
84                 {\r
85                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi thresh error!!\n"));\r
86                         return pCoexSta->preBtRssiState;\r
87                 }\r
88                 \r
89                 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) ||\r
90                         (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW))\r
91                 {\r
92                         if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
93                         {\r
94                                 btRssiState = BTC_RSSI_STATE_MEDIUM;\r
95                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Medium\n"));\r
96                         }\r
97                         else\r
98                         {\r
99                                 btRssiState = BTC_RSSI_STATE_STAY_LOW;\r
100                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Low\n"));\r
101                         }\r
102                 }\r
103                 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) ||\r
104                         (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM))\r
105                 {\r
106                         if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
107                         {\r
108                                 btRssiState = BTC_RSSI_STATE_HIGH;\r
109                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to High\n"));\r
110                         }\r
111                         else if(btRssi < rssiThresh)\r
112                         {\r
113                                 btRssiState = BTC_RSSI_STATE_LOW;\r
114                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Low\n"));\r
115                         }\r
116                         else\r
117                         {\r
118                                 btRssiState = BTC_RSSI_STATE_STAY_MEDIUM;\r
119                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Medium\n"));\r
120                         }\r
121                 }\r
122                 else\r
123                 {\r
124                         if(btRssi < rssiThresh1)\r
125                         {\r
126                                 btRssiState = BTC_RSSI_STATE_MEDIUM;\r
127                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Medium\n"));\r
128                         }\r
129                         else\r
130                         {\r
131                                 btRssiState = BTC_RSSI_STATE_STAY_HIGH;\r
132                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at High\n"));\r
133                         }\r
134                 }\r
135         }\r
136                 \r
137         pCoexSta->preBtRssiState = btRssiState;\r
138 \r
139         return btRssiState;\r
140 }\r
141 \r
142 u1Byte\r
143 halbtc8821a1ant_WifiRssiState(\r
144         IN      PBTC_COEXIST            pBtCoexist,\r
145         IN      u1Byte                  index,\r
146         IN      u1Byte                  levelNum,\r
147         IN      u1Byte                  rssiThresh,\r
148         IN      u1Byte                  rssiThresh1\r
149         )\r
150 {\r
151         s4Byte                  wifiRssi=0;\r
152         u1Byte                  wifiRssiState=pCoexSta->preWifiRssiState[index];\r
153 \r
154         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi);\r
155         \r
156         if(levelNum == 2)\r
157         {\r
158                 if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) ||\r
159                         (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW))\r
160                 {\r
161                         if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
162                         {\r
163                                 wifiRssiState = BTC_RSSI_STATE_HIGH;\r
164                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to High\n"));\r
165                         }\r
166                         else\r
167                         {\r
168                                 wifiRssiState = BTC_RSSI_STATE_STAY_LOW;\r
169                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Low\n"));\r
170                         }\r
171                 }\r
172                 else\r
173                 {\r
174                         if(wifiRssi < rssiThresh)\r
175                         {\r
176                                 wifiRssiState = BTC_RSSI_STATE_LOW;\r
177                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Low\n"));\r
178                         }\r
179                         else\r
180                         {\r
181                                 wifiRssiState = BTC_RSSI_STATE_STAY_HIGH;\r
182                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at High\n"));\r
183                         }\r
184                 }\r
185         }\r
186         else if(levelNum == 3)\r
187         {\r
188                 if(rssiThresh > rssiThresh1)\r
189                 {\r
190                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI thresh error!!\n"));\r
191                         return pCoexSta->preWifiRssiState[index];\r
192                 }\r
193                 \r
194                 if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) ||\r
195                         (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW))\r
196                 {\r
197                         if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
198                         {\r
199                                 wifiRssiState = BTC_RSSI_STATE_MEDIUM;\r
200                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Medium\n"));\r
201                         }\r
202                         else\r
203                         {\r
204                                 wifiRssiState = BTC_RSSI_STATE_STAY_LOW;\r
205                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Low\n"));\r
206                         }\r
207                 }\r
208                 else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) ||\r
209                         (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM))\r
210                 {\r
211                         if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT))\r
212                         {\r
213                                 wifiRssiState = BTC_RSSI_STATE_HIGH;\r
214                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to High\n"));\r
215                         }\r
216                         else if(wifiRssi < rssiThresh)\r
217                         {\r
218                                 wifiRssiState = BTC_RSSI_STATE_LOW;\r
219                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Low\n"));\r
220                         }\r
221                         else\r
222                         {\r
223                                 wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM;\r
224                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Medium\n"));\r
225                         }\r
226                 }\r
227                 else\r
228                 {\r
229                         if(wifiRssi < rssiThresh1)\r
230                         {\r
231                                 wifiRssiState = BTC_RSSI_STATE_MEDIUM;\r
232                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Medium\n"));\r
233                         }\r
234                         else\r
235                         {\r
236                                 wifiRssiState = BTC_RSSI_STATE_STAY_HIGH;\r
237                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at High\n"));\r
238                         }\r
239                 }\r
240         }\r
241                 \r
242         pCoexSta->preWifiRssiState[index] = wifiRssiState;\r
243 \r
244         return wifiRssiState;\r
245 }\r
246 \r
247 VOID\r
248 halbtc8821a1ant_UpdateRaMask(\r
249         IN      PBTC_COEXIST            pBtCoexist,\r
250         IN      BOOLEAN                         bForceExec,\r
251         IN      u4Byte                          disRateMask\r
252         )\r
253 {\r
254         pCoexDm->curRaMask = disRateMask;\r
255         \r
256         if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask))\r
257         {\r
258                 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask);\r
259         }\r
260         pCoexDm->preRaMask = pCoexDm->curRaMask;\r
261 }\r
262 \r
263 VOID\r
264 halbtc8821a1ant_AutoRateFallbackRetry(\r
265         IN      PBTC_COEXIST            pBtCoexist,\r
266         IN      BOOLEAN                         bForceExec,\r
267         IN      u1Byte                          type\r
268         )\r
269 {\r
270         BOOLEAN bWifiUnderBMode=FALSE;\r
271         \r
272         pCoexDm->curArfrType = type;\r
273 \r
274         if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType))\r
275         {\r
276                 switch(pCoexDm->curArfrType)\r
277                 {\r
278                         case 0: // normal mode\r
279                                 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1);\r
280                                 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2);\r
281                                 break;\r
282                         case 1: \r
283                                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode);\r
284                                 if(bWifiUnderBMode)\r
285                                 {\r
286                                         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0);\r
287                                         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101);\r
288                                 }\r
289                                 else\r
290                                 {\r
291                                         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0);\r
292                                         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201);\r
293                                 }\r
294                                 break;\r
295                         default:\r
296                                 break;\r
297                 }\r
298         }\r
299 \r
300         pCoexDm->preArfrType = pCoexDm->curArfrType;\r
301 }\r
302 \r
303 VOID\r
304 halbtc8821a1ant_RetryLimit(\r
305         IN      PBTC_COEXIST            pBtCoexist,\r
306         IN      BOOLEAN                         bForceExec,\r
307         IN      u1Byte                          type\r
308         )\r
309 {\r
310         pCoexDm->curRetryLimitType = type;\r
311 \r
312         if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType))\r
313         {\r
314                 switch(pCoexDm->curRetryLimitType)\r
315                 {\r
316                         case 0: // normal mode\r
317                                 pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit);\r
318                                 break;\r
319                         case 1: // retry limit=8\r
320                                 pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808);\r
321                                 break;\r
322                         default:\r
323                                 break;\r
324                 }\r
325         }\r
326 \r
327         pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType;\r
328 }\r
329 \r
330 VOID\r
331 halbtc8821a1ant_AmpduMaxTime(\r
332         IN      PBTC_COEXIST            pBtCoexist,\r
333         IN      BOOLEAN                         bForceExec,\r
334         IN      u1Byte                          type\r
335         )\r
336 {\r
337         pCoexDm->curAmpduTimeType = type;\r
338 \r
339         if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType))\r
340         {\r
341                 switch(pCoexDm->curAmpduTimeType)\r
342                 {\r
343                         case 0: // normal mode\r
344                                 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime);\r
345                                 break;\r
346                         case 1: // AMPDU timw = 0x38 * 32us\r
347                                 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38);\r
348                                 break;\r
349                         default:\r
350                                 break;\r
351                 }\r
352         }\r
353 \r
354         pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType;\r
355 }\r
356 \r
357 VOID\r
358 halbtc8821a1ant_LimitedTx(\r
359         IN      PBTC_COEXIST            pBtCoexist,\r
360         IN      BOOLEAN                         bForceExec,\r
361         IN      u1Byte                          raMaskType,\r
362         IN      u1Byte                          arfrType,\r
363         IN      u1Byte                          retryLimitType,\r
364         IN      u1Byte                          ampduTimeType\r
365         )\r
366 {\r
367         switch(raMaskType)\r
368         {\r
369                 case 0: // normal mode\r
370                         halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0);\r
371                         break;\r
372                 case 1: // disable cck 1/2\r
373                         halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003);\r
374                         break;\r
375                 case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4\r
376                         halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7);\r
377                         break;\r
378                 default:\r
379                         break;\r
380         }\r
381 \r
382         halbtc8821a1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType);\r
383         halbtc8821a1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType);\r
384         halbtc8821a1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType);\r
385 }\r
386 \r
387 VOID\r
388 halbtc8821a1ant_LimitedRx(\r
389         IN      PBTC_COEXIST            pBtCoexist,\r
390         IN      BOOLEAN                         bForceExec,\r
391         IN      BOOLEAN                         bRejApAggPkt,\r
392         IN      BOOLEAN                         bBtCtrlAggBufSize,\r
393         IN      u1Byte                          aggBufSize\r
394         )\r
395 {\r
396         BOOLEAN bRejectRxAgg=bRejApAggPkt;\r
397         BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize;\r
398         u1Byte  rxAggSize=aggBufSize;\r
399 \r
400         //============================================\r
401         //      Rx Aggregation related setting\r
402         //============================================\r
403         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg);\r
404         // decide BT control aggregation buf size or not\r
405         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize);\r
406         // aggregation buf size, only work when BT control Rx aggregation size.\r
407         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize);\r
408         // real update aggregation setting\r
409         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL);\r
410 \r
411 \r
412 }\r
413 \r
414 VOID\r
415 halbtc8821a1ant_MonitorBtCtr(\r
416         IN      PBTC_COEXIST            pBtCoexist\r
417         )\r
418 {\r
419         u4Byte                  regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1;\r
420         u4Byte                  regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0;\r
421         u1Byte                  u1Tmp, u1Tmp1;\r
422         s4Byte                  wifiRssi;\r
423         \r
424         regHPTxRx = 0x770;\r
425         regLPTxRx = 0x774;\r
426 \r
427         u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx);\r
428         regHPTx = u4Tmp & bMaskLWord;\r
429         regHPRx = (u4Tmp & bMaskHWord)>>16;\r
430 \r
431         u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx);\r
432         regLPTx = u4Tmp & bMaskLWord;\r
433         regLPRx = (u4Tmp & bMaskHWord)>>16;\r
434                 \r
435         pCoexSta->highPriorityTx = regHPTx;\r
436         pCoexSta->highPriorityRx = regHPRx;\r
437         pCoexSta->lowPriorityTx = regLPTx;\r
438         pCoexSta->lowPriorityRx = regLPRx;\r
439 \r
440         // reset counter\r
441         pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc);\r
442 }\r
443 \r
444 VOID\r
445 halbtc8821a1ant_QueryBtInfo(\r
446         IN      PBTC_COEXIST            pBtCoexist\r
447         )\r
448 {\r
449         u1Byte                  H2C_Parameter[1] ={0};\r
450 \r
451         pCoexSta->bC2hBtInfoReqSent = TRUE;\r
452 \r
453         H2C_Parameter[0] |= BIT0;       // trigger\r
454 \r
455         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", \r
456                 H2C_Parameter[0]));\r
457 \r
458         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter);\r
459 }\r
460 \r
461 BOOLEAN\r
462 halbtc8821a1ant_IsWifiStatusChanged(\r
463         IN      PBTC_COEXIST            pBtCoexist\r
464         )\r
465 {\r
466         static BOOLEAN  bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE;\r
467         BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE;\r
468         BOOLEAN bWifiConnected=FALSE;\r
469 \r
470         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
471         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy);\r
472         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
473         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way);\r
474 \r
475         if(bWifiConnected)\r
476         {\r
477                 if(bWifiBusy != bPreWifiBusy)\r
478                 {\r
479                         bPreWifiBusy = bWifiBusy;\r
480                         return TRUE;\r
481                 }\r
482                 if(bUnder4way != bPreUnder4way)\r
483                 {\r
484                         bPreUnder4way = bUnder4way;\r
485                         return TRUE;\r
486                 }\r
487                 if(bBtHsOn != bPreBtHsOn)\r
488                 {\r
489                         bPreBtHsOn = bBtHsOn;\r
490                         return TRUE;\r
491                 }\r
492         }\r
493 \r
494         return FALSE;\r
495 }\r
496 \r
497 VOID\r
498 halbtc8821a1ant_UpdateBtLinkInfo(\r
499         IN      PBTC_COEXIST            pBtCoexist\r
500         )\r
501 {\r
502         PBTC_BT_LINK_INFO       pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
503         BOOLEAN                         bBtHsOn=FALSE;\r
504 \r
505         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
506 \r
507         pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist;\r
508         pBtLinkInfo->bScoExist = pCoexSta->bScoExist;\r
509         pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist;\r
510         pBtLinkInfo->bPanExist = pCoexSta->bPanExist;\r
511         pBtLinkInfo->bHidExist = pCoexSta->bHidExist;\r
512 \r
513         // work around for HS mode.\r
514         if(bBtHsOn)\r
515         {\r
516                 pBtLinkInfo->bPanExist = TRUE;\r
517                 pBtLinkInfo->bBtLinkExist = TRUE;\r
518         }\r
519 \r
520         // check if Sco only\r
521         if( pBtLinkInfo->bScoExist &&\r
522                 !pBtLinkInfo->bA2dpExist &&\r
523                 !pBtLinkInfo->bPanExist &&\r
524                 !pBtLinkInfo->bHidExist )\r
525                 pBtLinkInfo->bScoOnly = TRUE;\r
526         else\r
527                 pBtLinkInfo->bScoOnly = FALSE;\r
528 \r
529         // check if A2dp only\r
530         if( !pBtLinkInfo->bScoExist &&\r
531                 pBtLinkInfo->bA2dpExist &&\r
532                 !pBtLinkInfo->bPanExist &&\r
533                 !pBtLinkInfo->bHidExist )\r
534                 pBtLinkInfo->bA2dpOnly = TRUE;\r
535         else\r
536                 pBtLinkInfo->bA2dpOnly = FALSE;\r
537 \r
538         // check if Pan only\r
539         if( !pBtLinkInfo->bScoExist &&\r
540                 !pBtLinkInfo->bA2dpExist &&\r
541                 pBtLinkInfo->bPanExist &&\r
542                 !pBtLinkInfo->bHidExist )\r
543                 pBtLinkInfo->bPanOnly = TRUE;\r
544         else\r
545                 pBtLinkInfo->bPanOnly = FALSE;\r
546         \r
547         // check if Hid only\r
548         if( !pBtLinkInfo->bScoExist &&\r
549                 !pBtLinkInfo->bA2dpExist &&\r
550                 !pBtLinkInfo->bPanExist &&\r
551                 pBtLinkInfo->bHidExist )\r
552                 pBtLinkInfo->bHidOnly = TRUE;\r
553         else\r
554                 pBtLinkInfo->bHidOnly = FALSE;\r
555 }\r
556 \r
557 u1Byte\r
558 halbtc8821a1ant_ActionAlgorithm(\r
559         IN      PBTC_COEXIST            pBtCoexist\r
560         )\r
561 {\r
562         PBTC_BT_LINK_INFO       pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
563         BOOLEAN                         bBtHsOn=FALSE;\r
564         u1Byte                          algorithm=BT_8821A_1ANT_COEX_ALGO_UNDEFINED;\r
565         u1Byte                          numOfDiffProfile=0;\r
566 \r
567         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
568 \r
569         if(!pBtLinkInfo->bBtLinkExist)\r
570         {\r
571                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], No BT link exists!!!\n"));\r
572                 return algorithm;\r
573         }\r
574 \r
575         if(pBtLinkInfo->bScoExist)\r
576                 numOfDiffProfile++;\r
577         if(pBtLinkInfo->bHidExist)\r
578                 numOfDiffProfile++;\r
579         if(pBtLinkInfo->bPanExist)\r
580                 numOfDiffProfile++;\r
581         if(pBtLinkInfo->bA2dpExist)\r
582                 numOfDiffProfile++;\r
583         \r
584         if(numOfDiffProfile == 1)\r
585         {\r
586                 if(pBtLinkInfo->bScoExist)\r
587                 {\r
588                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO only\n"));\r
589                         algorithm = BT_8821A_1ANT_COEX_ALGO_SCO;\r
590                 }\r
591                 else\r
592                 {\r
593                         if(pBtLinkInfo->bHidExist)\r
594                         {\r
595                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID only\n"));\r
596                                 algorithm = BT_8821A_1ANT_COEX_ALGO_HID;\r
597                         }\r
598                         else if(pBtLinkInfo->bA2dpExist)\r
599                         {\r
600                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = A2DP only\n"));\r
601                                 algorithm = BT_8821A_1ANT_COEX_ALGO_A2DP;\r
602                         }\r
603                         else if(pBtLinkInfo->bPanExist)\r
604                         {\r
605                                 if(bBtHsOn)\r
606                                 {\r
607                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = PAN(HS) only\n"));\r
608                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANHS;\r
609                                 }\r
610                                 else\r
611                                 {\r
612                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = PAN(EDR) only\n"));\r
613                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR;\r
614                                 }\r
615                         }\r
616                 }\r
617         }\r
618         else if(numOfDiffProfile == 2)\r
619         {\r
620                 if(pBtLinkInfo->bScoExist)\r
621                 {\r
622                         if(pBtLinkInfo->bHidExist)\r
623                         {\r
624                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID\n"));\r
625                                 algorithm = BT_8821A_1ANT_COEX_ALGO_HID;\r
626                         }\r
627                         else if(pBtLinkInfo->bA2dpExist)\r
628                         {\r
629                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n"));\r
630                                 algorithm = BT_8821A_1ANT_COEX_ALGO_SCO;\r
631                         }\r
632                         else if(pBtLinkInfo->bPanExist)\r
633                         {\r
634                                 if(bBtHsOn)\r
635                                 {\r
636                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + PAN(HS)\n"));\r
637                                         algorithm = BT_8821A_1ANT_COEX_ALGO_SCO;\r
638                                 }\r
639                                 else\r
640                                 {\r
641                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n"));\r
642                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID;\r
643                                 }\r
644                         }\r
645                 }\r
646                 else\r
647                 {\r
648                         if( pBtLinkInfo->bHidExist &&\r
649                                 pBtLinkInfo->bA2dpExist )\r
650                         {\r
651                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID + A2DP\n"));\r
652                                 algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP;\r
653                         }\r
654                         else if( pBtLinkInfo->bHidExist &&\r
655                                 pBtLinkInfo->bPanExist )\r
656                         {\r
657                                 if(bBtHsOn)\r
658                                 {\r
659                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID + PAN(HS)\n"));\r
660                                         algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP;\r
661                                 }\r
662                                 else\r
663                                 {\r
664                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID + PAN(EDR)\n"));\r
665                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID;\r
666                                 }\r
667                         }\r
668                         else if( pBtLinkInfo->bPanExist &&\r
669                                 pBtLinkInfo->bA2dpExist )\r
670                         {\r
671                                 if(bBtHsOn)\r
672                                 {\r
673                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n"));\r
674                                         algorithm = BT_8821A_1ANT_COEX_ALGO_A2DP_PANHS;\r
675                                 }\r
676                                 else\r
677                                 {\r
678                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n"));\r
679                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_A2DP;\r
680                                 }\r
681                         }\r
682                 }\r
683         }\r
684         else if(numOfDiffProfile == 3)\r
685         {\r
686                 if(pBtLinkInfo->bScoExist)\r
687                 {\r
688                         if( pBtLinkInfo->bHidExist &&\r
689                                 pBtLinkInfo->bA2dpExist )\r
690                         {\r
691                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n"));\r
692                                 algorithm = BT_8821A_1ANT_COEX_ALGO_HID;\r
693                         }\r
694                         else if( pBtLinkInfo->bHidExist &&\r
695                                 pBtLinkInfo->bPanExist )\r
696                         {\r
697                                 if(bBtHsOn)\r
698                                 {\r
699                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n"));\r
700                                         algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP;\r
701                                 }\r
702                                 else\r
703                                 {\r
704                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n"));\r
705                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID;\r
706                                 }\r
707                         }\r
708                         else if( pBtLinkInfo->bPanExist &&\r
709                                 pBtLinkInfo->bA2dpExist )\r
710                         {\r
711                                 if(bBtHsOn)\r
712                                 {\r
713                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n"));\r
714                                         algorithm = BT_8821A_1ANT_COEX_ALGO_SCO;\r
715                                 }\r
716                                 else\r
717                                 {\r
718                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n"));\r
719                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID;\r
720                                 }\r
721                         }\r
722                 }\r
723                 else\r
724                 {\r
725                         if( pBtLinkInfo->bHidExist &&\r
726                                 pBtLinkInfo->bPanExist &&\r
727                                 pBtLinkInfo->bA2dpExist )\r
728                         {\r
729                                 if(bBtHsOn)\r
730                                 {\r
731                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n"));\r
732                                         algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP;\r
733                                 }\r
734                                 else\r
735                                 {\r
736                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n"));\r
737                                         algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP_PANEDR;\r
738                                 }\r
739                         }\r
740                 }\r
741         }\r
742         else if(numOfDiffProfile >= 3)\r
743         {\r
744                 if(pBtLinkInfo->bScoExist)\r
745                 {\r
746                         if( pBtLinkInfo->bHidExist &&\r
747                                 pBtLinkInfo->bPanExist &&\r
748                                 pBtLinkInfo->bA2dpExist )\r
749                         {\r
750                                 if(bBtHsOn)\r
751                                 {\r
752                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n"));\r
753 \r
754                                 }\r
755                                 else\r
756                                 {\r
757                                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n"));\r
758                                         algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID;\r
759                                 }\r
760                         }\r
761                 }\r
762         }\r
763 \r
764         return algorithm;\r
765 }\r
766 \r
767 VOID\r
768 halbtc8821a1ant_SetBtAutoReport(\r
769         IN      PBTC_COEXIST            pBtCoexist,\r
770         IN      BOOLEAN                 bEnableAutoReport\r
771         )\r
772 {\r
773         u1Byte                  H2C_Parameter[1] ={0};\r
774         \r
775         H2C_Parameter[0] = 0;\r
776 \r
777         if(bEnableAutoReport)\r
778         {\r
779                 H2C_Parameter[0] |= BIT0;\r
780         }\r
781 \r
782         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", \r
783                 (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0]));\r
784 \r
785         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter);    \r
786 }\r
787 \r
788 VOID\r
789 halbtc8821a1ant_BtAutoReport(\r
790         IN      PBTC_COEXIST            pBtCoexist,\r
791         IN      BOOLEAN                 bForceExec,\r
792         IN      BOOLEAN                 bEnableAutoReport\r
793         )\r
794 {\r
795         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], %s BT Auto report = %s\n",  \r
796                 (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled")));\r
797         pCoexDm->bCurBtAutoReport = bEnableAutoReport;\r
798 \r
799         if(!bForceExec)\r
800         {\r
801                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], bPreBtAutoReport=%d, bCurBtAutoReport=%d\n", \r
802                         pCoexDm->bPreBtAutoReport, pCoexDm->bCurBtAutoReport));\r
803 \r
804                 if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) \r
805                         return;\r
806         }\r
807         halbtc8821a1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport);\r
808 \r
809         pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport;\r
810 }\r
811 \r
812 VOID\r
813 halbtc8821a1ant_SetSwPenaltyTxRateAdaptive(\r
814         IN      PBTC_COEXIST            pBtCoexist,\r
815         IN      BOOLEAN                 bLowPenaltyRa\r
816         )\r
817 {\r
818         u1Byte                  H2C_Parameter[6] ={0};\r
819         \r
820         H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty\r
821 \r
822         if(bLowPenaltyRa)\r
823         {\r
824                 H2C_Parameter[1] |= BIT0;\r
825                 H2C_Parameter[2] = 0x00;  //normal rate except MCS7/6/5, OFDM54/48/36\r
826                 H2C_Parameter[3] = 0xf7;  //MCS7 or OFDM54\r
827                 H2C_Parameter[4] = 0xf8;  //MCS6 or OFDM48\r
828                 H2C_Parameter[5] = 0xf9;        //MCS5 or OFDM36        \r
829         }\r
830 \r
831         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], set WiFi Low-Penalty Retry: %s", \r
832                 (bLowPenaltyRa? "ON!!":"OFF!!") ));\r
833 \r
834         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter);\r
835 }\r
836 \r
837 VOID\r
838 halbtc8821a1ant_LowPenaltyRa(\r
839         IN      PBTC_COEXIST            pBtCoexist,\r
840         IN      BOOLEAN                 bForceExec,\r
841         IN      BOOLEAN                 bLowPenaltyRa\r
842         )\r
843 {\r
844         pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa;\r
845 \r
846         if(!bForceExec)\r
847         {\r
848                 if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) \r
849                         return;\r
850         }\r
851         halbtc8821a1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa);\r
852 \r
853         pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa;\r
854 }\r
855 \r
856 VOID\r
857 halbtc8821a1ant_SetCoexTable(\r
858         IN      PBTC_COEXIST    pBtCoexist,\r
859         IN      u4Byte          val0x6c0,\r
860         IN      u4Byte          val0x6c4,\r
861         IN      u4Byte          val0x6c8,\r
862         IN      u1Byte          val0x6cc\r
863         )\r
864 {\r
865         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0));\r
866         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0);\r
867 \r
868         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4));\r
869         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4);\r
870 \r
871         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8));\r
872         pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8);\r
873 \r
874         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc));\r
875         pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc);\r
876 }\r
877 \r
878 VOID\r
879 halbtc8821a1ant_CoexTable(\r
880         IN      PBTC_COEXIST            pBtCoexist,\r
881         IN      BOOLEAN                 bForceExec,\r
882         IN      u4Byte                  val0x6c0,\r
883         IN      u4Byte                  val0x6c4,\r
884         IN      u4Byte                  val0x6c8,\r
885         IN      u1Byte                  val0x6cc\r
886         )\r
887 {\r
888         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", \r
889                 (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc));\r
890         pCoexDm->curVal0x6c0 = val0x6c0;\r
891         pCoexDm->curVal0x6c4 = val0x6c4;\r
892         pCoexDm->curVal0x6c8 = val0x6c8;\r
893         pCoexDm->curVal0x6cc = val0x6cc;\r
894 \r
895         if(!bForceExec)\r
896         {\r
897                 if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) &&\r
898                         (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) &&\r
899                         (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) &&\r
900                         (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) )\r
901                         return;\r
902         }\r
903         halbtc8821a1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc);\r
904 \r
905         pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0;\r
906         pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4;\r
907         pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8;\r
908         pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc;\r
909 }\r
910 \r
911 VOID\r
912 halbtc8821a1ant_CoexTableWithType(\r
913         IN      PBTC_COEXIST            pBtCoexist,\r
914         IN      BOOLEAN                         bForceExec,\r
915         IN      u1Byte                          type\r
916         )\r
917 {\r
918         switch(type)\r
919         {\r
920                 case 0:\r
921                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3);\r
922                         break;\r
923                 case 1:\r
924                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3);\r
925                         break;\r
926                 case 2:\r
927                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3);\r
928                         break;\r
929                 case 3:\r
930                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3);\r
931                         break;\r
932                 case 4:\r
933                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xffffffff, 0xffffff, 0x3);\r
934                         break;\r
935                 case 5:\r
936                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5fff5fff, 0xffffff, 0x3);\r
937                         break;\r
938                 case 6:\r
939                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5a5a5a, 0xffffff, 0x3);\r
940                         break;\r
941                 case 7:\r
942                         halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5afa5afa, 0x5afa5afa, 0xffffff, 0x3);\r
943                         break;\r
944                 default:\r
945                         break;\r
946         }\r
947 }\r
948 \r
949 VOID\r
950 halbtc8821a1ant_SetFwIgnoreWlanAct(\r
951         IN      PBTC_COEXIST            pBtCoexist,\r
952         IN      BOOLEAN                 bEnable\r
953         )\r
954 {\r
955         u1Byte                  H2C_Parameter[1] ={0};\r
956                 \r
957         if(bEnable)\r
958         {\r
959                 H2C_Parameter[0] |= BIT0;               // function enable\r
960         }\r
961         \r
962         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", \r
963                 H2C_Parameter[0]));\r
964 \r
965         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter);\r
966 }\r
967 \r
968 VOID\r
969 halbtc8821a1ant_IgnoreWlanAct(\r
970         IN      PBTC_COEXIST            pBtCoexist,\r
971         IN      BOOLEAN                 bForceExec,\r
972         IN      BOOLEAN                 bEnable\r
973         )\r
974 {\r
975         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], %s turn Ignore WlanAct %s\n", \r
976                 (bForceExec? "force to":""), (bEnable? "ON":"OFF")));\r
977         pCoexDm->bCurIgnoreWlanAct = bEnable;\r
978 \r
979         if(!bForceExec)\r
980         {\r
981                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], bPreIgnoreWlanAct = %d, bCurIgnoreWlanAct = %d!!\n", \r
982                         pCoexDm->bPreIgnoreWlanAct, pCoexDm->bCurIgnoreWlanAct));\r
983 \r
984                 if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct)\r
985                         return;\r
986         }\r
987         halbtc8821a1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable);\r
988 \r
989         pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct;\r
990 }\r
991 \r
992 VOID\r
993 halbtc8821a1ant_SetFwPstdma(\r
994         IN      PBTC_COEXIST            pBtCoexist,\r
995         IN      u1Byte                  byte1,\r
996         IN      u1Byte                  byte2,\r
997         IN      u1Byte                  byte3,\r
998         IN      u1Byte                  byte4,\r
999         IN      u1Byte                  byte5\r
1000         )\r
1001 {\r
1002         u1Byte                  H2C_Parameter[5] ={0};\r
1003 \r
1004         H2C_Parameter[0] = byte1;       \r
1005         H2C_Parameter[1] = byte2;       \r
1006         H2C_Parameter[2] = byte3;\r
1007         H2C_Parameter[3] = byte4;\r
1008         H2C_Parameter[4] = byte5;\r
1009 \r
1010         pCoexDm->psTdmaPara[0] = byte1;\r
1011         pCoexDm->psTdmaPara[1] = byte2;\r
1012         pCoexDm->psTdmaPara[2] = byte3;\r
1013         pCoexDm->psTdmaPara[3] = byte4;\r
1014         pCoexDm->psTdmaPara[4] = byte5;\r
1015         \r
1016         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", \r
1017                 H2C_Parameter[0], \r
1018                 H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4]));\r
1019 \r
1020         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter);\r
1021 }\r
1022 \r
1023 VOID\r
1024 halbtc8821a1ant_SetLpsRpwm(\r
1025         IN      PBTC_COEXIST            pBtCoexist,\r
1026         IN      u1Byte                  lpsVal,\r
1027         IN      u1Byte                  rpwmVal\r
1028         )\r
1029 {\r
1030         u1Byte  lps=lpsVal;\r
1031         u1Byte  rpwm=rpwmVal;\r
1032         \r
1033         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps);\r
1034         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm);\r
1035 }\r
1036 \r
1037 VOID\r
1038 halbtc8821a1ant_LpsRpwm(\r
1039         IN      PBTC_COEXIST            pBtCoexist,\r
1040         IN      BOOLEAN                 bForceExec,\r
1041         IN      u1Byte                  lpsVal,\r
1042         IN      u1Byte                  rpwmVal\r
1043         )\r
1044 {\r
1045         BOOLEAN bForceExecPwrCmd=FALSE;\r
1046         \r
1047         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", \r
1048                 (bForceExec? "force to":""), lpsVal, rpwmVal));\r
1049         pCoexDm->curLps = lpsVal;\r
1050         pCoexDm->curRpwm = rpwmVal;\r
1051 \r
1052         if(!bForceExec)\r
1053         {\r
1054                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], LPS-RxBeaconMode=0x%x , LPS-RPWM=0x%x!!\n", \r
1055                          pCoexDm->curLps, pCoexDm->curRpwm));\r
1056 \r
1057                 if( (pCoexDm->preLps == pCoexDm->curLps) &&\r
1058                         (pCoexDm->preRpwm == pCoexDm->curRpwm) )\r
1059                 {\r
1060                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], LPS-RPWM_Last=0x%x , LPS-RPWM_Now=0x%x!!\n", \r
1061                                  pCoexDm->preRpwm, pCoexDm->curRpwm));\r
1062 \r
1063                         return;\r
1064                 }\r
1065         }\r
1066         halbtc8821a1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal);\r
1067 \r
1068         pCoexDm->preLps = pCoexDm->curLps;\r
1069         pCoexDm->preRpwm = pCoexDm->curRpwm;\r
1070 }\r
1071 \r
1072 VOID\r
1073 halbtc8821a1ant_SwMechanism(\r
1074         IN      PBTC_COEXIST    pBtCoexist,     \r
1075         IN      BOOLEAN         bLowPenaltyRA\r
1076         ) \r
1077 {\r
1078         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_MONITOR, ("[BTCoex], SM[LpRA] = %d \n", bLowPenaltyRA));\r
1079         \r
1080         halbtc8821a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA);\r
1081 }\r
1082 \r
1083 VOID\r
1084 halbtc8821a1ant_SetAntPath(\r
1085         IN      PBTC_COEXIST            pBtCoexist,\r
1086         IN      u1Byte                          antPosType,\r
1087         IN      BOOLEAN                         bInitHwCfg,\r
1088         IN      BOOLEAN                         bWifiOff\r
1089         )\r
1090 {\r
1091         PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo;\r
1092         u4Byte                  fwVer=0, u4Tmp=0;\r
1093         u1Byte                  H2C_Parameter[2] ={0};\r
1094         \r
1095         if(bInitHwCfg)\r
1096         {\r
1097                 // 0x4c[23]=0, 0x4c[24]=1  Antenna control by WL/BT\r
1098                 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c);\r
1099                 u4Tmp &=~BIT23;\r
1100                 u4Tmp |= BIT24;\r
1101                 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp);\r
1102 \r
1103                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x975, 0x3, 0x3);\r
1104                 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x77);\r
1105 \r
1106                 if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) \r
1107                 {\r
1108                         //tell firmware "antenna inverse"  ==> WRONG firmware antenna control code.==>need fw to fix\r
1109                         H2C_Parameter[0] = 1;\r
1110                         H2C_Parameter[1] = 1;\r
1111                         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter);\r
1112 \r
1113                         pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x1); //Main Ant to  BT for IPS case 0x4c[23]=1\r
1114                 }\r
1115                 else\r
1116                 {\r
1117                         //tell firmware "no antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix\r
1118                         H2C_Parameter[0] = 0;\r
1119                         H2C_Parameter[1] = 1;\r
1120                         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter);\r
1121 \r
1122                         pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); //Aux Ant to  BT for IPS case 0x4c[23]=1\r
1123                 }\r
1124         }\r
1125         else if(bWifiOff)\r
1126         {\r
1127                 // 0x4c[24:23]=00, Set Antenna control by BT_RFE_CTRL   BT Vendor 0xac=0xf002\r
1128                 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c);\r
1129                 u4Tmp &= ~BIT23;\r
1130                 u4Tmp &= ~BIT24;\r
1131                 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp);\r
1132         }\r
1133         \r
1134         // ext switch setting\r
1135         switch(antPosType)\r
1136         {\r
1137                 case BTC_ANT_PATH_WIFI:\r
1138                         if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT)\r
1139                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1);\r
1140                         else\r
1141                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2);\r
1142                         break;\r
1143                 case BTC_ANT_PATH_BT:\r
1144                         if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT)\r
1145                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2);\r
1146                         else\r
1147                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1);\r
1148                         break;\r
1149                 default:\r
1150                 case BTC_ANT_PATH_PTA:\r
1151                         if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT)\r
1152                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1);\r
1153                         else\r
1154                                 pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2);\r
1155                         break;\r
1156         }\r
1157 }\r
1158 \r
1159 VOID\r
1160 halbtc8821a1ant_PsTdma(\r
1161         IN      PBTC_COEXIST            pBtCoexist,\r
1162         IN      BOOLEAN                 bForceExec,\r
1163         IN      BOOLEAN                 bTurnOn,\r
1164         IN      u1Byte                  type\r
1165         )\r
1166 {\r
1167         PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo;\r
1168         BOOLEAN                 bTurnOnByCnt=FALSE;\r
1169         u1Byte                  psTdmaTypeByCnt=0, rssiAdjustVal=0;\r
1170         u4Byte                  fwVer=0;\r
1171 \r
1172         pCoexDm->bCurPsTdmaOn = bTurnOn;\r
1173         pCoexDm->curPsTdma = type;\r
1174 \r
1175         if(!bForceExec)\r
1176         {\r
1177                 if (pCoexDm->bCurPsTdmaOn)\r
1178                 {\r
1179                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], ********** TDMA(on, %d) **********\n", \r
1180                                 pCoexDm->curPsTdma));\r
1181                 }\r
1182                 else\r
1183                 {\r
1184                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], ********** TDMA(off, %d) **********\n", \r
1185                                 pCoexDm->curPsTdma));\r
1186                 }\r
1187                         \r
1188 \r
1189                 if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) &&\r
1190                         (pCoexDm->prePsTdma == pCoexDm->curPsTdma) )\r
1191                         return;\r
1192         }\r
1193         if(bTurnOn)\r
1194         {\r
1195                 switch(type)\r
1196                 {\r
1197                         default:\r
1198                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, 0x50);\r
1199                                 break;\r
1200                         case 1:\r
1201                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x3a, 0x03, 0x10, 0x50);\r
1202                                 rssiAdjustVal = 11;\r
1203                                 break;\r
1204                         case 2:\r
1205                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x2b, 0x03, 0x10, 0x50);\r
1206                                 rssiAdjustVal = 14;\r
1207                                 break;\r
1208                         case 3:\r
1209                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, 0x10);\r
1210                                 break;\r
1211                         case 4:\r
1212                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0);\r
1213                                 rssiAdjustVal = 17;\r
1214                                 break;\r
1215                         case 5:\r
1216                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x15, 0x3, 0x11, 0x10);\r
1217                                 break;\r
1218                         case 6:\r
1219                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x0, 0x0);\r
1220                                 break;\r
1221                         case 7:\r
1222                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0);\r
1223                                 break;\r
1224                         case 8: \r
1225                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0);\r
1226                                 break;\r
1227                         case 9: \r
1228                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, 0x50);\r
1229                                 rssiAdjustVal = 18;\r
1230                                 break;\r
1231                         case 10:        \r
1232                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40);\r
1233                                 break;\r
1234                         case 11:        \r
1235                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x14, 0x03, 0x10, 0x10);\r
1236                                 rssiAdjustVal = 20;\r
1237                                 break;\r
1238                         case 12:\r
1239                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50);\r
1240                                 break;\r
1241                         case 13:\r
1242                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x18, 0x18, 0x0, 0x10);\r
1243                                 break;\r
1244                         case 14:\r
1245                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, 0x10);\r
1246                                 break;\r
1247                         case 15:\r
1248                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0);\r
1249                                 break;\r
1250                         case 16:\r
1251                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0);\r
1252                                 rssiAdjustVal = 18;\r
1253                                 break;\r
1254                         case 18:\r
1255                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0);\r
1256                                 rssiAdjustVal = 14;\r
1257                                 break;                  \r
1258                         case 20:\r
1259                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x03, 0x11, 0x10);\r
1260                                 break;\r
1261                         case 21:\r
1262                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x15, 0x03, 0x11, 0x10);\r
1263                                 break;\r
1264                         case 22:\r
1265                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x10);\r
1266                                 break;\r
1267                         case 23:\r
1268                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18);\r
1269                                 rssiAdjustVal = 22;\r
1270                                 break;\r
1271                         case 24:\r
1272                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18);\r
1273                                 rssiAdjustVal = 22;\r
1274                                 break;\r
1275                         case 25:\r
1276                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18);\r
1277                                 rssiAdjustVal = 22;\r
1278                                 break;\r
1279                         case 26:\r
1280                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18);\r
1281                                 rssiAdjustVal = 22;\r
1282                                 break;\r
1283                         case 27:\r
1284                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98);\r
1285                                 rssiAdjustVal = 22;\r
1286                                 break;\r
1287                         case 28:\r
1288                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0);\r
1289                                 break;\r
1290                         case 29:\r
1291                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10);\r
1292                                 break;\r
1293                         case 30:\r
1294                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x14, 0x3, 0x10, 0x50);\r
1295                                 break;\r
1296                         case 31:\r
1297                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58);\r
1298                                 break;\r
1299                         case 32:\r
1300                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0xa, 0x3, 0x10, 0x0);\r
1301                                 break;\r
1302                         case 33:\r
1303                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xa3, 0x25, 0x3, 0x30, 0x90);\r
1304                                 break;\r
1305                         case 34:\r
1306                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10);\r
1307                                 break;\r
1308                         case 35:\r
1309                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10);\r
1310                                 break;\r
1311                         case 36:\r
1312                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50);\r
1313                                 break;\r
1314                 }\r
1315         }\r
1316         else\r
1317         {\r
1318                 // disable PS tdma\r
1319                 switch(type)\r
1320                 {\r
1321                         case 8: //PTA Control\r
1322                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0);\r
1323                                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FALSE, FALSE);\r
1324                                 break;\r
1325                         case 0:\r
1326                         default:  //Software control, Antenna at BT side\r
1327                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0);\r
1328                                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE);\r
1329                                 break;\r
1330                         case 9:   //Software control, Antenna at WiFi side\r
1331                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0);\r
1332                                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FALSE, FALSE);\r
1333                                 break;\r
1334                         case 10:        // under 5G\r
1335                                 halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0);\r
1336                                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE);\r
1337                                 break;\r
1338                 }\r
1339         }\r
1340         rssiAdjustVal =0;\r
1341         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal);\r
1342 \r
1343         // update pre state\r
1344         pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn;\r
1345         pCoexDm->prePsTdma = pCoexDm->curPsTdma;\r
1346 }\r
1347 \r
1348 VOID\r
1349 halbtc8821a1ant_CoexAllOff(\r
1350         IN      PBTC_COEXIST            pBtCoexist\r
1351         )\r
1352 {\r
1353         // sw all off\r
1354         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1355 \r
1356         // hw all off\r
1357         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
1358 }\r
1359 \r
1360 BOOLEAN\r
1361 halbtc8821a1ant_IsCommonAction(\r
1362         IN      PBTC_COEXIST            pBtCoexist\r
1363         )\r
1364 {\r
1365         BOOLEAN                 bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE;\r
1366 \r
1367         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
1368         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy);\r
1369 \r
1370         if(!bWifiConnected && \r
1371                 BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)\r
1372         {\r
1373                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n"));\r
1374                 halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1375 \r
1376                 bCommon = TRUE;\r
1377         }\r
1378         else if(bWifiConnected && \r
1379                         (BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) )\r
1380         {\r
1381                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi connected + BT non connected-idle!!\n"));\r
1382                 halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1383 \r
1384                 bCommon = TRUE;\r
1385         }\r
1386         else if(!bWifiConnected && \r
1387                 (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) )\r
1388         {\r
1389                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n"));\r
1390                 halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1391 \r
1392                 bCommon = TRUE;\r
1393         }\r
1394         else if(bWifiConnected && \r
1395                 (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) )\r
1396         {\r
1397                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi connected + BT connected-idle!!\n"));\r
1398                 halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1399 \r
1400                 bCommon = TRUE;\r
1401         }\r
1402         else if(!bWifiConnected && \r
1403                 (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) )\r
1404         {\r
1405                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n"));\r
1406                 halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1407                 \r
1408                 bCommon = TRUE;\r
1409         }\r
1410         else\r
1411         {\r
1412                 if (bWifiBusy)                  \r
1413                 {\r
1414                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n"));\r
1415                 }\r
1416                 else\r
1417                 {\r
1418                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n"));\r
1419                 }\r
1420                 \r
1421                 bCommon = FALSE;\r
1422         }\r
1423         \r
1424         return bCommon;\r
1425 }\r
1426 \r
1427 \r
1428 VOID\r
1429 halbtc8821a1ant_TdmaDurationAdjustForAcl(\r
1430         IN      PBTC_COEXIST            pBtCoexist,\r
1431         IN      u1Byte                          wifiStatus\r
1432         )\r
1433 {\r
1434         static s4Byte           up,dn,m,n,WaitCount;\r
1435         s4Byte                  result;   //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration\r
1436         u1Byte                  retryCount=0, btInfoExt;\r
1437 \r
1438         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], TdmaDurationAdjustForAcl()\n"));\r
1439 \r
1440         if( (BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) ||\r
1441                 (BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) ||\r
1442                 (BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) )\r
1443         {\r
1444                 if( pCoexDm->curPsTdma != 1 &&\r
1445                         pCoexDm->curPsTdma != 2 &&\r
1446                         pCoexDm->curPsTdma != 3 &&\r
1447                         pCoexDm->curPsTdma != 9 )\r
1448                 {\r
1449                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9);\r
1450                         pCoexDm->psTdmaDuAdjType = 9;\r
1451 \r
1452                         up = 0;\r
1453                         dn = 0;\r
1454                         m = 1;\r
1455                         n= 3;\r
1456                         result = 0;\r
1457                         WaitCount = 0;\r
1458                 }               \r
1459                 return;\r
1460         }\r
1461         \r
1462         if(!pCoexDm->bAutoTdmaAdjust)\r
1463         {\r
1464                 pCoexDm->bAutoTdmaAdjust = TRUE;\r
1465                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], first run TdmaDurationAdjust()!!\n"));\r
1466 \r
1467                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2);\r
1468                 pCoexDm->psTdmaDuAdjType = 2;\r
1469                 //============\r
1470                 up = 0;\r
1471                 dn = 0;\r
1472                 m = 1;\r
1473                 n= 3;\r
1474                 result = 0;\r
1475                 WaitCount = 0;\r
1476         }\r
1477         else\r
1478         {\r
1479                 //accquire the BT TRx retry count from BT_Info byte2\r
1480                 retryCount = pCoexSta->btRetryCnt;\r
1481                 btInfoExt = pCoexSta->btInfoExt;\r
1482                 //BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount));\r
1483                 //BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", \r
1484                 //      up, dn, m, n, WaitCount));\r
1485                 result = 0;\r
1486                 WaitCount++; \r
1487                   \r
1488                 if(retryCount == 0)  // no retry in the last 2-second duration\r
1489                 {\r
1490                         up++;\r
1491                         dn--;\r
1492 \r
1493                         if (dn <= 0)\r
1494                                 dn = 0;                          \r
1495 \r
1496                         if(up >= n)     // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration\r
1497                         {\r
1498                                 WaitCount = 0; \r
1499                                 n = 3;\r
1500                                 up = 0;\r
1501                                 dn = 0;\r
1502                                 result = 1; \r
1503                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Increase wifi duration!!\n"));\r
1504                         }\r
1505                 }\r
1506                 else if (retryCount <= 3)       // <=3 retry in the last 2-second duration\r
1507                 {\r
1508                         up--; \r
1509                         dn++;\r
1510 \r
1511                         if (up <= 0)\r
1512                                 up = 0;\r
1513 \r
1514                         if (dn == 2)    // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration\r
1515                         {\r
1516                                 if (WaitCount <= 2)\r
1517                                         m++; // ÁקK¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^\r
1518                                 else\r
1519                                         m = 1;\r
1520 \r
1521                                 if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration.\r
1522                                         m = 20;\r
1523 \r
1524                                 n = 3*m;\r
1525                                 up = 0;\r
1526                                 dn = 0;\r
1527                                 WaitCount = 0;\r
1528                                 result = -1; \r
1529                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n"));\r
1530                         }\r
1531                 }\r
1532                 else  //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration\r
1533                 {\r
1534                         if (WaitCount == 1)\r
1535                                 m++; // ÁקK¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^\r
1536                         else\r
1537                                 m = 1;\r
1538 \r
1539                         if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration.\r
1540                                 m = 20;\r
1541 \r
1542                         n = 3*m;\r
1543                         up = 0;\r
1544                         dn = 0;\r
1545                         WaitCount = 0; \r
1546                         result = -1;\r
1547                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n"));\r
1548                 }\r
1549 \r
1550                 if(result == -1)\r
1551                 {\r
1552                         if( (BT_INFO_8821A_1ANT_A2DP_BASIC_RATE(btInfoExt)) &&\r
1553                                 ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) )\r
1554                         {\r
1555                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9);\r
1556                                 pCoexDm->psTdmaDuAdjType = 9;\r
1557                         }\r
1558                         else if(pCoexDm->curPsTdma == 1)\r
1559                         {\r
1560                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2);\r
1561                                 pCoexDm->psTdmaDuAdjType = 2;\r
1562                         }\r
1563                         else if(pCoexDm->curPsTdma == 2)\r
1564                         {\r
1565                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9);\r
1566                                 pCoexDm->psTdmaDuAdjType = 9;\r
1567                         }\r
1568                         else if(pCoexDm->curPsTdma == 9)\r
1569                         {\r
1570                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11);\r
1571                                 pCoexDm->psTdmaDuAdjType = 11;\r
1572                         }\r
1573                 }\r
1574                 else if(result == 1)\r
1575                 {\r
1576                         if( (BT_INFO_8821A_1ANT_A2DP_BASIC_RATE(btInfoExt)) &&\r
1577                                 ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) )\r
1578                         {\r
1579                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9);\r
1580                                 pCoexDm->psTdmaDuAdjType = 9;\r
1581                         }\r
1582                         else if(pCoexDm->curPsTdma == 11)\r
1583                         {\r
1584                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9);\r
1585                                 pCoexDm->psTdmaDuAdjType = 9;\r
1586                         }\r
1587                         else if(pCoexDm->curPsTdma == 9)\r
1588                         {\r
1589                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2);\r
1590                                 pCoexDm->psTdmaDuAdjType = 2;\r
1591                         }\r
1592                         else if(pCoexDm->curPsTdma == 2)\r
1593                         {\r
1594                                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1);\r
1595                                 pCoexDm->psTdmaDuAdjType = 1;\r
1596                         }\r
1597                 }\r
1598                 else      //no change\r
1599                 {\r
1600                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], ********** TDMA(on, %d) **********\n", \r
1601                                 pCoexDm->curPsTdma));\r
1602                 }\r
1603 \r
1604                 if( pCoexDm->curPsTdma != 1 &&\r
1605                         pCoexDm->curPsTdma != 2 &&\r
1606                         pCoexDm->curPsTdma != 9 &&\r
1607                         pCoexDm->curPsTdma != 11 )\r
1608                 {\r
1609                         // recover to previous adjust type\r
1610                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType);\r
1611                 }\r
1612         }\r
1613 }\r
1614 \r
1615 VOID\r
1616 halbtc8821a1ant_PsTdmaCheckForPowerSaveState(\r
1617         IN      PBTC_COEXIST            pBtCoexist,\r
1618         IN      BOOLEAN                 bNewPsState\r
1619         )\r
1620 {\r
1621         u1Byte  lpsMode=0x0;\r
1622 \r
1623         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode);\r
1624         \r
1625         if(lpsMode)     // already under LPS state\r
1626         {\r
1627                 if(bNewPsState)         \r
1628                 {\r
1629                         // keep state under LPS, do nothing.\r
1630                 }\r
1631                 else\r
1632                 {\r
1633                         // will leave LPS state, turn off psTdma first\r
1634                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0);\r
1635                 }\r
1636         }\r
1637         else                                            // NO PS state\r
1638         {\r
1639                 if(bNewPsState)\r
1640                 {\r
1641                         // will enter LPS state, turn off psTdma first\r
1642                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0);\r
1643                 }\r
1644                 else\r
1645                 {\r
1646                         // keep state under NO PS state, do nothing.\r
1647                 }\r
1648         }\r
1649 }\r
1650 \r
1651 VOID\r
1652 halbtc8821a1ant_PowerSaveState(\r
1653         IN      PBTC_COEXIST            pBtCoexist,\r
1654         IN      u1Byte                          psType,\r
1655         IN      u1Byte                          lpsVal,\r
1656         IN      u1Byte                          rpwmVal\r
1657         )\r
1658 {\r
1659         BOOLEAN         bLowPwrDisable=FALSE;\r
1660 \r
1661         switch(psType)\r
1662         {\r
1663                 case BTC_PS_WIFI_NATIVE:\r
1664                         // recover to original 32k low power setting\r
1665                         bLowPwrDisable = FALSE;\r
1666                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable);\r
1667                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL);\r
1668                         break;\r
1669                 case BTC_PS_LPS_ON:\r
1670                         halbtc8821a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE);\r
1671                         halbtc8821a1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal);\r
1672                         // when coex force to enter LPS, do not enter 32k low power.\r
1673                         bLowPwrDisable = TRUE;\r
1674                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable);\r
1675                         // power save must executed before psTdma.\r
1676                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL);\r
1677                         break;\r
1678                 case BTC_PS_LPS_OFF:\r
1679                         halbtc8821a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE);\r
1680                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL);\r
1681                         break;\r
1682                 default:\r
1683                         break;\r
1684         }\r
1685 }\r
1686 \r
1687 VOID\r
1688 halbtc8821a1ant_CoexUnder5G(\r
1689         IN      PBTC_COEXIST            pBtCoexist\r
1690         )\r
1691 {\r
1692         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
1693 \r
1694         halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, TRUE);\r
1695 \r
1696         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 10);\r
1697 \r
1698         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
1699 \r
1700         halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0);\r
1701 \r
1702         halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 5);\r
1703 }\r
1704 \r
1705 #define WIFI_ONLY_CHECK_UNDER_5G\r
1706 #ifdef WIFI_ONLY_CHECK_UNDER_5G\r
1707 VOID\r
1708 halbtc8821a1ant_ActionWifiOnly(\r
1709         IN      PBTC_COEXIST            pBtCoexist\r
1710         )\r
1711 {\r
1712         BOOLEAN  bWifiUnder5G=FALSE;\r
1713 \r
1714         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G);\r
1715 \r
1716         if (bWifiUnder5G)\r
1717         {\r
1718                 halbtc8821a1ant_CoexUnder5G(pBtCoexist);\r
1719                 return;\r
1720         }\r
1721         else\r
1722         {\r
1723                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
1724                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9);\r
1725         }\r
1726 }\r
1727 #else\r
1728 VOID\r
1729 halbtc8821a1ant_ActionWifiOnly(\r
1730         IN      PBTC_COEXIST            pBtCoexist\r
1731         )\r
1732 {\r
1733         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
1734         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9);      \r
1735 }\r
1736 #endif\r
1737 \r
1738 VOID\r
1739 halbtc8821a1ant_MonitorBtEnableDisable(\r
1740         IN      PBTC_COEXIST            pBtCoexist\r
1741         )\r
1742 {\r
1743         static BOOLEAN  bPreBtDisabled=FALSE;\r
1744         static u4Byte           btDisableCnt=0;\r
1745         BOOLEAN                 bBtActive=TRUE, bBtDisabled=FALSE;\r
1746 \r
1747         // This function check if bt is disabled\r
1748 \r
1749         if(     pCoexSta->highPriorityTx == 0 &&\r
1750                 pCoexSta->highPriorityRx == 0 &&\r
1751                 pCoexSta->lowPriorityTx == 0 &&\r
1752                 pCoexSta->lowPriorityRx == 0)\r
1753         {\r
1754                 bBtActive = FALSE;\r
1755         }\r
1756         if(     pCoexSta->highPriorityTx == 0xffff &&\r
1757                 pCoexSta->highPriorityRx == 0xffff &&\r
1758                 pCoexSta->lowPriorityTx == 0xffff &&\r
1759                 pCoexSta->lowPriorityRx == 0xffff)\r
1760         {\r
1761                 bBtActive = FALSE;\r
1762         }\r
1763         if(bBtActive)\r
1764         {\r
1765                 btDisableCnt = 0;\r
1766                 bBtDisabled = FALSE;\r
1767                 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled);\r
1768                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_MONITOR, ("[BTCoex], BT is enabled !!\n"));\r
1769         }\r
1770         else\r
1771         {\r
1772                 btDisableCnt++;\r
1773                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_MONITOR, ("[BTCoex], bt all counters=0, %d times!!\n", \r
1774                                 btDisableCnt));\r
1775                 if(btDisableCnt >= 2)\r
1776                 {\r
1777                         bBtDisabled = TRUE;\r
1778                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled);\r
1779                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_MONITOR, ("[BTCoex], BT is disabled !!\n"));\r
1780                         halbtc8821a1ant_ActionWifiOnly(pBtCoexist);\r
1781                 }\r
1782         }\r
1783         if(bPreBtDisabled != bBtDisabled)\r
1784         {\r
1785                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_MONITOR, ("[BTCoex], BT is from %s to %s!!\n", \r
1786                         (bPreBtDisabled ? "disabled":"enabled"), \r
1787                         (bBtDisabled ? "disabled":"enabled")));\r
1788                 bPreBtDisabled = bBtDisabled;\r
1789                 if(!bBtDisabled)\r
1790                 {\r
1791                 }\r
1792                 else\r
1793                 {\r
1794                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL);\r
1795                         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL);\r
1796                 }\r
1797         }\r
1798 }\r
1799 \r
1800 //=============================================\r
1801 //\r
1802 //      Software Coex Mechanism start\r
1803 //\r
1804 //=============================================\r
1805 \r
1806 // SCO only or SCO+PAN(HS)\r
1807 VOID\r
1808 halbtc8821a1ant_ActionSco(\r
1809         IN      PBTC_COEXIST            pBtCoexist\r
1810         )\r
1811 {\r
1812         halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE);\r
1813 }\r
1814 \r
1815 VOID\r
1816 halbtc8821a1ant_ActionHid(\r
1817         IN      PBTC_COEXIST            pBtCoexist\r
1818         )\r
1819 {\r
1820         halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE);\r
1821 }\r
1822 \r
1823 //A2DP only / PAN(EDR) only/ A2DP+PAN(HS)\r
1824 VOID\r
1825 halbtc8821a1ant_ActionA2dp(\r
1826         IN      PBTC_COEXIST            pBtCoexist\r
1827         )\r
1828 {\r
1829         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1830 }\r
1831 \r
1832 VOID\r
1833 halbtc8821a1ant_ActionA2dpPanHs(\r
1834         IN      PBTC_COEXIST            pBtCoexist\r
1835         )\r
1836 {\r
1837         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1838 }\r
1839 \r
1840 VOID\r
1841 halbtc8821a1ant_ActionPanEdr(\r
1842         IN      PBTC_COEXIST            pBtCoexist\r
1843         )\r
1844 {\r
1845         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1846 }\r
1847 \r
1848 //PAN(HS) only\r
1849 VOID\r
1850 halbtc8821a1ant_ActionPanHs(\r
1851         IN      PBTC_COEXIST            pBtCoexist\r
1852         )\r
1853 {\r
1854         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1855 }\r
1856 \r
1857 //PAN(EDR)+A2DP\r
1858 VOID\r
1859 halbtc8821a1ant_ActionPanEdrA2dp(\r
1860         IN      PBTC_COEXIST            pBtCoexist\r
1861         )\r
1862 {\r
1863         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
1864 }\r
1865 \r
1866 VOID\r
1867 halbtc8821a1ant_ActionPanEdrHid(\r
1868         IN      PBTC_COEXIST            pBtCoexist\r
1869         )\r
1870 {\r
1871         halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE);\r
1872 }\r
1873 \r
1874 // HID+A2DP+PAN(EDR)\r
1875 VOID\r
1876 halbtc8821a1ant_ActionHidA2dpPanEdr(\r
1877         IN      PBTC_COEXIST            pBtCoexist\r
1878         )\r
1879 {\r
1880         halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE);\r
1881 }\r
1882 \r
1883 VOID\r
1884 halbtc8821a1ant_ActionHidA2dp(\r
1885         IN      PBTC_COEXIST            pBtCoexist\r
1886         )\r
1887 {\r
1888         halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE);\r
1889 }\r
1890 \r
1891 //=============================================\r
1892 //\r
1893 //      Non-Software Coex Mechanism start\r
1894 //\r
1895 //=============================================\r
1896 \r
1897 VOID\r
1898 halbtc8821a1ant_ActionHs(\r
1899         IN      PBTC_COEXIST            pBtCoexist\r
1900         )\r
1901 {\r
1902         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5);\r
1903         halbtc8821a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 2);\r
1904 }\r
1905 \r
1906 VOID\r
1907 halbtc8821a1ant_ActionBtInquiry(\r
1908         IN      PBTC_COEXIST            pBtCoexist\r
1909         )\r
1910 {\r
1911         PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
1912         BOOLEAN                 bWifiConnected=FALSE;\r
1913         \r
1914         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
1915 \r
1916         if(!bWifiConnected)\r
1917         {\r
1918                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
1919                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5);\r
1920                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
1921         }\r
1922         else if( (pBtLinkInfo->bScoExist) ||\r
1923                         (pBtLinkInfo->bHidOnly) )\r
1924         {\r
1925                 // SCO/HID-only busy\r
1926                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
1927                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32);\r
1928                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
1929         }\r
1930         else\r
1931         {\r
1932                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4);\r
1933                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 30);\r
1934                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
1935         }\r
1936 }\r
1937 \r
1938 VOID\r
1939 halbtc8821a1ant_ActionBtScoHidOnlyBusy(\r
1940         IN      PBTC_COEXIST            pBtCoexist,\r
1941         IN      u1Byte                          wifiStatus\r
1942         )\r
1943 {\r
1944         // tdma and coex table\r
1945         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5);\r
1946 \r
1947         if(BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus)\r
1948                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);          \r
1949         else\r
1950                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
1951 }\r
1952 \r
1953 VOID\r
1954 halbtc8821a1ant_ActionWifiConnectedBtAclBusy(\r
1955         IN      PBTC_COEXIST            pBtCoexist,\r
1956         IN      u1Byte                          wifiStatus\r
1957         )\r
1958 {\r
1959         u1Byte          btRssiState;\r
1960         \r
1961         PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
1962         btRssiState = halbtc8821a1ant_BtRssiState(2, 28, 0);    \r
1963 \r
1964         if(pBtLinkInfo->bHidOnly)  //HID\r
1965         {\r
1966                 halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus);\r
1967                 pCoexDm->bAutoTdmaAdjust = FALSE;\r
1968                 return;\r
1969         }\r
1970         else if(pBtLinkInfo->bA2dpOnly)  //A2DP         \r
1971         {\r
1972                 if( (btRssiState == BTC_RSSI_STATE_HIGH) ||\r
1973                         (btRssiState == BTC_RSSI_STATE_STAY_HIGH) )     \r
1974                 {\r
1975                          halbtc8821a1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus);\r
1976                 }\r
1977                 else //for low BT RSSI\r
1978                 {\r
1979                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11);\r
1980                         pCoexDm->bAutoTdmaAdjust = FALSE;\r
1981                 }                       \r
1982 \r
1983                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
1984         }\r
1985         else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist)  //HID+A2DP\r
1986         {\r
1987                 if( (btRssiState == BTC_RSSI_STATE_HIGH) ||\r
1988                         (btRssiState == BTC_RSSI_STATE_STAY_HIGH) )     \r
1989                 {\r
1990                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14);\r
1991                         pCoexDm->bAutoTdmaAdjust = FALSE;\r
1992                 }\r
1993                 else //for low BT RSSI\r
1994                 {\r
1995                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11);\r
1996                         pCoexDm->bAutoTdmaAdjust = FALSE;\r
1997                 }                       \r
1998 \r
1999                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2000         }\r
2001         else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP)                 \r
2002         {\r
2003                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3);\r
2004                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2005                 pCoexDm->bAutoTdmaAdjust = FALSE;\r
2006         }\r
2007         else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) ||\r
2008                        (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP)\r
2009         {\r
2010                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13);\r
2011                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2012                 pCoexDm->bAutoTdmaAdjust = FALSE;\r
2013         }\r
2014         else\r
2015         {               \r
2016                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11);\r
2017                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2018                 pCoexDm->bAutoTdmaAdjust = FALSE;\r
2019         }       \r
2020 }\r
2021 \r
2022 VOID\r
2023 halbtc8821a1ant_ActionWifiNotConnected(\r
2024         IN      PBTC_COEXIST            pBtCoexist\r
2025         )\r
2026 {\r
2027         // power save state\r
2028         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
2029 \r
2030         // tdma and coex table  \r
2031         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8);\r
2032         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
2033 }\r
2034 \r
2035 VOID\r
2036 halbtc8821a1ant_ActionWifiNotConnectedAssoAuthScan(\r
2037         IN      PBTC_COEXIST            pBtCoexist\r
2038         )\r
2039 {\r
2040         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
2041 \r
2042 \r
2043         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22);\r
2044         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2045 }\r
2046 \r
2047 VOID\r
2048 halbtc8821a1ant_ActionWifiConnectedScan(\r
2049         IN      PBTC_COEXIST            pBtCoexist\r
2050         )\r
2051 {\r
2052         PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
2053         \r
2054         // power save state\r
2055         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
2056 \r
2057         // tdma and coex table\r
2058         if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus)\r
2059         {\r
2060                 if(pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist)\r
2061                 {\r
2062                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22);\r
2063                         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2064                 }\r
2065                 else\r
2066                 {\r
2067                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20);\r
2068                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2069         }\r
2070         }\r
2071         else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) ||\r
2072                         (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) )\r
2073         {\r
2074                 halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist,\r
2075                         BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN);\r
2076         }\r
2077         else\r
2078         {\r
2079                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20);\r
2080                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2081         }\r
2082 }\r
2083 \r
2084 VOID\r
2085 halbtc8821a1ant_ActionWifiConnectedSpecialPacket(\r
2086         IN      PBTC_COEXIST            pBtCoexist\r
2087         )\r
2088 {\r
2089         BOOLEAN                 bHsConnecting=FALSE;\r
2090         PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
2091 \r
2092         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_CONNECTING, &bHsConnecting);\r
2093 \r
2094         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
2095 \r
2096         // tdma and coex table\r
2097         if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus)\r
2098         {\r
2099                 if(pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist)\r
2100                 {\r
2101                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22);\r
2102                         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2103                 }\r
2104                 else\r
2105                 {\r
2106                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20);\r
2107                         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2108                 }\r
2109         }\r
2110         else\r
2111         {\r
2112                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20);\r
2113                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1);\r
2114         }\r
2115 }\r
2116 \r
2117 VOID\r
2118 halbtc8821a1ant_ActionWifiConnected(\r
2119         IN      PBTC_COEXIST            pBtCoexist\r
2120         )\r
2121 {\r
2122         BOOLEAN         bWifiBusy=FALSE;\r
2123         BOOLEAN         bScan=FALSE, bLink=FALSE, bRoam=FALSE;\r
2124         BOOLEAN         bUnder4way=FALSE;\r
2125         u4Byte          wifiBw;\r
2126 \r
2127         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], CoexForWifiConnect()===>\n"));\r
2128 \r
2129         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way);\r
2130         if(bUnder4way)\r
2131         {\r
2132                 halbtc8821a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist);\r
2133                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n"));\r
2134                 return;\r
2135         }\r
2136         \r
2137         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan);\r
2138         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink);\r
2139         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam);\r
2140         if(bScan || bLink || bRoam)\r
2141         {\r
2142                 halbtc8821a1ant_ActionWifiConnectedScan(pBtCoexist);\r
2143                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n"));\r
2144                 return;\r
2145         }\r
2146 \r
2147         // power save state\r
2148         if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly)\r
2149                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4);\r
2150         else\r
2151                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
2152 \r
2153         // tdma and coex table\r
2154         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy);      \r
2155         if(!bWifiBusy)\r
2156         {\r
2157                 if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus)\r
2158                 {\r
2159                         halbtc8821a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, \r
2160                                 BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE);\r
2161                 }\r
2162                 else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) ||\r
2163                         (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) )\r
2164                 {\r
2165                         halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist,\r
2166                                 BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE);\r
2167                 }\r
2168                 else\r
2169                 {\r
2170                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5);\r
2171                         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2);\r
2172                 }\r
2173         }\r
2174         else\r
2175         {\r
2176                 if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus)\r
2177                 {\r
2178                         halbtc8821a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist,\r
2179                                 BT_8821A_1ANT_WIFI_STATUS_CONNECTED_BUSY);\r
2180                 }\r
2181                 else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) ||\r
2182                         (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) )\r
2183                 {\r
2184                         halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist,\r
2185                                 BT_8821A_1ANT_WIFI_STATUS_CONNECTED_BUSY);\r
2186                 }\r
2187                 else \r
2188                 {\r
2189                         halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5);\r
2190                         halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2);\r
2191                 }\r
2192         }\r
2193 }\r
2194 \r
2195 VOID\r
2196 halbtc8821a1ant_RunSwCoexistMechanism(\r
2197         IN      PBTC_COEXIST            pBtCoexist\r
2198         )\r
2199 {\r
2200         u1Byte  algorithm=0;\r
2201 \r
2202         algorithm = halbtc8821a1ant_ActionAlgorithm(pBtCoexist);\r
2203         pCoexDm->curAlgorithm = algorithm;\r
2204 \r
2205         if(halbtc8821a1ant_IsCommonAction(pBtCoexist))\r
2206         {\r
2207 \r
2208         }\r
2209         else\r
2210         {\r
2211                 switch(pCoexDm->curAlgorithm)\r
2212                 {\r
2213                         case BT_8821A_1ANT_COEX_ALGO_SCO:\r
2214                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = SCO.\n"));\r
2215                                 halbtc8821a1ant_ActionSco(pBtCoexist);\r
2216                                 break;\r
2217                         case BT_8821A_1ANT_COEX_ALGO_HID:\r
2218                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID.\n"));\r
2219                                 halbtc8821a1ant_ActionHid(pBtCoexist);\r
2220                                 break;\r
2221                         case BT_8821A_1ANT_COEX_ALGO_A2DP:\r
2222                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = A2DP.\n"));\r
2223                                 halbtc8821a1ant_ActionA2dp(pBtCoexist);\r
2224                                 break;\r
2225                         case BT_8821A_1ANT_COEX_ALGO_A2DP_PANHS:\r
2226                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n"));\r
2227                                 halbtc8821a1ant_ActionA2dpPanHs(pBtCoexist);\r
2228                                 break;\r
2229                         case BT_8821A_1ANT_COEX_ALGO_PANEDR:\r
2230                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN(EDR).\n"));\r
2231                                 halbtc8821a1ant_ActionPanEdr(pBtCoexist);\r
2232                                 break;\r
2233                         case BT_8821A_1ANT_COEX_ALGO_PANHS:\r
2234                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HS mode.\n"));\r
2235                                 halbtc8821a1ant_ActionPanHs(pBtCoexist);\r
2236                                 break;\r
2237                         case BT_8821A_1ANT_COEX_ALGO_PANEDR_A2DP:\r
2238                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN+A2DP.\n"));\r
2239                                 halbtc8821a1ant_ActionPanEdrA2dp(pBtCoexist);\r
2240                                 break;\r
2241                         case BT_8821A_1ANT_COEX_ALGO_PANEDR_HID:\r
2242                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n"));\r
2243                                 halbtc8821a1ant_ActionPanEdrHid(pBtCoexist);\r
2244                                 break;\r
2245                         case BT_8821A_1ANT_COEX_ALGO_HID_A2DP_PANEDR:\r
2246                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n"));\r
2247                                 halbtc8821a1ant_ActionHidA2dpPanEdr(pBtCoexist);\r
2248                                 break;\r
2249                         case BT_8821A_1ANT_COEX_ALGO_HID_A2DP:\r
2250                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID+A2DP.\n"));\r
2251                                 halbtc8821a1ant_ActionHidA2dp(pBtCoexist);\r
2252                                 break;\r
2253                         default:\r
2254                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = coexist All Off!!\n"));\r
2255                                 //halbtc8821a1ant_CoexAllOff(pBtCoexist);\r
2256                                 break;\r
2257                 }\r
2258                 pCoexDm->preAlgorithm = pCoexDm->curAlgorithm;\r
2259         }\r
2260 }\r
2261 \r
2262 VOID\r
2263 halbtc8821a1ant_RunCoexistMechanism(\r
2264         IN      PBTC_COEXIST            pBtCoexist\r
2265         )\r
2266 {\r
2267         PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
2268         BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE;\r
2269         BOOLEAN bIncreaseScanDevNum=FALSE;\r
2270         BOOLEAN bBtCtrlAggBufSize=FALSE;\r
2271         u1Byte  aggBufSize=5;\r
2272         u1Byte  wifiRssiState=BTC_RSSI_STATE_HIGH;\r
2273         BOOLEAN bWifiUnder5G=FALSE;\r
2274 \r
2275         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism()===>\n"));\r
2276 \r
2277         if(pBtCoexist->bManualControl)\r
2278         {\r
2279                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n"));\r
2280                 return;\r
2281         }\r
2282 \r
2283         if(pBtCoexist->bStopCoexDm)\r
2284         {\r
2285                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n"));\r
2286                 return;\r
2287         }\r
2288 \r
2289         if(pCoexSta->bUnderIps)\r
2290         {\r
2291                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], wifi is under IPS !!!\n"));\r
2292                 return;\r
2293         }\r
2294 \r
2295         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G);\r
2296         if(bWifiUnder5G)\r
2297         {\r
2298                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for 5G <===\n"));\r
2299                 halbtc8821a1ant_CoexUnder5G(pBtCoexist);\r
2300                 return;\r
2301         }\r
2302 \r
2303         if( (BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) ||\r
2304                 (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) ||\r
2305                 (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) )\r
2306         {\r
2307                 bIncreaseScanDevNum = TRUE;\r
2308         }\r
2309 \r
2310         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum);\r
2311 \r
2312         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
2313 \r
2314         if(!pBtLinkInfo->bScoExist && !pBtLinkInfo->bHidExist)\r
2315         {\r
2316                 halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0);\r
2317         }\r
2318         else\r
2319         {\r
2320                 if(bWifiConnected)\r
2321                 {\r
2322                         wifiRssiState = halbtc8821a1ant_WifiRssiState(pBtCoexist, 1, 2, 30, 0);\r
2323                         if( (wifiRssiState == BTC_RSSI_STATE_HIGH) ||\r
2324                                 (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) )\r
2325                         {\r
2326                                 halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 1, 1);\r
2327                         }\r
2328                         else\r
2329                         {\r
2330                                 halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 1, 1);\r
2331                         }\r
2332                 }\r
2333                 else\r
2334                 {\r
2335                         halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0);\r
2336                 }\r
2337 \r
2338         }\r
2339 \r
2340         if(pBtLinkInfo->bScoExist)\r
2341         {\r
2342                 bBtCtrlAggBufSize = TRUE;\r
2343                 aggBufSize = 0x3;\r
2344         }\r
2345         else if(pBtLinkInfo->bHidExist)\r
2346         {\r
2347                 bBtCtrlAggBufSize = TRUE;\r
2348                 aggBufSize = 0x5;\r
2349         }\r
2350         else if(pBtLinkInfo->bA2dpExist || pBtLinkInfo->bPanExist)\r
2351         {\r
2352                 bBtCtrlAggBufSize = TRUE;\r
2353                 aggBufSize = 0x8;\r
2354         }\r
2355         halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize);\r
2356 \r
2357         halbtc8821a1ant_RunSwCoexistMechanism(pBtCoexist);\r
2358 \r
2359         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
2360         if(pCoexSta->bC2hBtInquiryPage)\r
2361         {\r
2362                 halbtc8821a1ant_ActionBtInquiry(pBtCoexist);\r
2363                 return;\r
2364         }\r
2365         else if(bBtHsOn)\r
2366         {\r
2367                 halbtc8821a1ant_ActionHs(pBtCoexist);\r
2368                 return;\r
2369         }\r
2370 \r
2371         \r
2372         if(!bWifiConnected)\r
2373         {\r
2374                 BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE;\r
2375                 \r
2376                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], wifi is non connected-idle !!!\n"));\r
2377 \r
2378                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan);\r
2379                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink);\r
2380                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam);\r
2381 \r
2382                 if(bScan || bLink || bRoam)\r
2383                         halbtc8821a1ant_ActionWifiNotConnectedAssoAuthScan(pBtCoexist);\r
2384                 else\r
2385                         halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist);\r
2386         }\r
2387         else    // wifi LPS/Busy\r
2388         {       \r
2389                 halbtc8821a1ant_ActionWifiConnected(pBtCoexist);\r
2390         }\r
2391 }\r
2392 \r
2393 VOID\r
2394 halbtc8821a1ant_InitCoexDm(\r
2395         IN      PBTC_COEXIST            pBtCoexist\r
2396         )\r
2397 {\r
2398         // force to reset coex mechanism\r
2399         // sw all off\r
2400         halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE);\r
2401 \r
2402         halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8);\r
2403         halbtc8821a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0);\r
2404 }\r
2405 \r
2406 VOID\r
2407 halbtc8821a1ant_InitHwConfig(\r
2408         IN      PBTC_COEXIST            pBtCoexist,\r
2409         IN      BOOLEAN                         bBackUp\r
2410         )\r
2411 {\r
2412         PBTC_BOARD_INFO         pBoardInfo=&pBtCoexist->boardInfo;\r
2413         u4Byte  u4Tmp=0;\r
2414         u2Byte                          u2Tmp=0;\r
2415         u1Byte  u1Tmp=0;\r
2416         u1Byte                          H2C_Parameter[2] ={0};\r
2417         BOOLEAN                 bWifiUnder5G=FALSE;\r
2418                 \r
2419 \r
2420         BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], 1Ant Init HW Config!!\n"));\r
2421 \r
2422         if(bBackUp)\r
2423         {\r
2424                 pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430);\r
2425                 pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434);\r
2426                 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a);\r
2427                 pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456);\r
2428         }\r
2429 \r
2430         // 0x790[5:0]=0x5\r
2431         u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790);\r
2432         u1Tmp &= 0xc0;\r
2433         u1Tmp |= 0x5;\r
2434         pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp);\r
2435 \r
2436         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G);\r
2437 \r
2438         //Antenna config\r
2439         if(bWifiUnder5G)\r
2440                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, TRUE, FALSE);\r
2441         else\r
2442                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, TRUE, FALSE);\r
2443         // PTA parameter\r
2444         halbtc8821a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0);\r
2445 \r
2446         // Enable counter statistics\r
2447         pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); //0x76e[3] =1, WLAN_Act control by PTA\r
2448         pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3);\r
2449         pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1);\r
2450 }\r
2451 \r
2452 //============================================================\r
2453 // work around function start with wa_halbtc8821a1ant_\r
2454 //============================================================\r
2455 //============================================================\r
2456 // extern function start with EXhalbtc8821a1ant_\r
2457 //============================================================\r
2458 VOID\r
2459 EXhalbtc8821a1ant_InitHwConfig(\r
2460         IN      PBTC_COEXIST            pBtCoexist\r
2461         )\r
2462 {\r
2463         halbtc8821a1ant_InitHwConfig(pBtCoexist, TRUE);\r
2464 }\r
2465 \r
2466 VOID\r
2467 EXhalbtc8821a1ant_InitCoexDm(\r
2468         IN      PBTC_COEXIST            pBtCoexist\r
2469         )\r
2470 {\r
2471         BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], Coex Mechanism Init!!\n"));\r
2472 \r
2473         pBtCoexist->bStopCoexDm = FALSE;\r
2474         \r
2475         halbtc8821a1ant_InitCoexDm(pBtCoexist);\r
2476 \r
2477         halbtc8821a1ant_QueryBtInfo(pBtCoexist);\r
2478 }\r
2479 \r
2480 VOID\r
2481 EXhalbtc8821a1ant_DisplayCoexInfo(\r
2482         IN      PBTC_COEXIST            pBtCoexist\r
2483         )\r
2484 {\r
2485         PBTC_BOARD_INFO         pBoardInfo=&pBtCoexist->boardInfo;\r
2486         PBTC_STACK_INFO         pStackInfo=&pBtCoexist->stackInfo;\r
2487         PBTC_BT_LINK_INFO       pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
2488         pu1Byte                         cliBuf=pBtCoexist->cliBuf;\r
2489         u1Byte                          u1Tmp[4], i, btInfoExt, psTdmaCase=0;\r
2490         u2Byte                          u2Tmp[4];\r
2491         u4Byte                          u4Tmp[4];\r
2492         BOOLEAN                         bRoam=FALSE, bScan=FALSE, bLink=FALSE, bWifiUnder5G=FALSE;\r
2493         BOOLEAN                         bBtHsOn=FALSE, bWifiBusy=FALSE;\r
2494         s4Byte                          wifiRssi=0, btHsRssi=0;\r
2495         u4Byte                          wifiBw, wifiTrafficDir;\r
2496         u1Byte                          wifiDot11Chnl, wifiHsChnl;\r
2497         u4Byte                          fwVer=0, btPatchVer=0;\r
2498 \r
2499         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============");\r
2500         CL_PRINTF(cliBuf);\r
2501 \r
2502         if(pBtCoexist->bManualControl)\r
2503         {\r
2504                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============");\r
2505                 CL_PRINTF(cliBuf);\r
2506                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ==========================================");\r
2507                 CL_PRINTF(cliBuf);\r
2508         }\r
2509         if(pBtCoexist->bStopCoexDm)\r
2510         {\r
2511                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============");\r
2512                 CL_PRINTF(cliBuf);\r
2513                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ==========================================");\r
2514                 CL_PRINTF(cliBuf);\r
2515         }\r
2516 \r
2517         if(!pBoardInfo->bBtExist)\r
2518         {\r
2519                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n BT not exists !!!");\r
2520                 CL_PRINTF(cliBuf);\r
2521                 return;\r
2522         }\r
2523 \r
2524         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "Ant PG Num/ Ant Mech/ Ant Pos:", \\r
2525                 pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos);\r
2526         CL_PRINTF(cliBuf);      \r
2527         \r
2528         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \\r
2529                 ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion);\r
2530         CL_PRINTF(cliBuf);\r
2531 \r
2532         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer);\r
2533         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer);\r
2534         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \\r
2535                 GLCoexVerDate8821a1Ant, GLCoexVer8821a1Ant, fwVer, btPatchVer, btPatchVer);\r
2536         CL_PRINTF(cliBuf);\r
2537 \r
2538         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
2539         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_DOT11_CHNL, &wifiDot11Chnl);\r
2540         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_HS_CHNL, &wifiHsChnl);\r
2541         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d(%d)", "Dot11 channel / HsChnl(HsMode)", \\r
2542                 wifiDot11Chnl, wifiHsChnl, bBtHsOn);\r
2543         CL_PRINTF(cliBuf);\r
2544 \r
2545         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "H2C Wifi inform bt chnl Info", \\r
2546                 pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1],\r
2547                 pCoexDm->wifiChnlInfo[2]);\r
2548         CL_PRINTF(cliBuf);\r
2549 \r
2550         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi);\r
2551         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi);\r
2552         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "Wifi rssi/ HS rssi", \\r
2553                 wifiRssi, btHsRssi);\r
2554         CL_PRINTF(cliBuf);\r
2555 \r
2556         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan);\r
2557         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink);\r
2558         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam);\r
2559         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "Wifi bLink/ bRoam/ bScan", \\r
2560                 bLink, bRoam, bScan);\r
2561         CL_PRINTF(cliBuf);\r
2562 \r
2563         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G);\r
2564         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw);\r
2565         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy);\r
2566         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir);\r
2567         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %s/ %s ", "Wifi status", \\r
2568                 (bWifiUnder5G? "5G":"2.4G"),\r
2569                 ((BTC_WIFI_BW_LEGACY==wifiBw)? "Legacy": (((BTC_WIFI_BW_HT40==wifiBw)? "HT40":"HT20"))),\r
2570                 ((!bWifiBusy)? "idle": ((BTC_WIFI_TRAFFIC_TX==wifiTrafficDir)? "uplink":"downlink")));\r
2571         CL_PRINTF(cliBuf);\r
2572         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \\r
2573                 ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"):        ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle":\r
2574                 (  (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))),\r
2575                 pCoexSta->btRssi, pCoexSta->btRetryCnt);\r
2576         CL_PRINTF(cliBuf);\r
2577         \r
2578         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \\r
2579                 pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist);\r
2580         CL_PRINTF(cliBuf);      \r
2581         pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO);\r
2582 \r
2583         btInfoExt = pCoexSta->btInfoExt;\r
2584         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \\r
2585                 (btInfoExt&BIT0)? "Basic rate":"EDR rate");\r
2586         CL_PRINTF(cliBuf);      \r
2587 \r
2588         for(i=0; i<BT_INFO_SRC_8821A_1ANT_MAX; i++)\r
2589         {\r
2590                 if(pCoexSta->btInfoC2hCnt[i])\r
2591                 {                               \r
2592                         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8821a1Ant[i], \\r
2593                                 pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1],\r
2594                                 pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3],\r
2595                                 pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5],\r
2596                                 pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]);\r
2597                         CL_PRINTF(cliBuf);\r
2598                 }\r
2599         }\r
2600         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/%s, (0x%x/0x%x)", "PS state, IPS/LPS, (lps/rpwm)", \\r
2601                 ((pCoexSta->bUnderIps? "IPS ON":"IPS OFF")),\r
2602                 ((pCoexSta->bUnderLps? "LPS ON":"LPS OFF")), \r
2603                 pBtCoexist->btInfo.lpsVal, \r
2604                 pBtCoexist->btInfo.rpwmVal);\r
2605         CL_PRINTF(cliBuf);\r
2606         pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_FW_PWR_MODE_CMD);\r
2607 \r
2608         if(!pBtCoexist->bManualControl)\r
2609         {\r
2610         // Sw mechanism \r
2611         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============");\r
2612         CL_PRINTF(cliBuf);\r
2613         \r
2614         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "SM[LowPenaltyRA]", \\r
2615                 pCoexDm->bCurLowPenaltyRa);\r
2616         CL_PRINTF(cliBuf);\r
2617 \r
2618         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \\r
2619                 (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"),\r
2620                         pBtCoexist->btInfo.aggBufSize);\r
2621         CL_PRINTF(cliBuf);\r
2622         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \\r
2623                         pBtCoexist->btInfo.raMask);\r
2624         CL_PRINTF(cliBuf);      \r
2625 \r
2626         // Fw mechanism         \r
2627         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============");\r
2628         CL_PRINTF(cliBuf);      \r
2629         \r
2630                 psTdmaCase = pCoexDm->curPsTdma;\r
2631                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \\r
2632                         pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1],\r
2633                         pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3],\r
2634                         pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust);\r
2635                 CL_PRINTF(cliBuf);\r
2636         \r
2637                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \\r
2638                         pCoexDm->errorCondition);\r
2639                 CL_PRINTF(cliBuf);\r
2640                 \r
2641                 CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ", "IgnWlanAct", \\r
2642                         pCoexDm->bCurIgnoreWlanAct);\r
2643                 CL_PRINTF(cliBuf);\r
2644         }\r
2645 \r
2646         // Hw setting           \r
2647         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============");\r
2648         CL_PRINTF(cliBuf);      \r
2649 \r
2650         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \\r
2651                 pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime);\r
2652         CL_PRINTF(cliBuf);\r
2653 \r
2654         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430);\r
2655         u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434);\r
2656         u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a);\r
2657         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456);\r
2658         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \\r
2659                 u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]);\r
2660         CL_PRINTF(cliBuf);\r
2661 \r
2662         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778);\r
2663         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc58);\r
2664         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x778/ 0xc58[29:25]", \\r
2665                 u1Tmp[0], (u4Tmp[0]&0x3e000000) >> 25);\r
2666         CL_PRINTF(cliBuf);\r
2667 \r
2668         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x8db);\r
2669         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8db[6:5]", \\r
2670                 ((u1Tmp[0]&0x60)>>5));\r
2671         CL_PRINTF(cliBuf); \r
2672         \r
2673         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x975);\r
2674         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcb4);\r
2675         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0xcb4[29:28]/0xcb4[7:0]/0x974[9:8]", \\r
2676                 (u4Tmp[0]&0x30000000)>>28, u4Tmp[0]&0xff, u1Tmp[0]& 0x3);\r
2677         CL_PRINTF(cliBuf);\r
2678 \r
2679 \r
2680         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40);\r
2681         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c);\r
2682         u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64);\r
2683         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x40/0x4c[24:23]/0x64[0]", \\r
2684                 u1Tmp[0], ((u4Tmp[0]&0x01800000)>>23), u1Tmp[1]&0x1);\r
2685         CL_PRINTF(cliBuf);\r
2686 \r
2687         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550);\r
2688         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522);\r
2689         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \\r
2690                 u4Tmp[0], u1Tmp[0]);\r
2691         CL_PRINTF(cliBuf);\r
2692 \r
2693         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50);\r
2694         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \\r
2695                 u4Tmp[0]&0xff);\r
2696         CL_PRINTF(cliBuf);\r
2697 \r
2698         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf48);\r
2699         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5d);\r
2700         u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c);\r
2701         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "OFDM-FA/ CCK-FA", \\r
2702                 u4Tmp[0], (u1Tmp[0]<<8) + u1Tmp[1]  );\r
2703         CL_PRINTF(cliBuf);\r
2704 \r
2705         u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0);\r
2706         u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4);\r
2707         u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8);\r
2708         u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc);\r
2709         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \\r
2710                 u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]);\r
2711         CL_PRINTF(cliBuf);\r
2712 \r
2713         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \\r
2714                 pCoexSta->highPriorityRx, pCoexSta->highPriorityTx);\r
2715         CL_PRINTF(cliBuf);\r
2716         CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \\r
2717                 pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx);\r
2718         CL_PRINTF(cliBuf);\r
2719 #if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 1)\r
2720         halbtc8821a1ant_MonitorBtCtr(pBtCoexist);\r
2721 #endif\r
2722         pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS);\r
2723 }\r
2724 \r
2725 \r
2726 VOID\r
2727 EXhalbtc8821a1ant_IpsNotify(\r
2728         IN      PBTC_COEXIST            pBtCoexist,\r
2729         IN      u1Byte                  type\r
2730         )\r
2731 {\r
2732         u4Byte  u4Tmp=0;\r
2733 \r
2734         if(pBtCoexist->bManualControl ||        pBtCoexist->bStopCoexDm)\r
2735                 return;\r
2736 \r
2737         if(BTC_IPS_ENTER == type)\r
2738         {\r
2739                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS ENTER notify\n"));\r
2740                 pCoexSta->bUnderIps = TRUE;\r
2741                 halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE);\r
2742                 //set PTA control\r
2743                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8);\r
2744                 halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0);\r
2745         }\r
2746         else if(BTC_IPS_LEAVE == type)\r
2747         {\r
2748                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS LEAVE notify\n"));\r
2749                 pCoexSta->bUnderIps = FALSE;\r
2750 \r
2751                 halbtc8821a1ant_RunCoexistMechanism(pBtCoexist);\r
2752         }\r
2753 }\r
2754 \r
2755 VOID\r
2756 EXhalbtc8821a1ant_LpsNotify(\r
2757         IN      PBTC_COEXIST            pBtCoexist,\r
2758         IN      u1Byte                  type\r
2759         )\r
2760 {\r
2761         if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm)\r
2762                 return;\r
2763 \r
2764         if(BTC_LPS_ENABLE == type)\r
2765         {\r
2766                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS ENABLE notify\n"));\r
2767                 pCoexSta->bUnderLps = TRUE;\r
2768         }\r
2769         else if(BTC_LPS_DISABLE == type)\r
2770         {\r
2771                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS DISABLE notify\n"));\r
2772                 pCoexSta->bUnderLps = FALSE;\r
2773         }\r
2774 }\r
2775 \r
2776 VOID\r
2777 EXhalbtc8821a1ant_ScanNotify(\r
2778         IN      PBTC_COEXIST            pBtCoexist,\r
2779         IN      u1Byte                  type\r
2780         )\r
2781 {\r
2782         BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE;    \r
2783 \r
2784         if(pBtCoexist->bManualControl ||\r
2785                 pBtCoexist->bStopCoexDm ||\r
2786                 pBtCoexist->btInfo.bBtDisabled )\r
2787                 return;\r
2788 \r
2789         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
2790         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
2791 \r
2792         halbtc8821a1ant_QueryBtInfo(pBtCoexist);\r
2793         \r
2794         if(pCoexSta->bC2hBtInquiryPage)\r
2795         {\r
2796                 halbtc8821a1ant_ActionBtInquiry(pBtCoexist);\r
2797                 return;\r
2798         }\r
2799         else if(bBtHsOn)\r
2800         {\r
2801                 halbtc8821a1ant_ActionHs(pBtCoexist);\r
2802                 return;\r
2803         }\r
2804 \r
2805         if(BTC_SCAN_START == type)\r
2806         {\r
2807                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN START notify\n"));\r
2808                 if(!bWifiConnected)     // non-connected scan\r
2809                 {\r
2810                         halbtc8821a1ant_ActionWifiNotConnectedAssoAuthScan(pBtCoexist);\r
2811                 }\r
2812                 else    // wifi is connected\r
2813                 {\r
2814                         halbtc8821a1ant_ActionWifiConnectedScan(pBtCoexist);\r
2815                 }\r
2816         }\r
2817         else if(BTC_SCAN_FINISH == type)\r
2818         {\r
2819                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN FINISH notify\n"));\r
2820                 if(!bWifiConnected)     // non-connected scan\r
2821                 {\r
2822                         halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist);\r
2823                 }\r
2824                 else\r
2825                 {\r
2826                         halbtc8821a1ant_ActionWifiConnected(pBtCoexist);\r
2827                 }\r
2828         }\r
2829 }\r
2830 \r
2831 VOID\r
2832 EXhalbtc8821a1ant_ConnectNotify(\r
2833         IN      PBTC_COEXIST            pBtCoexist,\r
2834         IN      u1Byte                  type\r
2835         )\r
2836 {\r
2837         BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE;    \r
2838 \r
2839         if(pBtCoexist->bManualControl ||\r
2840                 pBtCoexist->bStopCoexDm ||\r
2841                 pBtCoexist->btInfo.bBtDisabled )\r
2842                 return;\r
2843 \r
2844         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
2845         if(pCoexSta->bC2hBtInquiryPage)\r
2846         {\r
2847                 halbtc8821a1ant_ActionBtInquiry(pBtCoexist);\r
2848                 return;\r
2849         }\r
2850         else if(bBtHsOn)\r
2851         {\r
2852                 halbtc8821a1ant_ActionHs(pBtCoexist);\r
2853                 return;\r
2854         }\r
2855 \r
2856         if(BTC_ASSOCIATE_START == type)\r
2857         {\r
2858                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT START notify\n"));\r
2859                 halbtc8821a1ant_ActionWifiNotConnectedAssoAuthScan(pBtCoexist);\r
2860         }\r
2861         else if(BTC_ASSOCIATE_FINISH == type)\r
2862         {\r
2863                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT FINISH notify\n"));\r
2864                 \r
2865                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
2866                 if(!bWifiConnected) // non-connected scan\r
2867                 {\r
2868                         halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist);\r
2869                 }\r
2870                 else\r
2871                 {\r
2872                         halbtc8821a1ant_ActionWifiConnected(pBtCoexist);\r
2873                 }\r
2874         }\r
2875 }\r
2876 \r
2877 VOID\r
2878 EXhalbtc8821a1ant_MediaStatusNotify(\r
2879         IN      PBTC_COEXIST                    pBtCoexist,\r
2880         IN      u1Byte                          type\r
2881         )\r
2882 {\r
2883         u1Byte                  H2C_Parameter[3] ={0};\r
2884         u4Byte                  wifiBw;\r
2885         u1Byte                  wifiCentralChnl;\r
2886 \r
2887         if(pBtCoexist->bManualControl ||\r
2888                 pBtCoexist->bStopCoexDm ||\r
2889                 pBtCoexist->btInfo.bBtDisabled )\r
2890                 return;\r
2891 \r
2892         if(BTC_MEDIA_CONNECT == type)\r
2893         {\r
2894                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA connect notify\n"));\r
2895         }\r
2896         else\r
2897         {\r
2898                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA disconnect notify\n"));\r
2899         }\r
2900 \r
2901         // only 2.4G we need to inform bt the chnl mask\r
2902         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl);\r
2903         if( (BTC_MEDIA_CONNECT == type) &&\r
2904                 (wifiCentralChnl <= 14) )\r
2905         {\r
2906                 //H2C_Parameter[0] = 0x1;\r
2907                 H2C_Parameter[0] = 0x0;\r
2908                 H2C_Parameter[1] = wifiCentralChnl;\r
2909                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw);\r
2910                 if(BTC_WIFI_BW_HT40 == wifiBw)\r
2911                         H2C_Parameter[2] = 0x30;\r
2912                 else\r
2913                         H2C_Parameter[2] = 0x20;\r
2914         }\r
2915                 \r
2916         pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0];\r
2917         pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1];\r
2918         pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2];\r
2919         \r
2920         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], FW write 0x66=0x%x\n", \r
2921                 H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2]));\r
2922 \r
2923         pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter);\r
2924 }\r
2925 \r
2926 VOID\r
2927 EXhalbtc8821a1ant_SpecialPacketNotify(\r
2928         IN      PBTC_COEXIST                    pBtCoexist,\r
2929         IN      u1Byte                          type\r
2930         )\r
2931 {\r
2932         BOOLEAN bBtHsOn=FALSE;\r
2933         \r
2934         if(pBtCoexist->bManualControl ||\r
2935                 pBtCoexist->bStopCoexDm ||\r
2936                 pBtCoexist->btInfo.bBtDisabled )\r
2937                 return;\r
2938 \r
2939         pCoexSta->specialPktPeriodCnt = 0;\r
2940 \r
2941         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);\r
2942         if(pCoexSta->bC2hBtInquiryPage)\r
2943         {\r
2944                 halbtc8821a1ant_ActionBtInquiry(pBtCoexist);\r
2945                 return;\r
2946         }\r
2947         else if(bBtHsOn)\r
2948         {\r
2949                 halbtc8821a1ant_ActionHs(pBtCoexist);\r
2950                 return;\r
2951         }\r
2952 \r
2953         if( BTC_PACKET_DHCP == type ||\r
2954                 BTC_PACKET_EAPOL == type )\r
2955         {\r
2956                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], special Packet(%d) notify\n", type));\r
2957                 halbtc8821a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist);\r
2958         }\r
2959 }\r
2960 \r
2961 VOID\r
2962 EXhalbtc8821a1ant_BtInfoNotify(\r
2963         IN      PBTC_COEXIST            pBtCoexist,\r
2964         IN      pu1Byte                 tmpBuf,\r
2965         IN      u1Byte                  length\r
2966         )\r
2967 {\r
2968         PBTC_BT_LINK_INFO       pBtLinkInfo=&pBtCoexist->btLinkInfo;\r
2969         u1Byte                          btInfo=0;\r
2970         u1Byte                          i, rspSource=0;\r
2971         BOOLEAN                         bWifiConnected=FALSE;\r
2972         BOOLEAN                         bBtBusy=FALSE;\r
2973         BOOLEAN                         bWifiUnder5G=FALSE;\r
2974 \r
2975         pCoexSta->bC2hBtInfoReqSent = FALSE;\r
2976 \r
2977         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G);\r
2978 \r
2979         rspSource = tmpBuf[0]&0xf;\r
2980         if(rspSource >= BT_INFO_SRC_8821A_1ANT_MAX)\r
2981                 rspSource = BT_INFO_SRC_8821A_1ANT_WIFI_FW;\r
2982         pCoexSta->btInfoC2hCnt[rspSource]++;\r
2983 \r
2984         BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length));\r
2985         for(i=0; i<length; i++)\r
2986         {\r
2987                 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];\r
2988                 if(i == 1)\r
2989                         btInfo = tmpBuf[i];\r
2990                 if(i == length-1)\r
2991                 {\r
2992                         BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i]));\r
2993                 }\r
2994                 else\r
2995                 {\r
2996                         BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i]));\r
2997                 }\r
2998         }\r
2999 \r
3000         if(BT_INFO_SRC_8821A_1ANT_WIFI_FW != rspSource)\r
3001         {\r
3002                 pCoexSta->btRetryCnt =  // [3:0]\r
3003                         pCoexSta->btInfoC2h[rspSource][2]&0xf;\r
3004 \r
3005                 pCoexSta->btRssi =\r
3006                         pCoexSta->btInfoC2h[rspSource][3]*2+10;\r
3007 \r
3008                 pCoexSta->btInfoExt = \r
3009                         pCoexSta->btInfoC2h[rspSource][4];\r
3010 \r
3011                 // Here we need to resend some wifi info to BT\r
3012                 // because bt is reset and loss of the info.\r
3013                 if(pCoexSta->btInfoExt & BIT1)\r
3014                 {                       \r
3015                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n"));\r
3016                         pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected);\r
3017                         if(bWifiConnected)\r
3018                         {\r
3019                                 EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT);\r
3020                         }\r
3021                         else\r
3022                         {\r
3023                                 EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT);\r
3024                         }\r
3025                 }\r
3026 \r
3027                 if( (pCoexSta->btInfoExt & BIT3) && !bWifiUnder5G)\r
3028                 {\r
3029                         if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm)\r
3030                         {\r
3031                                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n"));\r
3032                                 halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE);\r
3033                         }\r
3034                 }\r
3035                 else\r
3036                 {\r
3037                         // BT already NOT ignore Wlan active, do nothing here.\r
3038                 }\r
3039 #if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 0)\r
3040                 if( (pCoexSta->btInfoExt & BIT4) )\r
3041                 {\r
3042                         // BT auto report already enabled, do nothing\r
3043                 }\r
3044                 else\r
3045                 {\r
3046                         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT ext info bit4 check, set BT to enable Auto Report!!\n"));\r
3047                         halbtc8821a1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE);\r
3048                 }\r
3049 #endif\r
3050         }\r
3051                 \r
3052         // check BIT2 first ==> check if bt is under inquiry or page scan\r
3053         if(btInfo & BT_INFO_8821A_1ANT_B_INQ_PAGE)\r
3054                 pCoexSta->bC2hBtInquiryPage = TRUE;\r
3055         else\r
3056                 pCoexSta->bC2hBtInquiryPage = FALSE;\r
3057 \r
3058         // set link exist status\r
3059         if(!(btInfo&BT_INFO_8821A_1ANT_B_CONNECTION))\r
3060         {\r
3061                 pCoexSta->bBtLinkExist = FALSE;\r
3062                 pCoexSta->bPanExist = FALSE;\r
3063                 pCoexSta->bA2dpExist = FALSE;\r
3064                 pCoexSta->bHidExist = FALSE;\r
3065                 pCoexSta->bScoExist = FALSE;\r
3066         }\r
3067         else    // connection exists\r
3068         {\r
3069                 pCoexSta->bBtLinkExist = TRUE;\r
3070                 if(btInfo & BT_INFO_8821A_1ANT_B_FTP)\r
3071                         pCoexSta->bPanExist = TRUE;\r
3072                 else\r
3073                         pCoexSta->bPanExist = FALSE;\r
3074                 if(btInfo & BT_INFO_8821A_1ANT_B_A2DP)\r
3075                         pCoexSta->bA2dpExist = TRUE;\r
3076                 else\r
3077                         pCoexSta->bA2dpExist = FALSE;\r
3078                 if(btInfo & BT_INFO_8821A_1ANT_B_HID)\r
3079                         pCoexSta->bHidExist = TRUE;\r
3080                 else\r
3081                         pCoexSta->bHidExist = FALSE;\r
3082                 if(btInfo & BT_INFO_8821A_1ANT_B_SCO_ESCO)\r
3083                         pCoexSta->bScoExist = TRUE;\r
3084                 else\r
3085                         pCoexSta->bScoExist = FALSE;\r
3086         }\r
3087 \r
3088         halbtc8821a1ant_UpdateBtLinkInfo(pBtCoexist);\r
3089                 \r
3090         if(!(btInfo&BT_INFO_8821A_1ANT_B_CONNECTION))\r
3091         {\r
3092                 pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE;\r
3093                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n"));\r
3094         }\r
3095         else if(btInfo == BT_INFO_8821A_1ANT_B_CONNECTION)      // connection exists but no busy\r
3096         {\r
3097                 pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE;\r
3098                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n"));\r
3099         }\r
3100         else if((btInfo&BT_INFO_8821A_1ANT_B_SCO_ESCO) ||\r
3101                 (btInfo&BT_INFO_8821A_1ANT_B_SCO_BUSY))\r
3102         {\r
3103                 pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_SCO_BUSY;\r
3104                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n"));\r
3105         }\r
3106         else if(btInfo&BT_INFO_8821A_1ANT_B_ACL_BUSY)\r
3107         {\r
3108                 if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus)\r
3109                         pCoexDm->bAutoTdmaAdjust = FALSE;\r
3110                 pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_ACL_BUSY;\r
3111                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n"));\r
3112         }\r
3113         else\r
3114         {\r
3115                 pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_MAX;\r
3116                 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n"));\r
3117         }\r
3118 \r
3119         if( (BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) ||\r
3120                 (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) ||\r
3121                 (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) )\r
3122                 bBtBusy = TRUE;\r
3123         else\r
3124                 bBtBusy = FALSE;\r
3125         pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy);\r
3126 \r
3127         halbtc8821a1ant_RunCoexistMechanism(pBtCoexist);\r
3128 }\r
3129 \r
3130 VOID\r
3131 EXhalbtc8821a1ant_HaltNotify(\r
3132         IN      PBTC_COEXIST                    pBtCoexist\r
3133         )\r
3134 {\r
3135         u4Byte  u4Tmp;\r
3136         \r
3137         BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Halt notify\n"));\r
3138 \r
3139         pBtCoexist->bStopCoexDm = TRUE;\r
3140 \r
3141         halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE);\r
3142         halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE);\r
3143 \r
3144         halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
3145         halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0);\r
3146 \r
3147         EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT);\r
3148 }\r
3149 \r
3150 VOID\r
3151 EXhalbtc8821a1ant_PnpNotify(\r
3152         IN      PBTC_COEXIST                    pBtCoexist,\r
3153         IN      u1Byte                          pnpState\r
3154         )\r
3155 {\r
3156         BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify\n"));\r
3157 \r
3158         if(BTC_WIFI_PNP_SLEEP == pnpState)\r
3159         {\r
3160                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to SLEEP\n"));\r
3161                 pBtCoexist->bStopCoexDm = TRUE;\r
3162                 halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE);\r
3163                 halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0);\r
3164                 halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9);      \r
3165         }\r
3166         else if(BTC_WIFI_PNP_WAKE_UP == pnpState)\r
3167         {\r
3168                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to WAKE UP\n"));\r
3169                 pBtCoexist->bStopCoexDm = FALSE;\r
3170                 halbtc8821a1ant_InitHwConfig(pBtCoexist, FALSE);\r
3171                 halbtc8821a1ant_InitCoexDm(pBtCoexist);\r
3172                 halbtc8821a1ant_QueryBtInfo(pBtCoexist);\r
3173         }\r
3174 }\r
3175 \r
3176 VOID\r
3177 EXhalbtc8821a1ant_Periodical(\r
3178         IN      PBTC_COEXIST                    pBtCoexist\r
3179         )\r
3180 {\r
3181         static u1Byte           disVerInfoCnt=0;\r
3182         u4Byte                          fwVer=0, btPatchVer=0;\r
3183         PBTC_BOARD_INFO         pBoardInfo=&pBtCoexist->boardInfo;\r
3184         PBTC_STACK_INFO         pStackInfo=&pBtCoexist->stackInfo;\r
3185 \r
3186         BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], ==========================Periodical===========================\n"));\r
3187 \r
3188         if(disVerInfoCnt <= 5)\r
3189         {\r
3190                 disVerInfoCnt += 1;\r
3191                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n"));\r
3192                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", \\r
3193                         pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos));\r
3194                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", \\r
3195                         ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion));\r
3196                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer);\r
3197                 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer);\r
3198                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", \\r
3199                         GLCoexVerDate8821a1Ant, GLCoexVer8821a1Ant, fwVer, btPatchVer, btPatchVer));\r
3200                 BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n"));\r
3201         }\r
3202 \r
3203 #if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 0)\r
3204         halbtc8821a1ant_QueryBtInfo(pBtCoexist);\r
3205         halbtc8821a1ant_MonitorBtCtr(pBtCoexist);\r
3206         halbtc8821a1ant_MonitorBtEnableDisable(pBtCoexist);\r
3207 #else\r
3208         if( halbtc8821a1ant_IsWifiStatusChanged(pBtCoexist) ||\r
3209                 pCoexDm->bAutoTdmaAdjust )\r
3210         {\r
3211                 if(pCoexSta->specialPktPeriodCnt > 2)\r
3212                 {\r
3213                         halbtc8821a1ant_RunCoexistMechanism(pBtCoexist);        \r
3214                 }\r
3215         }\r
3216 \r
3217         pCoexSta->specialPktPeriodCnt++;\r
3218 #endif\r
3219 }\r
3220 \r
3221 \r
3222 #endif\r
3223 \r