Hi! I'm trying to build this driver but I'm getting the following error:
~/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSFileRead’:
~/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:1087:3: error: implicit declaration of function ‘__vfs_read’ [-Werror=implicit-function-declaration]
return __vfs_read(osfd, pDataPtr, readLen, &osfd->f_pos);
^
~/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSFileWrite’:
~/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:1096:2: error: implicit declaration of function ‘__vfs_write’ [-Werror=implicit-function-declaration]
return __vfs_write(osfd, pDataPtr, (size_t) writeLen, &osfd->f_pos);
^
Hi! I'm trying to build this driver but I'm getting the following error:
Any idea about what's going on here?