Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross compile error with kernel 2.6.35 #50

Open
wuqingwei opened this issue Aug 14, 2017 · 0 comments
Open

cross compile error with kernel 2.6.35 #50

wuqingwei opened this issue Aug 14, 2017 · 0 comments

Comments

@wuqingwei
Copy link

After solving this error by searching the Internet
core/rtw_mlme.c:63: error: implicit declaration of function 'vzalloc'

It come out these error
CC [M] /opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.o
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c: In function 'rtw_cfg80211_indicate_sta_assoc':
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:2478: error: implicit declaration of function 'cfg80211_rx_mgmt'
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c: In function 'cfg80211_rtw_mgmt_tx':
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3611: error: implicit declaration of function 'cfg80211_mgmt_tx_status'
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c: At top level:
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3678: error: unknown field 'mgmt_tx' specified in initializer
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3678: warning: initialization from incompatible pointer type
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3679: error: unknown field 'mgmt_frame_register' specified in initializer
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3679: warning: initialization from incompatible pointer type
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c: In function 'rtw_cfg80211_preinit_wiphy':
/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.c:3788: error: 'struct wiphy' has no member named 'software_iftypes'
scripts/Makefile.build:230: recipe for target '/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.o' failed
make[2]: *** [/opt/kaifaban/i.mx28x/tools/rtl8192du/os_dep/ioctl_cfg80211.o] Error 1
Makefile:1300: recipe for target 'module/opt/kaifaban/i.mx28x/tools/rtl8192du' failed
make[1]: *** [module/opt/kaifaban/i.mx28x/tools/rtl8192du] Error 2Makefile:149: recipe for target 'modules' failed
After searching the kerel 2.6.35, I can't find cfg80211_rx_mgmt, I doubt:
does this driver support this kernel version?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant