Guest User

Untitled

a guest
Mar 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. .../include/osdep_service.h:355:2: error: implicit declaration of function ‘allow_s
  2. ignal’ [-Werror=implicit-function-declaration]
  3. allow_signal(SIGTERM);
  4.  
  5. #include <linux/version.h>
  6. #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
  7. #include <linux/sched/signal.h>
  8. #endif
  9.  
  10. .../os_dep/linux/ioctl_cfg80211.c:734:3: error: too many arguments to function ‘cfg80211_roamed’
  11. cfg80211_roamed(padapter->pnetdev
  12.  
  13. cfg80211_roamed(padapter->pnetdev
  14. #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 39) || defined(COMPAT_KERNEL_RELEASE)
  15. , notify_channel
  16. #endif
  17. , cur_network->network.MacAddress
  18. , pmlmepriv->assoc_req + sizeof(struct rtw_ieee80211_hdr_3addr) + 2
  19. , pmlmepriv->assoc_req_len - sizeof(struct rtw_ieee80211_hdr_3addr) - 2
  20. , pmlmepriv->assoc_rsp + sizeof(struct rtw_ieee80211_hdr_3addr) + 6
  21. , pmlmepriv->assoc_rsp_len - sizeof(struct rtw_ieee80211_hdr_3addr) - 6
  22. , GFP_ATOMIC);
  23.  
  24. .../os_dep/linux/ioctl_cfg80211.c:734:3: error: too many arguments to function ‘cfg80211_roamed’
  25. cfg80211_roamed(padapter->pnetdev
Add Comment
Please, Sign In to add comment