Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-32-generic/build M=/home/kingsubuntu/rtl8192du modules
- make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic'
- CC [M] /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.o
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3556:5: warning: ‘struct cfg80211_mgmt_tx_params’ declared inside parameter list [enabled by default]
- u64 *cookie)
- ^
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3556:5: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c: In function ‘cfg80211_rtw_mgmt_tx’:
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3567:21: error: dereferencing pointer to incomplete type
- size_t len = params->len;
- ^
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3568:41: error: dereferencing pointer to incomplete type
- struct ieee80211_channel *chan = params->chan;
- ^
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3569:24: error: dereferencing pointer to incomplete type
- const u8 *buf = params->buf;
- ^
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c: At top level:
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: initialization from incompatible pointer type [enabled by default]
- .mgmt_tx = cfg80211_rtw_mgmt_tx,
- ^
- /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: (near initialization for ‘rtw_cfg80211_ops.mgmt_tx’) [enabled by default]
- make[2]: *** [/home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.o] Error 1
- make[1]: *** [_module_/home/kingsubuntu/rtl8192du] Error 2
- make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
- make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement