]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO interface documentation
authorVamsi Krishna <vamsin@codeaurora.org>
Fri, 7 Aug 2020 07:39:39 +0000 (13:09 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2020 14:28:00 +0000 (17:28 +0300)
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 <jouni@codeaurora.org>
src/common/qca-vendor.h

index 2637abc6e55fea1954552521b382303c90140a03..f45fdfde5e874eb50c43efdec4457b65abe0734f 100644 (file)
@@ -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,