소스 검색

Lower linux kernel version in all places

a1akris 2 년 전
부모
커밋
a2088758e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/rtw_rf.h

+ 1 - 1
include/rtw_rf.h

@@ -173,7 +173,7 @@ struct regd_exc_ent {
 	_list list;
 	char country[2];
 	u8 domain;
-	#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 1))
+	#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0))
 	char regd_name[];
 	#else
 	char regd_name[0];