Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-kernel-drivers: Commit

external/kernel-drivers


Commit MetaInfo

Revision6e3a21a333ed1e8df33fe072e2a1ac1c2aec0e80 (tree)
Time2020-07-28 00:36:48
AuthorChih-Wei Huang <cwhuang@open...>
CommiterChih-Wei Huang

Log Message

Fix incompatible pointer issue for kernel >= 5.2

Change Summary

Incremental Difference

--- a/rtl8723bu/os_dep/linux/os_intfs.c
+++ b/rtl8723bu/os_dep/linux/os_intfs.c
@@ -750,7 +750,7 @@ static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
750750 #else
751751 , void *accel_priv
752752 #endif
753-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
753+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) && (LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0))
754754 , select_queue_fallback_t fallback
755755 #endif
756756 #endif
Show on old repository browser