]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix QCA vendor attribute documentation
authornakul kachhwaha <nkachhwa@qti.qualcomm.com>
Tue, 6 May 2025 05:20:48 +0000 (10:50 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 5 Jun 2025 10:08:40 +0000 (13:08 +0300)
Fix the list of valid values for the attribute
QCA_WLAN_VENDOR_ATTR_TWT_NUDGE_NEXT_TWT_SIZE in the comment section.
This was not supposed to be a bitmap, but a consecutive sequence of
integers. The previously defined value has not been used.

Signed-off-by: nakul kachhwaha <nkachhwa@qti.qualcomm.com>
src/common/qca-vendor.h

index 4a38dc3bac75df24fe87420521e824d3ebe8c106..b80ded208c9db915378e4c88242d4a3250756e85 100644 (file)
@@ -11640,7 +11640,7 @@ enum qca_wlan_vendor_attr_twt_resume {
  * @QCA_WLAN_VENDOR_ATTR_TWT_NUDGE_NEXT_TWT_SIZE: Required (u32)
  * This attribute represents the next TWT subfield size.
  * Value 0 represents 0 bits, 1 represents 32 bits, 2 for 48 bits,
- * and 4 for 64 bits.
+ * and 3 for 64 bits.
  *
  * @QCA_WLAN_VENDOR_ATTR_TWT_NUDGE_MAC_ADDR: 6-byte MAC address
  * Represents the MAC address of the peer to which TWT Suspend and Resume is