rtl8188eu: Remove typedef statements from include/rtw_rf.h and delete unused header files

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-15 12:43:37 -05:00
parent 851dc8fff5
commit 26b163f24f
12 changed files with 84 additions and 660 deletions

View file

@ -405,7 +405,7 @@ s32 rtw_hal_interrupt_handler(struct adapter *padapter)
return _FAIL;
}
void rtw_hal_set_bwmode(struct adapter *padapter, HT_CHANNEL_WIDTH Bandwidth, u8 Offset)
void rtw_hal_set_bwmode(struct adapter *padapter, enum HT_CHANNEL_WIDTH Bandwidth, u8 Offset)
{
if(padapter->HalFunc.set_bwmode_handler)
padapter->HalFunc.set_bwmode_handler(padapter, Bandwidth, Offset);