1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2016 Realtek Corporation. 5 * 6 * Contact Information: 7 * wlanfae <wlanfae@realtek.com> 8 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 9 * Hsinchu 300, Taiwan. 10 * 11 * Larry Finger <Larry.Finger@lwfinger.net> 12 * 13 *****************************************************************************/ 14 #ifndef __INC_HAL8822BWIFIONLYHWCFG_H 15 #define __INC_HAL8822BWIFIONLYHWCFG_H 16 17 void ex_hal8822b_wifi_only_hw_config(struct wifi_only_cfg *wifionlycfg); 18 void ex_hal8822b_wifi_only_scannotify(struct wifi_only_cfg *wifionlycfg, 19 u8 is_5g); 20 void ex_hal8822b_wifi_only_switchbandnotify(struct wifi_only_cfg *wifionlycfg, 21 u8 is_5g); 22 void hal8822b_wifi_only_switch_antenna(struct wifi_only_cfg *wifionlycfg, 23 u8 is_5g); 24 #endif 25