rtl8188eu: Fix builds for kernel 5.8

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2020-06-10 14:31:48 -05:00
parent 08c73adb19
commit aaca953824
3 changed files with 10 additions and 6 deletions

View file

@ -227,7 +227,7 @@ struct security_priv {
#endif /* DBG_SW_SEC_CNT */
};
struct sha256_state {
struct sha256_state_rtk {
u64 length;
u32 state[8], curlen;
u8 buf[64];