浏览代码

Compilation fix for kernel 5.8

Avoid the redefinition of sha256_state struct
fsantini 5 年之前
父节点
当前提交
debb41d220
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/rtw_security.h

+ 2 - 0
include/rtw_security.h

@@ -191,6 +191,8 @@ struct security_priv
 	u8 bWepDefaultKeyIdxSet;
 };
 
+/* fix compilation for 5.8 kernel to avoid redefinition of struct */
+#define sha256_state sha256_state_rtl8812
 struct sha256_state {
 	u64 length;
 	u32 state[8], curlen;