mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Convert typedef statements in include/Hal8188EPhyCfg.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b925112e2a
commit
7449a3d03b
11 changed files with 92 additions and 119 deletions
|
@ -233,7 +233,7 @@ typedef struct _MPT_CONTEXT
|
|||
// The RfPath of IO operation is depend of MptActType.
|
||||
ULONG MptRfPath;
|
||||
|
||||
WIRELESS_MODE MptWirelessModeToSw; // Wireless mode to switch.
|
||||
enum wireless_mode MptWirelessModeToSw; // Wireless mode to switch.
|
||||
u8 MptChannelToSw; // Channel to switch.
|
||||
u8 MptInitGainToSet; // Initial gain to set.
|
||||
//ULONG bMptAntennaA; // true if we want to use antenna A.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue