From: Vamsi Krishna Date: Fri, 7 Aug 2020 07:39:39 +0000 (+0530) Subject: Fix QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO interface documentation X-Git-Tag: hostap_2_10~1015 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9c110484fed16b0f6bdbcec3a6a6c37149b896;p=thirdparty%2Fhostap.git Fix QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO interface documentation All QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_* attributes are also nested within QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO, not only QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO* attributes in the current implementation. Fix QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO documentation accordingly. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 2637abc6e..f45fdfde5 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -3467,7 +3467,7 @@ enum qca_wlan_vendor_attr_ll_stats_results { QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS = 66, /* Signifies the nested list of channel attributes - * QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_* + * QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_* */ QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO = 67,