xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/halbtc8822bwifionly.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /******************************************************************************
2  *
3  * Copyright(c) 2016 - 2017 Realtek Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  *****************************************************************************/
15 #ifndef __INC_HAL8822BWIFIONLYHWCFG_H
16 #define __INC_HAL8822BWIFIONLYHWCFG_H
17 
18 VOID
19 ex_hal8822b_wifi_only_hw_config(
20 	IN struct wifi_only_cfg *pwifionlycfg
21 	);
22 VOID
23 ex_hal8822b_wifi_only_scannotify(
24 	IN struct wifi_only_cfg *pwifionlycfg,
25 	IN u1Byte  is_5g
26 	);
27 VOID
28 ex_hal8822b_wifi_only_switchbandnotify(
29 	IN struct wifi_only_cfg *pwifionlycfg,
30 	IN u1Byte  is_5g
31 	);
32 VOID
33 ex_hal8822b_wifi_only_connectnotify(
34 	IN struct wifi_only_cfg *pwifionlycfg,
35 	IN u1Byte  is_5g
36 	);
37 VOID
38 hal8822b_wifi_only_switch_antenna(IN struct wifi_only_cfg *pwifionlycfg,
39 	IN u1Byte  is_5g
40 	);
41 #endif
42