atheros: Restore ATH_WPS_IE definition and comment
authorJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 18:47:13 +0000 (21:47 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 18:47:13 +0000 (21:47 +0300)
src/drivers/driver_atheros.c

index 149805f..ad78c2a 100644 (file)
 #endif
 #endif /* _BYTE_ORDER */
 
+/*
+ * Note, the ATH_WPS_IE setting must match with the driver build.. If the
+ * driver does not include this, the IEEE80211_IOCTL_GETWPAIE ioctl will fail.
+ */
+#define ATH_WPS_IE
+
 #include "os/linux/include/ieee80211_external.h"