rtl8188eu: Fix checkpatch errors in core/rtw_wlan_util.c

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-08-02 12:12:37 -05:00
parent 9e855cb914
commit 7b59aa12db
2 changed files with 512 additions and 805 deletions

File diff suppressed because it is too large Load diff

View file

@ -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);