环境说明
系统:Centos7 (3.10.0)
驱动版本:RTL8812AU_Linux_v5.13.6-23-g232107d9b.20210830.tar(50746).gz
网卡:Realtek RTL8812AU
问题log
/home/w1206/RTL8812AU_Linux_v5.13.6-23-g232107d9b.20210830/driver/rtl8812AU_linux_v5.13.6-23-g232107d9b.20210820/include/../os_dep/linux/ioctl_cfg80211.h:414:27: error: ‘IEEE80211_BAND_2GHZ’ undeclared here (not in a function)
#define NL80211_BAND_2GHZ IEEE80211_BAND_2GHZ
^
/home/w1206/RTL8812AU_Linux_v5.13.6-23-g232107d9b.20210830/driver/rtl8812AU_linux_v5.13.6-23-g232107d9b.20210820/os_dep/linux/ioctl_cfg80211.c:114:13: note: in expansion of macro ‘NL80211_BAND_2GHZ’
.band = NL80211_BAND_2GHZ, \
^
/home/w12