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 <jouni@codeaurora.org>
This commit is contained in:
parent
096456c0c2
commit
9f9c110484
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue