mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Fix build errors with later kernels
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8a85ada630
commit
8118ea20d7
3 changed files with 27 additions and 32 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue