Path: blob/master/ALFA-W1F1/RTL8814AU/core/rtw_btcoex_wifionly.c
1307 views
/******************************************************************************1*2* Copyright(c) 2013 - 2017 Realtek Corporation.3*4* This program is free software; you can redistribute it and/or modify it5* under the terms of version 2 of the GNU General Public License as6* published by the Free Software Foundation.7*8* This program is distributed in the hope that it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13*****************************************************************************/14#include <drv_types.h>15#include <hal_btcoex_wifionly.h>16#include <hal_data.h>1718void rtw_btcoex_wifionly_switchband_notify(PADAPTER padapter)19{20hal_btcoex_wifionly_switchband_notify(padapter);21}2223void rtw_btcoex_wifionly_scan_notify(PADAPTER padapter)24{25hal_btcoex_wifionly_scan_notify(padapter);26}2728void rtw_btcoex_wifionly_connect_notify(PADAPTER padapter)29{30hal_btcoex_wifionly_connect_notify(padapter);31}3233void rtw_btcoex_wifionly_hw_config(PADAPTER padapter)34{35hal_btcoex_wifionly_hw_config(padapter);36}3738void rtw_btcoex_wifionly_initialize(PADAPTER padapter)39{40hal_btcoex_wifionly_initlizevariables(padapter);41}4243void rtw_btcoex_wifionly_AntInfoSetting(PADAPTER padapter)44{45hal_btcoex_wifionly_AntInfoSetting(padapter);46}474849