From 9f9c110484fed16b0f6bdbcec3a6a6c37149b896 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Fri, 7 Aug 2020 13:09:39 +0530 Subject: [PATCH] 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 --- 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 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,