// SPDX-License-Identifier: GPL-2.0 /****************************************************************************** * * Copyright(c) 2013 Realtek Corporation. All rights reserved. * ******************************************************************************/ #include <drv_types.h> #include <rtw_debug.h> #include <rtw_btcoex.h> #include <hal_btcoex.h> void rtw_btcoex_MediaStatusNotify(struct adapter *padapter, u8 mediaStatus) { … } void rtw_btcoex_HaltNotify(struct adapter *padapter) { … } /* ================================================== */ /* Below Functions are called by BT-Coex */ /* ================================================== */ void rtw_btcoex_RejectApAggregatedPacket(struct adapter *padapter, u8 enable) { … } void rtw_btcoex_LPS_Enter(struct adapter *padapter) { … } void rtw_btcoex_LPS_Leave(struct adapter *padapter) { … }