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

Modified final value to be less than 6.4.4 rather than 6.5.0
This commit is contained in:
Gunjan Gupta 2023-07-20 04:29:47 +05:30 committed by Igor
parent b7c422ee51
commit 84e4a26bb0

View File

@ -32,7 +32,7 @@ index 81e1dc75e5fb..04dc056f8d69 100644
+ || (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 2, 0))) \
+ && ((LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 13)) \
+ || (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 4, 0))) \
+ && (LINUX_VERSION_CODE < KERNEL_VERSION(6, 5, 0))
+ && (LINUX_VERSION_CODE < KERNEL_VERSION(6, 4, 4))
wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF;
#endif