Advertisement
Guest User

Error compiling rtl8192du

a guest
Aug 17th, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. /home/zheko/rtl8192du/os_dep/os_intfs.c:874:2: warning: initialization from incompatible pointer type [enabled by default]
  2. .ndo_select_queue = rtw_select_queue,
  3. ^
  4. /home/zheko/rtl8192du/os_dep/os_intfs.c:874:2: warning: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [enabled by default]
  5. CC [M] /home/zheko/rtl8192du/os_dep/usb_intf.o
  6. CC [M] /home/zheko/rtl8192du/os_dep/usb_ops_linux.o
  7. CC [M] /home/zheko/rtl8192du/os_dep/ioctl_linux.o
  8. CC [M] /home/zheko/rtl8192du/os_dep/xmit_linux.o
  9. CC [M] /home/zheko/rtl8192du/os_dep/mlme_linux.o
  10. CC [M] /home/zheko/rtl8192du/os_dep/recv_linux.o
  11. CC [M] /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.o
  12. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3556:5: warning: ‘struct cfg80211_mgmt_tx_params’ declared inside parameter list [enabled by default]
  13. u64 *cookie)
  14. ^
  15. /home/zheko/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]
  16. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c: In function ‘cfg80211_rtw_mgmt_tx’:
  17. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3567:21: error: dereferencing pointer to incomplete type
  18. size_t len = params->len;
  19. ^
  20. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3568:41: error: dereferencing pointer to incomplete type
  21. struct ieee80211_channel *chan = params->chan;
  22. ^
  23. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3569:24: error: dereferencing pointer to incomplete type
  24. const u8 *buf = params->buf;
  25. ^
  26. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c: At top level:
  27. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: initialization from incompatible pointer type [enabled by default]
  28. .mgmt_tx = cfg80211_rtw_mgmt_tx,
  29. ^
  30. /home/zheko/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: (near initialization for ‘rtw_cfg80211_ops.mgmt_tx’) [enabled by default]
  31. make[2]: *** [/home/zheko/rtl8192du/os_dep/ioctl_cfg80211.o] Error 1
  32. make[1]: *** [_module_/home/zheko/rtl8192du] Error 2
  33. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
  34. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement