mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Fix all W=1 warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5c8ff88003
commit
fb786d0283
29 changed files with 217 additions and 507 deletions
|
@ -460,8 +460,8 @@ typedef struct _ODM_Phy_Dbg_Info_
|
|||
|
||||
typedef struct _ODM_Per_Pkt_Info_
|
||||
{
|
||||
u1Byte Rate;
|
||||
u1Byte StationID;
|
||||
s8 Rate;
|
||||
u8 StationID;
|
||||
bool bPacketMatchBSSID;
|
||||
bool bPacketToSelf;
|
||||
bool bPacketBeacon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue