Example #1
0
void rtw_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath)
{
	hal_btcoex_SetSingleAntPath(padapter, singleAntPath);
}
Example #2
0
void rtw_btcoex_SetSingleAntPath(PADAPTER padapter, u8 singleAntPath)
{
    hal_btcoex_SetSingleAntPath(padapter, singleAntPath);
}