muratdemirtas / MT7601u

Ubuntu and Embedded Linux(Raspberry Pi, Banana Pi etc.) drivers for MediaTek MT7601u Wireless Chipset. Support Access Point(AP) and Station Mode(STA). Tested on 32-64 Bit Ubuntu and Raspberry Pi 2 with all kernels since v4.0.0+. You can use this driver for internet sharing(hotspot), robotic, file transfer or ssh.
Other
93 stars 44 forks source link

Nvidia Jetson compilation issue #7

Open ketsindian opened 6 years ago

ketsindian commented 6 years ago

Hello, first of all, I am compiling this driver for Nvidia Jetson tk1 (running ubuntu 16.04) which has the same architecture as raspberry pi3 (armhf). I got the following error while compliling the same

/home/ubuntu/Desktop/MT7601u/src/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’: /home/ubuntu/Desktop/MT7601u/src/os/linux/../../os/linux/rt_linux.c:1846:11: error: ‘struct net_device’ has no member named ‘wireless_handlers’ pNetDev->wireless_handlers = pDevOpHook->iw_handler; ^ please help. Thanks