From: Jouni Malinen Date: Tue, 25 May 2010 06:57:22 +0000 (+0300) Subject: Fix a typo in unused attribute name X-Git-Tag: hostap-1-bp~1297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0ef181996828403febae7acdd818c023204eff;p=thirdparty%2Fhostap.git Fix a typo in unused attribute name --- diff --git a/src/wps/wps_defs.h b/src/wps/wps_defs.h index ae8eb8ac3..750ca413e 100644 --- a/src/wps/wps_defs.h +++ b/src/wps/wps_defs.h @@ -115,7 +115,7 @@ enum wps_attribute { ATTR_PERMITTED_CFG_METHODS = 0x1052, ATTR_SELECTED_REGISTRAR_CONFIG_METHODS = 0x1053, ATTR_PRIMARY_DEV_TYPE = 0x1054, - ATTR_SECONDARY_DEV_TYP_ELIST = 0x1055, + ATTR_SECONDARY_DEV_TYPE_LIST = 0x1055, ATTR_PORTABLE_DEV = 0x1056, ATTR_AP_SETUP_LOCKED = 0x1057, ATTR_APPLICATION_EXT = 0x1058,