hal_btcoex_BtInfoNotify(padapter, length, tmpBuf);
 }
 
-void rtw_btcoex_SuspendNotify(struct adapter *padapter, u8 state)
-{
-       hal_btcoex_SuspendNotify(padapter, state);
-}
-
 void rtw_btcoex_HaltNotify(struct adapter *padapter)
 {
        if (!padapter->bup) {
 
 void rtw_btcoex_ConnectNotify(struct adapter *, u8 action);
 void rtw_btcoex_MediaStatusNotify(struct adapter *, u8 mediaStatus);
 void rtw_btcoex_BtInfoNotify(struct adapter *, u8 length, u8 *tmpBuf);
-void rtw_btcoex_SuspendNotify(struct adapter *, u8 state);
 void rtw_btcoex_HaltNotify(struct adapter *);
 u8 rtw_btcoex_IsBtDisabled(struct adapter *);
 void rtw_btcoex_Handler(struct adapter *);
 
 
        /*  wait for the latest FW to remove this condition. */
        if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) {
-               rtw_btcoex_SuspendNotify(padapter, 0);
+               hal_btcoex_SuspendNotify(padapter, 0);
                DBG_871X("WIFI_AP_STATE\n");
        } else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) {
-               rtw_btcoex_SuspendNotify(padapter, 1);
+               hal_btcoex_SuspendNotify(padapter, 1);
                DBG_871X("STATION\n");
        }
 
                rtw_resume_process_normal(padapter);
        }
 
-       rtw_btcoex_SuspendNotify(padapter, 0);
+       hal_btcoex_SuspendNotify(padapter, 0);
 
        if (pwrpriv) {
                pwrpriv->bInSuspend = false;