mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Fix checkpatch errors in core/rtw_wlan_util.c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9e855cb914
commit
7b59aa12db
2 changed files with 512 additions and 805 deletions
File diff suppressed because it is too large
Load diff
|
@ -337,6 +337,12 @@ enum {
|
||||||
MEM_STAT_RX_FREE
|
MEM_STAT_RX_FREE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern unsigned char MCS_rate_2R[16];
|
||||||
|
extern unsigned char MCS_rate_1R[16];
|
||||||
|
extern unsigned char RTW_WPA_OUI[];
|
||||||
|
extern unsigned char WPA_TKIP_CIPHER[4];
|
||||||
|
extern unsigned char RSN_TKIP_CIPHER[4];
|
||||||
|
|
||||||
#define rtw_update_mem_stat(flag, sz) do {} while (0)
|
#define rtw_update_mem_stat(flag, sz) do {} while (0)
|
||||||
extern u8 *_rtw_vmalloc(u32 sz);
|
extern u8 *_rtw_vmalloc(u32 sz);
|
||||||
extern u8 *_rtw_zvmalloc(u32 sz);
|
extern u8 *_rtw_zvmalloc(u32 sz);
|
||||||
|
|
Loading…
Reference in a new issue