rtl8723ds: Fix builds for kernel 5.8+

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2020-09-17 11:19:09 -05:00
parent 149dcf1140
commit c54996f3a7
6 changed files with 19 additions and 867 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ struct security_priv {
#endif /* DBG_SW_SEC_CNT */
};
struct sha256_state {
struct rtl_sha256_state {
u64 length;
u32 state[8], curlen;
u8 buf[64];