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