From: Min Liu Date: Fri, 5 Jun 2020 03:11:51 +0000 (+0800) Subject: Fix a typo vendor attribute documentation X-Git-Tag: hostap_2_10~1203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53756a64eb6c7aebd72642b54e02575991348e5;p=thirdparty%2Fhostap.git Fix a typo vendor attribute documentation Fix a typo in comment of enum qca_wlan_tspec_ack_policy. Signed-off-by: Min Liu --- 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. */