]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a couple of typos in vendor attribute comments
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Fri, 27 Jun 2025 07:48:07 +0000 (10:48 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 27 Jun 2025 07:48:07 +0000 (10:48 +0300)
Fixes: 428528f3a04c ("Add QCA vendor subcommand/event and attributes for telemetry statistics")
Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/common/qca-vendor.h

index 89e26b0dbc9eb9a15b222e2c8daae7d62c0360e5..4693e03286e5c5c43c9b6f4df926eca4b611fc9c 100644 (file)
@@ -19748,7 +19748,7 @@ enum qca_wlan_vendor_attr_p2p_set_noa {
  * enum qca_wlan_vendor_wlan_telemetry_feat_type.
  *
  * @QCA_WLAN_VENDOR_ATTR_WLAN_TELEMETRY_STA_MAC: 6 byte MAC address attribute of
- * a atation which is required when the statistics are being requested for a
+ * a station which is required when the statistics are being requested for a
  * specific station. This can be either an MLD MAC address or a link MAC
  * address. In case the MLD MAC address and the link MAC address are same,
  * an additional attribute @QCA_WLAN_VENDOR_ATTR_WLAN_TELEMETRY_LINK_ID to
@@ -19898,7 +19898,7 @@ enum qca_wlan_vendor_attr_wlan_telemetry_rx_stats_types {
  * representing the number of MPDU frames that are not completed due to a
  * FIFO overflow.
  *
- * @ QCA_WLAN_VENDOR_ATTR_TELEMETRY_RXDMA_ERR_MPDU_LENGTH: u32 attribute
+ * @QCA_WLAN_VENDOR_ATTR_TELEMETRY_RXDMA_ERR_MPDU_LENGTH: u32 attribute
  * representing the number of MPDU frames that are not complete due to receiving
  * an incomplete MPDU from the PHY.
  *