Update wireless-rtl88x2bu-wireless-ignore-stale-kickoff-removal.patch

Fix missing parenthesis
This commit is contained in:
Gunjan Gupta 2023-07-20 04:04:41 +05:30 committed by Igor
parent 4ac9ca966f
commit b7c422ee51

View File

@ -28,7 +28,7 @@ index 81e1dc75e5fb..04dc056f8d69 100644
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)) \
+ && (LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 39)) \
+ && ((LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 39)) \
+ || (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 2, 0))) \
+ && ((LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 13)) \
+ || (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 4, 0))) \