From 0df82a3dafd8f891d9d46771636e5e7b6f7edfed Mon Sep 17 00:00:00 2001 From: Srinivas Dasari Date: Thu, 22 Aug 2019 15:10:16 +0530 Subject: [PATCH] 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 --- src/common/qca-vendor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.