mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
12 lines
267 B
Diff
12 lines
267 B
Diff
--- a/rtw8703b.c
|
|
+++ b/rtw8703b.c
|
|
@@ -655,7 +655,7 @@
|
|
dm_info->txagc_remnant_ofdm = 0;
|
|
}
|
|
|
|
-#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 0)
|
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 0) || defined(BUILD_OPENWRT)
|
|
#define FIELD_PREP_CONST FIELD_PREP
|
|
#endif
|
|
|