From: Baruch Siach Date: Wed, 5 Sep 2012 16:01:11 +0000 (+0300) Subject: atheros: Fix RSN capabilities debug print X-Git-Tag: hostap_2_0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac947e2a8354c0e968c2219887a82e33400957c0;p=thirdparty%2Fhostap.git atheros: Fix RSN capabilities debug print Signed-hostap: Baruch Siach --- diff --git a/src/drivers/driver_atheros.c b/src/drivers/driver_atheros.c index fefae8c37..5f2e675b7 100644 --- a/src/drivers/driver_atheros.c +++ b/src/drivers/driver_atheros.c @@ -324,8 +324,7 @@ atheros_configure_wpa(struct atheros_driver_data *drv, } #endif /* CONFIG_IEEE80211W */ - wpa_printf(MSG_DEBUG, "%s: rsn capabilities=0x%x", - __func__, params->rsn_preauth); + wpa_printf(MSG_DEBUG, "%s: rsn capabilities=0x%x", __func__, v); if (set80211param(drv, IEEE80211_PARAM_RSNCAPS, v)) { printf("Unable to set RSN capabilities to 0x%x\n", v); return -1;