• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/kernel-drivers


Commit MetaInfo

Révision6e3a21a333ed1e8df33fe072e2a1ac1c2aec0e80 (tree)
l'heure2020-07-28 00:36:48
AuteurChih-Wei Huang <cwhuang@open...>
CommiterChih-Wei Huang

Message de Log

Fix incompatible pointer issue for kernel >= 5.2

Change Summary

Modification

--- 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