]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in QCA vendor attribute documentation
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Tue, 23 Sep 2025 16:01:59 +0000 (19:01 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Sep 2025 16:01:59 +0000 (19:01 +0300)
The enum name was spelled incorrectly.

Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/common/qca-vendor.h

index e24df0f759211ec93283e5642446da9b65a94e3f..97e50e2ff6ebf975b64522dd3099cfb19f15006b 100644 (file)
@@ -21348,7 +21348,7 @@ enum qca_wlan_vendor_attr_telemetry_tqm_rel_reason_types {
 };
 
 /**
- * enum qca_wlan_vendor_link_state_change_Reason - Defines the different types
+ * enum qca_wlan_vendor_link_state_change_reason - Defines the different types
  * of reasons for the link state change. Will be used with
  * QCA_WLAN_VENDOR_ATTR_LINK_STATE_CHANGE_REASON attribute.
  *