mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Fix builds for kernel 5.8
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
08c73adb19
commit
aaca953824
3 changed files with 10 additions and 6 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue