root/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.h

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2016-2017  Realtek Corporation.*/
   3 
   4 #ifndef __INC_HAL8822BWIFIONLYHWCFG_H
   5 #define __INC_HAL8822BWIFIONLYHWCFG_H
   6 
   7 void ex_hal8822b_wifi_only_hw_config(struct wifi_only_cfg *wifionlycfg);
   8 void ex_hal8822b_wifi_only_scannotify(struct wifi_only_cfg *wifionlycfg,
   9                                       u8 is_5g);
  10 void ex_hal8822b_wifi_only_switchbandnotify(struct wifi_only_cfg *wifionlycfg,
  11                                             u8 is_5g);
  12 void hal8822b_wifi_only_switch_antenna(struct wifi_only_cfg *wifionlycfg,
  13                                        u8 is_5g);
  14 #endif

/* [<][>][^][v][top][bottom][index][help] */