halbtc8821c2ant.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1)
  2. #if (RTL8821C_SUPPORT == 1)
  3. /* *******************************************
  4. * The following is for 8821C 2Ant BT Co-exist definition
  5. * ******************************************* */
  6. #define BT_8821C_2ANT_COEX_DBG 0
  7. #define BT_AUTO_REPORT_ONLY_8821C_2ANT 1
  8. #define BT_INFO_8821C_2ANT_B_FTP BIT(7)
  9. #define BT_INFO_8821C_2ANT_B_A2DP BIT(6)
  10. #define BT_INFO_8821C_2ANT_B_HID BIT(5)
  11. #define BT_INFO_8821C_2ANT_B_SCO_BUSY BIT(4)
  12. #define BT_INFO_8821C_2ANT_B_ACL_BUSY BIT(3)
  13. #define BT_INFO_8821C_2ANT_B_INQ_PAGE BIT(2)
  14. #define BT_INFO_8821C_2ANT_B_SCO_ESCO BIT(1)
  15. #define BT_INFO_8821C_2ANT_B_CONNECTION BIT(0)
  16. #define BTC_RSSI_COEX_THRESH_TOL_8821C_2ANT 2
  17. #define BT_8821C_2ANT_WIFI_RSSI_COEXSWITCH_THRES1 80 /* unit: % WiFi RSSI Threshold for 2-Ant free-run/2-Ant TDMA translation, default = 42 */
  18. #define BT_8821C_2ANT_BT_RSSI_COEXSWITCH_THRES1 80 /* unit: % BT RSSI Threshold for 2-Ant free-run/2-Ant TDMA translation, default = 46 */
  19. #define BT_8821C_2ANT_WIFI_RSSI_COEXSWITCH_THRES2 80 /* unit: % WiFi RSSI Threshold for 1-Ant TDMA/1-Ant PS-TDMA translation, default = 42 */
  20. #define BT_8821C_2ANT_BT_RSSI_COEXSWITCH_THRES2 80 /* unit: % BT RSSI Threshold for 1-Ant TDMA/1-Ant PS-TDMA translation, default = 46 */
  21. #define BT_8821C_2ANT_DEFAULT_ISOLATION 15 /* unit: dB */
  22. #define BT_8821C_2ANT_WIFI_MAX_TX_POWER 15 /* unit: dBm */
  23. #define BT_8821C_2ANT_BT_MAX_TX_POWER 3 /* unit: dBm */
  24. #define BT_8821C_2ANT_WIFI_SIR_THRES1 -15 /* unit: dB */
  25. #define BT_8821C_2ANT_WIFI_SIR_THRES2 -30 /* unit: dB */
  26. #define BT_8821C_2ANT_BT_SIR_THRES1 -15 /* unit: dB */
  27. #define BT_8821C_2ANT_BT_SIR_THRES2 -30 /* unit: dB */
  28. /* for Antenna detection */
  29. #define BT_8821C_2ANT_ANTDET_PSDTHRES_BACKGROUND 50
  30. #define BT_8821C_2ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION 70
  31. #define BT_8821C_2ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION 52
  32. #define BT_8821C_2ANT_ANTDET_PSDTHRES_1ANT 40
  33. #define BT_8821C_2ANT_ANTDET_RETRY_INTERVAL 10 /* retry timer if ant det is fail, unit: second */
  34. #define BT_8821C_2ANT_ANTDET_SWEEPPOINT_DELAY 60000
  35. #define BT_8821C_2ANT_ANTDET_ENABLE 0
  36. #define BT_8821C_2ANT_ANTDET_BTTXTIME 100
  37. #define BT_8821C_2ANT_ANTDET_BTTXCHANNEL 39
  38. #define BT_8821C_2ANT_ANTDET_PSD_SWWEEPCOUNT 50
  39. #define BT_8821C_2ANT_LTECOEX_INDIRECTREG_ACCESS_TIMEOUT 30000
  40. enum bt_8821c_2ant_signal_state {
  41. BT_8821C_2ANT_SIG_STA_SET_TO_LOW = 0x0,
  42. BT_8821C_2ANT_SIG_STA_SET_BY_HW = 0x0,
  43. BT_8821C_2ANT_SIG_STA_SET_TO_HIGH = 0x1,
  44. BT_8821C_2ANT_SIG_STA_MAX
  45. };
  46. enum bt_8821c_2ant_path_ctrl_owner {
  47. BT_8821C_2ANT_PCO_BTSIDE = 0x0,
  48. BT_8821C_2ANT_PCO_WLSIDE = 0x1,
  49. BT_8821C_2ANT_PCO_MAX
  50. };
  51. enum bt_8821c_2ant_gnt_ctrl_type {
  52. BT_8821C_2ANT_GNT_TYPE_CTRL_BY_PTA = 0x0,
  53. BT_8821C_2ANT_GNT_TYPE_CTRL_BY_SW = 0x1,
  54. BT_8821C_2ANT_GNT_TYPE_MAX
  55. };
  56. enum bt_8821c_2ant_gnt_ctrl_block {
  57. BT_8821C_2ANT_GNT_BLOCK_RFC_BB = 0x0,
  58. BT_8821C_2ANT_GNT_BLOCK_RFC = 0x1,
  59. BT_8821C_2ANT_GNT_BLOCK_BB = 0x2,
  60. BT_8821C_2ANT_GNT_BLOCK_MAX
  61. };
  62. enum bt_8821c_2ant_lte_coex_table_type {
  63. BT_8821C_2ANT_CTT_WL_VS_LTE = 0x0,
  64. BT_8821C_2ANT_CTT_BT_VS_LTE = 0x1,
  65. BT_8821C_2ANT_CTT_MAX
  66. };
  67. enum bt_8821c_2ant_lte_break_table_type {
  68. BT_8821C_2ANT_LBTT_WL_BREAK_LTE = 0x0,
  69. BT_8821C_2ANT_LBTT_BT_BREAK_LTE = 0x1,
  70. BT_8821C_2ANT_LBTT_LTE_BREAK_WL = 0x2,
  71. BT_8821C_2ANT_LBTT_LTE_BREAK_BT = 0x3,
  72. BT_8821C_2ANT_LBTT_MAX
  73. };
  74. enum bt_info_src_8821c_2ant {
  75. BT_INFO_SRC_8821C_2ANT_WIFI_FW = 0x0,
  76. BT_INFO_SRC_8821C_2ANT_BT_RSP = 0x1,
  77. BT_INFO_SRC_8821C_2ANT_BT_ACTIVE_SEND = 0x2,
  78. BT_INFO_SRC_8821C_2ANT_MAX
  79. };
  80. enum bt_8821c_2ant_bt_status {
  81. BT_8821C_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0,
  82. BT_8821C_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1,
  83. BT_8821C_2ANT_BT_STATUS_INQ_PAGE = 0x2,
  84. BT_8821C_2ANT_BT_STATUS_ACL_BUSY = 0x3,
  85. BT_8821C_2ANT_BT_STATUS_SCO_BUSY = 0x4,
  86. BT_8821C_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5,
  87. BT_8821C_2ANT_BT_STATUS_MAX
  88. };
  89. enum bt_8821c_2ant_coex_algo {
  90. BT_8821C_2ANT_COEX_ALGO_UNDEFINED = 0x0,
  91. BT_8821C_2ANT_COEX_ALGO_SCO = 0x1,
  92. BT_8821C_2ANT_COEX_ALGO_HID = 0x2,
  93. BT_8821C_2ANT_COEX_ALGO_A2DP = 0x3,
  94. BT_8821C_2ANT_COEX_ALGO_A2DP_PANHS = 0x4,
  95. BT_8821C_2ANT_COEX_ALGO_PANEDR = 0x5,
  96. BT_8821C_2ANT_COEX_ALGO_PANHS = 0x6,
  97. BT_8821C_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7,
  98. BT_8821C_2ANT_COEX_ALGO_PANEDR_HID = 0x8,
  99. BT_8821C_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9,
  100. BT_8821C_2ANT_COEX_ALGO_HID_A2DP = 0xa,
  101. BT_8821C_2ANT_COEX_ALGO_NOPROFILEBUSY = 0xb,
  102. BT_8821C_2ANT_COEX_ALGO_A2DPSINK = 0xc,
  103. BT_8821C_2ANT_COEX_ALGO_MAX
  104. };
  105. enum bt_8821c_2ant_ext_ant_switch_type {
  106. BT_8821C_2ANT_EXT_ANT_SWITCH_USE_DPDT = 0x0,
  107. BT_8821C_2ANT_EXT_ANT_SWITCH_USE_SPDT = 0x1,
  108. BT_8821C_2ANT_EXT_ANT_SWITCH_NONE = 0x2,
  109. BT_8821C_2ANT_EXT_ANT_SWITCH_MAX
  110. };
  111. enum bt_8821c_2ant_ext_ant_switch_ctrl_type {
  112. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_BY_BBSW = 0x0,
  113. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_BY_PTA = 0x1,
  114. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_BY_ANTDIV = 0x2,
  115. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_BY_MAC = 0x3,
  116. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_BY_BT = 0x4,
  117. BT_8821C_2ANT_EXT_ANT_SWITCH_CTRL_MAX
  118. };
  119. enum bt_8821c_2ant_ext_ant_switch_pos_type {
  120. BT_8821C_2ANT_EXT_ANT_SWITCH_MAIN_TO_BT = 0x0,
  121. BT_8821C_2ANT_EXT_ANT_SWITCH_MAIN_TO_WLG = 0x1,
  122. BT_8821C_2ANT_EXT_ANT_SWITCH_MAIN_TO_WLA = 0x2,
  123. BT_8821C_2ANT_EXT_ANT_SWITCH_MAIN_TO_NOCARE = 0x3,
  124. BT_8821C_2ANT_EXT_ANT_SWITCH_MAIN_TO_MAX
  125. };
  126. enum bt_8821c_2ant_ext_band_switch_pos_type {
  127. BT_8821C_2ANT_EXT_BAND_SWITCH_TO_WLG = 0x0,
  128. BT_8821C_2ANT_EXT_BAND_SWITCH_TO_WLA = 0x1,
  129. BT_8821C_2ANT_EXT_BAND_SWITCH_TO_MAX
  130. };
  131. enum bt_8821c_2ant_int_block {
  132. BT_8821C_2ANT_INT_BLOCK_SWITCH_TO_WLG_OF_BTG = 0x0,
  133. BT_8821C_2ANT_INT_BLOCK_SWITCH_TO_WLG_OF_WLAG = 0x1,
  134. BT_8821C_2ANT_INT_BLOCK_SWITCH_TO_WLA_OF_WLAG = 0x2,
  135. BT_8821C_2ANT_INT_BLOCK_SWITCH_TO_MAX
  136. };
  137. enum bt_8821c_2ant_phase {
  138. BT_8821C_2ANT_PHASE_COEX_INIT = 0x0,
  139. BT_8821C_2ANT_PHASE_WLANONLY_INIT = 0x1,
  140. BT_8821C_2ANT_PHASE_WLAN_OFF = 0x2,
  141. BT_8821C_2ANT_PHASE_2G_RUNTIME = 0x3,
  142. BT_8821C_2ANT_PHASE_5G_RUNTIME = 0x4,
  143. BT_8821C_2ANT_PHASE_BTMPMODE = 0x5,
  144. BT_8821C_2ANT_PHASE_ANTENNA_DET = 0x6,
  145. BT_8821C_2ANT_PHASE_COEX_POWERON = 0x7,
  146. BT_8821C_2ANT_PHASE_2G_RUNTIME_CONCURRENT = 0x8,
  147. BT_8821C_2ANT_PHASE_MAX
  148. };
  149. enum bt_8821c_2ant_Scoreboard {
  150. BT_8821C_2ANT_SCOREBOARD_ACTIVE = BIT(0),
  151. BT_8821C_2ANT_SCOREBOARD_ONOFF = BIT(1),
  152. BT_8821C_2ANT_SCOREBOARD_SCAN = BIT(2),
  153. BT_8821C_2ANT_SCOREBOARD_UNDERTEST = BIT(3),
  154. BT_8821C_2ANT_SCOREBOARD_WLBUSY = BIT(6)
  155. };
  156. struct coex_dm_8821c_2ant {
  157. /* hw setting */
  158. u32 pre_ant_pos_type;
  159. u32 cur_ant_pos_type;
  160. /* fw mechanism */
  161. u8 pre_bt_dec_pwr_lvl;
  162. u8 cur_bt_dec_pwr_lvl;
  163. u8 pre_fw_dac_swing_lvl;
  164. u8 cur_fw_dac_swing_lvl;
  165. boolean cur_ignore_wlan_act;
  166. boolean pre_ignore_wlan_act;
  167. u8 pre_ps_tdma;
  168. u8 cur_ps_tdma;
  169. u8 ps_tdma_para[5];
  170. u8 ps_tdma_du_adj_type;
  171. boolean reset_tdma_adjust;
  172. boolean pre_ps_tdma_on;
  173. boolean cur_ps_tdma_on;
  174. boolean pre_bt_auto_report;
  175. boolean cur_bt_auto_report;
  176. /* sw mechanism */
  177. boolean pre_rf_rx_lpf_shrink;
  178. boolean cur_rf_rx_lpf_shrink;
  179. u32 bt_rf_0x1e_backup;
  180. boolean pre_low_penalty_ra;
  181. boolean cur_low_penalty_ra;
  182. boolean pre_dac_swing_on;
  183. u32 pre_dac_swing_lvl;
  184. boolean cur_dac_swing_on;
  185. u32 cur_dac_swing_lvl;
  186. boolean pre_adc_back_off;
  187. boolean cur_adc_back_off;
  188. boolean pre_agc_table_en;
  189. boolean cur_agc_table_en;
  190. u32 pre_val0x6c0;
  191. u32 cur_val0x6c0;
  192. u32 pre_val0x6c4;
  193. u32 cur_val0x6c4;
  194. u32 pre_val0x6c8;
  195. u32 cur_val0x6c8;
  196. u8 pre_val0x6cc;
  197. u8 cur_val0x6cc;
  198. boolean limited_dig;
  199. /* algorithm related */
  200. u8 pre_algorithm;
  201. u8 cur_algorithm;
  202. u8 bt_status;
  203. u8 wifi_chnl_info[3];
  204. boolean need_recover0x948;
  205. u32 backup0x948;
  206. u8 pre_lps;
  207. u8 cur_lps;
  208. u8 pre_rpwm;
  209. u8 cur_rpwm;
  210. boolean is_switch_to_1dot5_ant;
  211. u8 switch_thres_offset;
  212. u32 arp_cnt;
  213. u32 pre_ext_ant_switch_status;
  214. u32 cur_ext_ant_switch_status;
  215. u8 pre_ext_band_switch_status;
  216. u8 cur_ext_band_switch_status;
  217. u8 pre_int_block_status;
  218. u8 cur_int_block_status;
  219. };
  220. struct coex_sta_8821c_2ant {
  221. boolean bt_disabled;
  222. boolean bt_link_exist;
  223. boolean sco_exist;
  224. boolean a2dp_exist;
  225. boolean hid_exist;
  226. boolean pan_exist;
  227. boolean under_lps;
  228. boolean under_ips;
  229. u32 high_priority_tx;
  230. u32 high_priority_rx;
  231. u32 low_priority_tx;
  232. u32 low_priority_rx;
  233. boolean is_hiPri_rx_overhead;
  234. u8 bt_rssi;
  235. u8 pre_bt_rssi_state;
  236. u8 pre_wifi_rssi_state[4];
  237. u8 bt_info_c2h[BT_INFO_SRC_8821C_2ANT_MAX][10];
  238. u32 bt_info_c2h_cnt[BT_INFO_SRC_8821C_2ANT_MAX];
  239. boolean bt_whck_test;
  240. boolean c2h_bt_inquiry_page;
  241. boolean c2h_bt_remote_name_req;
  242. u8 bt_info_ext;
  243. u8 bt_info_ext2;
  244. u32 pop_event_cnt;
  245. u8 scan_ap_num;
  246. u8 bt_retry_cnt;
  247. u32 crc_ok_cck;
  248. u32 crc_ok_11g;
  249. u32 crc_ok_11n;
  250. u32 crc_ok_11n_vht;
  251. u32 crc_err_cck;
  252. u32 crc_err_11g;
  253. u32 crc_err_11n;
  254. u32 crc_err_11n_vht;
  255. u32 acc_crc_ratio;
  256. u32 now_crc_ratio;
  257. boolean cck_lock;
  258. boolean pre_ccklock;
  259. boolean cck_ever_lock;
  260. u8 coex_table_type;
  261. boolean force_lps_ctrl;
  262. u8 dis_ver_info_cnt;
  263. u8 a2dp_bit_pool;
  264. u8 cut_version;
  265. boolean concurrent_rx_mode_on;
  266. u16 score_board;
  267. u8 isolation_btween_wb; /* 0~ 50 */
  268. u8 wifi_coex_thres;
  269. u8 bt_coex_thres;
  270. u8 wifi_coex_thres2;
  271. u8 bt_coex_thres2;
  272. u8 num_of_profile;
  273. boolean acl_busy;
  274. boolean bt_create_connection;
  275. boolean wifi_is_high_pri_task;
  276. u32 specific_pkt_period_cnt;
  277. u32 bt_coex_supported_feature;
  278. u32 bt_coex_supported_version;
  279. u8 bt_ble_scan_type;
  280. u32 bt_ble_scan_para[3];
  281. boolean run_time_state;
  282. boolean freeze_coexrun_by_btinfo;
  283. boolean is_A2DP_3M;
  284. boolean voice_over_HOGP;
  285. u8 bt_info;
  286. boolean is_autoslot;
  287. u8 forbidden_slot;
  288. u8 hid_busy_num;
  289. u8 hid_pair_cnt;
  290. u32 cnt_RemoteNameReq;
  291. u32 cnt_setupLink;
  292. u32 cnt_ReInit;
  293. u32 cnt_IgnWlanAct;
  294. u32 cnt_Page;
  295. u32 cnt_RoleSwitch;
  296. u16 bt_reg_vendor_ac;
  297. u16 bt_reg_vendor_ae;
  298. boolean is_setupLink;
  299. u8 wl_noisy_level;
  300. u32 gnt_error_cnt;
  301. u8 bt_afh_map[10];
  302. u8 bt_relink_downcount;
  303. boolean is_tdma_btautoslot;
  304. boolean is_tdma_btautoslot_hang;
  305. boolean is_eSCO_mode;
  306. u8 switch_band_notify_to;
  307. boolean is_rf_state_off;
  308. boolean is_hid_low_pri_tx_overhead;
  309. boolean is_bt_multi_link;
  310. boolean is_bt_a2dp_sink;
  311. boolean is_set_ps_state_fail;
  312. u8 cnt_set_ps_state_fail;
  313. };
  314. #define BT_8821C_2ANT_EXT_BAND_SWITCH_USE_DPDT 0
  315. #define BT_8821C_2ANT_EXT_BAND_SWITCH_USE_SPDT 1
  316. struct rfe_type_8821c_2ant {
  317. u8 rfe_module_type;
  318. boolean ext_ant_switch_exist;
  319. u8 ext_ant_switch_type; /* 0:DPDT, 1:SPDT */
  320. u8 ext_ant_switch_ctrl_polarity; /* iF 0: DPDT_P=0, DPDT_N=1 => BTG to Main, WL_A+G to Aux */
  321. boolean ext_band_switch_exist;
  322. u8 ext_band_switch_type; /* 0:DPDT, 1:SPDT */
  323. u8 ext_band_switch_ctrl_polarity;
  324. boolean ant_at_main_port;
  325. boolean wlg_Locate_at_btg; /* If TRUE: WLG at BTG, If FALSE: WLG at WLAG */
  326. boolean ext_ant_switch_diversity; /* If diversity on */
  327. };
  328. #define BT_8821C_2ANT_ANTDET_PSD_POINTS 256 /* MAX:1024 */
  329. #define BT_8821C_2ANT_ANTDET_PSD_AVGNUM 1 /* MAX:3 */
  330. #define BT_8821C_2ANT_ANTDET_BUF_LEN 16
  331. struct psdscan_sta_8821c_2ant {
  332. u32 ant_det_bt_le_channel; /* BT LE Channel ex:2412 */
  333. u32 ant_det_bt_tx_time;
  334. u32 ant_det_pre_psdscan_peak_val;
  335. boolean ant_det_is_ant_det_available;
  336. u32 ant_det_psd_scan_peak_val;
  337. boolean ant_det_is_btreply_available;
  338. u32 ant_det_psd_scan_peak_freq;
  339. u8 ant_det_result;
  340. u8 ant_det_peak_val[BT_8821C_2ANT_ANTDET_BUF_LEN];
  341. u8 ant_det_peak_freq[BT_8821C_2ANT_ANTDET_BUF_LEN];
  342. u32 ant_det_try_count;
  343. u32 ant_det_fail_count;
  344. u32 ant_det_inteval_count;
  345. u32 ant_det_thres_offset;
  346. u32 real_cent_freq;
  347. s32 real_offset;
  348. u32 real_span;
  349. u32 psd_band_width; /* unit: Hz */
  350. u32 psd_point; /* 128/256/512/1024 */
  351. u32 psd_report[1024]; /* unit:dB (20logx), 0~255 */
  352. u32 psd_report_max_hold[1024]; /* unit:dB (20logx), 0~255 */
  353. u32 psd_start_point;
  354. u32 psd_stop_point;
  355. u32 psd_max_value_point;
  356. u32 psd_max_value;
  357. u32 psd_max_value2;
  358. u32 psd_avg_value; /* filter loop_max_value that below BT_8821C_1ANT_ANTDET_PSDTHRES_1ANT, and average the rest*/
  359. u32 psd_loop_max_value[BT_8821C_2ANT_ANTDET_PSD_SWWEEPCOUNT]; /*max value in each loop */
  360. u32 psd_start_base;
  361. u32 psd_avg_num; /* 1/8/16/32 */
  362. u32 psd_gen_count;
  363. boolean is_AntDet_running;
  364. boolean is_psd_show_max_only;
  365. };
  366. /* *******************************************
  367. * The following is interface which will notify coex module.
  368. * ******************************************* */
  369. void ex_halbtc8821c2ant_power_on_setting(IN struct btc_coexist *btcoexist);
  370. void ex_halbtc8821c2ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
  371. void ex_halbtc8821c2ant_init_hw_config(IN struct btc_coexist *btcoexist,
  372. IN boolean wifi_only);
  373. void ex_halbtc8821c2ant_init_coex_dm(IN struct btc_coexist *btcoexist);
  374. void ex_halbtc8821c2ant_ips_notify(IN struct btc_coexist *btcoexist,
  375. IN u8 type);
  376. void ex_halbtc8821c2ant_lps_notify(IN struct btc_coexist *btcoexist,
  377. IN u8 type);
  378. void ex_halbtc8821c2ant_scan_notify(IN struct btc_coexist *btcoexist,
  379. IN u8 type);
  380. void ex_halbtc8821c2ant_switchband_notify(IN struct btc_coexist *btcoexist,
  381. IN u8 type);
  382. void ex_halbtc8821c2ant_connect_notify(IN struct btc_coexist *btcoexist,
  383. IN u8 type);
  384. void ex_halbtc8821c2ant_media_status_notify(IN struct btc_coexist *btcoexist,
  385. IN u8 type);
  386. void ex_halbtc8821c2ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
  387. IN u8 type);
  388. void ex_halbtc8821c2ant_bt_info_notify(IN struct btc_coexist *btcoexist,
  389. IN u8 *tmp_buf, IN u8 length);
  390. void ex_halbtc8821c2ant_rf_status_notify(IN struct btc_coexist *btcoexist,
  391. IN u8 type);
  392. void ex_halbtc8821c2ant_halt_notify(IN struct btc_coexist *btcoexist);
  393. void ex_halbtc8821c2ant_pnp_notify(IN struct btc_coexist *btcoexist,
  394. IN u8 pnp_state);
  395. void ex_halbtc8821c2ant_periodical(IN struct btc_coexist *btcoexist);
  396. void ex_halbtc8821c2ant_display_coex_info(IN struct btc_coexist *btcoexist);
  397. void ex_halbtc8821c2ant_antenna_detection(IN struct btc_coexist *btcoexist,
  398. IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
  399. void ex_halbtc8821c2ant_display_ant_detection(IN struct btc_coexist *btcoexist);
  400. #else
  401. #define ex_halbtc8821c2ant_power_on_setting(btcoexist)
  402. #define ex_halbtc8821c2ant_pre_load_firmware(btcoexist)
  403. #define ex_halbtc8821c2ant_init_hw_config(btcoexist, wifi_only)
  404. #define ex_halbtc8821c2ant_init_coex_dm(btcoexist)
  405. #define ex_halbtc8821c2ant_ips_notify(btcoexist, type)
  406. #define ex_halbtc8821c2ant_lps_notify(btcoexist, type)
  407. #define ex_halbtc8821c2ant_scan_notify(btcoexist, type)
  408. #define ex_halbtc8821c2ant_switchband_notify(btcoexist,type)
  409. #define ex_halbtc8821c2ant_connect_notify(btcoexist, type)
  410. #define ex_halbtc8821c2ant_media_status_notify(btcoexist, type)
  411. #define ex_halbtc8821c2ant_specific_packet_notify(btcoexist, type)
  412. #define ex_halbtc8821c2ant_bt_info_notify(btcoexist, tmp_buf, length)
  413. #define ex_halbtc8821c2ant_rf_status_notify(btcoexist, type)
  414. #define ex_halbtc8821c2ant_halt_notify(btcoexist)
  415. #define ex_halbtc8821c2ant_pnp_notify(btcoexist, pnp_state)
  416. #define ex_halbtc8821c2ant_periodical(btcoexist)
  417. #define ex_halbtc8821c2ant_display_coex_info(btcoexist)
  418. #define ex_halbtc8821c2ant_display_ant_detection(btcoexist)
  419. #define ex_halbtc8821c2ant_antenna_detection(btcoexist, cent_freq, offset, span, seconds)
  420. #endif
  421. #endif