Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-modules-rtl8723au: Commit

external/modules/rtl8723au


Commit MetaInfo

Revisión633c02af306a2ebbae34ac62e045ac6a75cfb4d6 (tree)
Tiempo2014-02-06 04:21:15
AutorLarry Finger <Larry.Finger@lwfi...>
CommiterLarry Finger

Log Message

rtl8723au: Update for API changes in kernel 3.14

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Cambiar Resumen

Diferencia incremental

--- a/os_dep/os_intfs.c
+++ b/os_dep/os_intfs.c
@@ -34,6 +34,7 @@
3434 #ifdef CONFIG_BR_EXT
3535 #include <rtw_br_ext.h>
3636 #endif //CONFIG_BR_EXT
37+#include <linux/version.h>
3738
3839 #ifdef CONFIG_RF_GAIN_OFFSET
3940 #define REG_RF_BB_GAIN_OFFSET 0x55
@@ -901,7 +902,11 @@ unsigned int rtw_classify8021d(struct sk_buff *skb)
901902 return dscp >> 5;
902903 }
903904
904-static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb)
905+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
906+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0))
907+ ,void *unused
908+#endif
909+)
905910 {
906911 struct rtw_adapter *padapter = rtw_netdev_priv(dev);
907912 struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
Show on old repository browser