From e53756a64eb6c7aebd72642b54e02575991348e5 Mon Sep 17 00:00:00 2001 From: Min Liu Date: Fri, 5 Jun 2020 11:11:51 +0800 Subject: [PATCH] Fix a typo vendor attribute documentation Fix a typo in comment of enum qca_wlan_tspec_ack_policy. Signed-off-by: Min Liu --- 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 bf29f12ba..84268d98b 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -9029,7 +9029,7 @@ enum qca_wlan_tspec_direction { /** * enum qca_wlan_tspec_ack_policy - MAC acknowledgement policy in TSPEC - * As what is defined in IEEE Std 802.11-201, Table 9-141. + * As what is defined in IEEE Std 802.11-2016, Table 9-141. * * Values for %QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_ACK_POLICY. */