From: Vivek Natarajan Date: Mon, 2 Mar 2015 04:59:07 +0000 (+0530) Subject: atheros: Add a new flag for OSEN support X-Git-Tag: hostap_2_4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a05d98bf9e07f3cdda3ca2af664045f458efe35;p=thirdparty%2Fhostap.git atheros: Add a new flag for OSEN support Signed-off-by: Vivek Natarajan --- diff --git a/src/drivers/driver_atheros.c b/src/drivers/driver_atheros.c index 350d5059c..f46442163 100644 --- a/src/drivers/driver_atheros.c +++ b/src/drivers/driver_atheros.c @@ -1810,7 +1810,7 @@ static int atheros_set_ap(void *priv, struct wpa_driver_ap_params *params) wpa_hexdump_buf(MSG_DEBUG, "atheros: assocresp_ies", params->assocresp_ies); -#if defined(CONFIG_HS20) && defined(IEEE80211_PARAM_OSEN) +#if defined(CONFIG_HS20) && (defined(IEEE80211_PARAM_OSEN) || defined(CONFIG_ATHEROS_OSEN)) if (params->osen) { struct wpa_bss_params bss_params;