From: Srinivas Dasari Date: Thu, 22 Aug 2019 09:40:16 +0000 (+0530) Subject: Correct the type/usage of QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST X-Git-Tag: hostap_2_10~2385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0df82a3dafd8f891d9d46771636e5e7b6f7edfed;p=thirdparty%2Fhostap.git Correct the type/usage of QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST Update the documentation of QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST to make it a nested attribute to carry frequencies of type u32. This is to be in sync with the nl80211 attribute NL80211_ATTR_SCAN_FREQUENCIES. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 075288cdd..0022a8c85 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -3589,7 +3589,7 @@ enum qca_scan_freq_list_type { /** * enum qca_vendor_attr_scan_freq_list_scheme: Frequency list scheme * - * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: An array of unsigned 32-bit values. + * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: Nested attribute of u32 values * List of frequencies in MHz to be considered for a roam scan. * * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE: Unsigned 32-bit value.