Advertisement
TheDataCereal

Untitled

Nov 21st, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. kn4thx@debian-l-inux:~/Downloads/rtl8822bu-master$ make
  2. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.19.0-6-amd64/build M=/home/kn4thx/Downloads/rtl8822bu-master modules
  3. make[1]: Entering directory '/usr/src/linux-headers-4.19.0-6-amd64'
  4. CC [M] /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.o
  5. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1403:4: error: ‘const struct wiphy_vendor_command’ has no member named ‘policy’
  6. .policy = VENDOR_CMD_RAW_DATA,
  7. ^~~~~~
  8. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1403:13: error: ‘VENDOR_CMD_RAW_DATA’ undeclared here (not in a function); did you mean ‘VENDOR_CMD_MAX_DATA_LEN’?
  9. .policy = VENDOR_CMD_RAW_DATA,
  10. ^~~~~~~~~~~~~~~~~~~
  11. VENDOR_CMD_MAX_DATA_LEN
  12. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1412:4: error: ‘const struct wiphy_vendor_command’ has no member named ‘policy’
  13. .policy = VENDOR_CMD_RAW_DATA,
  14. ^~~~~~
  15. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1421:4: error: ‘const struct wiphy_vendor_command’ has no member named ‘policy’
  16. .policy = VENDOR_CMD_RAW_DATA,
  17. ^~~~~~
  18. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1431:4: error: ‘const struct wiphy_vendor_command’ has no member named ‘policy’
  19. .policy = VENDOR_CMD_RAW_DATA,
  20. ^~~~~~
  21. /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.c:1440:4: error: ‘const struct wiphy_vendor_command’ has no member named ‘policy’
  22. .policy = VENDOR_CMD_RAW_DATA,
  23. ^~~~~~
  24. make[4]: *** [/usr/src/linux-headers-4.19.0-6-common/scripts/Makefile.build:309: /home/kn4thx/Downloads/rtl8822bu-master/os_dep/linux/rtw_cfgvendor.o] Error 1
  25. make[3]: *** [/usr/src/linux-headers-4.19.0-6-common/Makefile:1534: _module_/home/kn4thx/Downloads/rtl8822bu-master] Error 2
  26. make[2]: *** [Makefile:146: sub-make] Error 2
  27. make[1]: *** [Makefile:8: all] Error 2
  28. make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-6-amd64'
  29. make: *** [Makefile:2001: modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement