rtl8188eu: Fix build errors with later kernels

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2020-10-26 11:35:16 -05:00
parent 8a85ada630
commit 8118ea20d7
3 changed files with 27 additions and 32 deletions

View file

@ -193,7 +193,7 @@ struct security_priv
u8 bWepDefaultKeyIdxSet;
};
struct sha256_state {
struct rtl_sha256_state {
u64 length;
u32 state[8], curlen;
u8 buf[64];