mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-13 00:32:24 +00:00
rtl8188eu: Fix remaining compile warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9e2e9b9721
commit
bfc1e57860
1 changed files with 0 additions and 6 deletions
|
@ -107,13 +107,7 @@ typedef struct cmd_tlv {
|
||||||
#endif /* PNO_SUPPORT */
|
#endif /* PNO_SUPPORT */
|
||||||
|
|
||||||
typedef struct android_wifi_priv_cmd {
|
typedef struct android_wifi_priv_cmd {
|
||||||
|
|
||||||
#ifdef CONFIG_COMPAT
|
|
||||||
compat_uptr_t buf;
|
|
||||||
#else
|
|
||||||
char *buf;
|
char *buf;
|
||||||
#endif
|
|
||||||
|
|
||||||
int used_len;
|
int used_len;
|
||||||
int total_len;
|
int total_len;
|
||||||
} android_wifi_priv_cmd;
|
} android_wifi_priv_cmd;
|
||||||
|
|
Loading…
Reference in a new issue