I need to get this Netgear A6210 wireless adapter to work for my new home setup. Problem is I’m running into a problem compiling the driver from here: https://github.com/jurobystricky/Netgear-a6210. I have the latest headers installed but I keep getting this error
/home/redacted/netgear-a6210-driver-dkms/include/cfg80211.h:38:49: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function);
did you mean ‘IEEE80211_NUM_TIDS’?
struct ieee80211_supported_band Cfg80211_bands[IEEE80211_NUM_BANDS]; <~~~~~~~~~~~~~~~~~~ IEEE80211_NUM_TIDS
Now I dove into the file and tried to specify a band in the enum but it still won’t compile. I’ve looked around for this error and it just says to update the linux headers, but I just installed the latest via yaourt. Any help?