]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Change QCA vendor configure attribution name of peer MAC address
authorWill Huang <quic_wilhuang@quicinc.com>
Mon, 28 Aug 2023 02:15:56 +0000 (07:45 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 31 Aug 2023 09:01:45 +0000 (12:01 +0300)
Rename the attribute QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC
to a generic name QCA_WLAN_VENDOR_ATTR_CONFIG_PEER_MAC, so other
configuration commands can reuse it. And make backward compatibility of
QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC, define it as same
value of QCA_WLAN_VENDOR_ATTR_CONFIG_PEER_MAC (35).

Signed-off-by: Will Huang <quic_wilhuang@quicinc.com>
src/common/qca-vendor.h

index 34aa41ce745501006faa38383fd11e0ede7d070e..77581e7458669b03a83cfb95f4c88fc448c8490c 100644 (file)
@@ -2585,7 +2585,10 @@ enum qca_wlan_vendor_attr_config {
        /* 32-bit unsigned value to set reorder timeout for AC_BK */
        QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BACKGROUND = 34,
        /* 6-byte MAC address to point out the specific peer */
-       QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC = 35,
+       QCA_WLAN_VENDOR_ATTR_CONFIG_PEER_MAC = 35,
+       /* Backward compatibility with the original name */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC =
+       QCA_WLAN_VENDOR_ATTR_CONFIG_PEER_MAC,
        /* 32-bit unsigned value to set window size for specific peer */
        QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_WINLIMIT = 36,
        /* 8-bit unsigned value to set the beacon miss threshold in 2.4 GHz */