lwfinger / rtl8723au

Repo for RTL8723AU code before Linux Kernel commit
126 stars 46 forks source link

No build on kernel 4.19.1-arch1-1 in ArchLinux #72

Closed Genues closed 6 years ago

Genues commented 6 years ago

Hi. I have problem with build this driver. home/noname/aur/rtl8723au/os_dep/os_intfs.c:962:22: error: initialization of «u16 (*)(struct net_device *, struct sk_buff *, struct net_device *, u16 (*)(struct net_device *, struct sk_buff *, struct net_device *))» {aka «short unsigned int (*)(struct net_device *, struct sk_buff *, struct net_device *, short unsigned int (*)(struct net_device *, struct sk_buff *, struct net_device *))»} from incompatible pointer type «u16 (*)(struct net_device *, struct sk_buff *, void *, u16 (*)(struct net_device *, struct sk_buff *, struct net_device *))» {aka «short unsigned int (*)(struct net_device *, struct sk_buff *, void *, short unsigned int (*)(struct net_device *, struct sk_buff *, struct net_device *))»} [-Werror=incompatible-pointer-types] .ndo_select_queue = rtw_select_queue Please help! Thanks.

lwfinger commented 6 years ago

Sorry. I missed this repo. The fix was just pushed. Do another 'git pull'.

Genues commented 6 years ago

Thank you!