From: Jouni Malinen Date: Sat, 17 Apr 2010 18:47:13 +0000 (+0300) Subject: atheros: Restore ATH_WPS_IE definition and comment X-Git-Tag: hostap_0_7_2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f412b927fa3a2fecf24e2212278f502e643223;p=thirdparty%2Fhostap.git atheros: Restore ATH_WPS_IE definition and comment --- diff --git a/src/drivers/driver_atheros.c b/src/drivers/driver_atheros.c index 149805f51..ad78c2a9f 100644 --- a/src/drivers/driver_atheros.c +++ b/src/drivers/driver_atheros.c @@ -28,6 +28,12 @@ #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"