mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Convert typedef statements in include/rtw_rf.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5cfecb6edc
commit
ec5245f648
9 changed files with 36 additions and 51 deletions
|
@ -235,23 +235,12 @@ PHY_ScanOperationBackup8188E( PADAPTER Adapter,
|
|||
//
|
||||
// Switch bandwidth for 8192S
|
||||
//
|
||||
void PHY_SetBWMode8188E( PADAPTER pAdapter,
|
||||
HT_CHANNEL_WIDTH ChnlWidth,
|
||||
unsigned char Offset );
|
||||
|
||||
//
|
||||
// Set FW CMD IO for 8192S.
|
||||
//
|
||||
//extern bool HalSetIO8192C( PADAPTER Adapter,
|
||||
// IO_TYPE IOType);
|
||||
void PHY_SetBWMode8188E(PADAPTER pAdapter, enum ht_channel_width ChnlWidth, unsigned char Offset);
|
||||
|
||||
//
|
||||
// Set A2 entry to fw for 8192S
|
||||
//
|
||||
extern void FillA2Entry8192C( PADAPTER Adapter,
|
||||
u8 index,
|
||||
u8* val);
|
||||
|
||||
extern void FillA2Entry8192C(PADAPTER Adapter, u8 index, u8 *val);
|
||||
|
||||
//
|
||||
// channel switch related funciton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue