8723cs: Port to Linux 5.8

This commit is contained in:
Ondrej Jirman 2020-06-15 12:33:09 +02:00 committed by Icenowy Zheng
parent 700d05d54f
commit 238f62cf18
3 changed files with 39 additions and 6 deletions

View file

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