]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove duplicate definition of Reconfiguration Multi-Link STA control fields
authorPooventhiran G <quic_pooventh@quicinc.com>
Wed, 9 Apr 2025 18:43:13 +0000 (00:13 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 11 Apr 2025 08:48:38 +0000 (11:48 +0300)
Definitions for STA Control field contained in the Reconfiguration
Multi-Link element are defined twice. So, remove the duplicate
definitions.

Fixes: d95838b7932b ("AP: Add support for testing ML link removal")
Reviewed-by: Rohan Dutta <quic_drohan@quicinc.com>
Signed-off-by: Pooventhiran G <quic_pooventh@quicinc.com>
src/common/ieee802_11_defs.h

index d59bcbc9a8ddb65ee58adb2d3097519c0fcdcf7c..c5341d3b0450dfa91ac1629d7720987d8ff815e0 100644 (file)
@@ -2856,17 +2856,6 @@ struct eht_ml_basic_common_info {
 #define EHT_PER_STA_CTRL_NSTR_BM_SIZE_MSK             0x0400
 #define EHT_PER_STA_CTRL_BSS_PARAM_CNT_PRESENT_MSK    0x0800
 
-/* IEEE P802.11be/D4.1, Figure 9-1001x - STA Control field format for the
- * Reconfiguration Multi-Link element */
-#define EHT_PER_STA_RECONF_CTRL_LINK_ID_MSK        0x000f
-#define EHT_PER_STA_RECONF_CTRL_COMPLETE_PROFILE   0x0010
-#define EHT_PER_STA_RECONF_CTRL_MAC_ADDR           0x0020
-#define EHT_PER_STA_RECONF_CTRL_AP_REMOVAL_TIMER   0x0040
-#define EHT_PER_STA_RECONF_CTRL_OP_UPDATE_TYPE_MSK 0x0780
-#define EHT_PER_STA_RECONF_CTRL_OP_PARAMS          0x0800
-#define EHT_PER_STA_RECONF_CTRL_NSTR_BITMAP_SIZE   0x1000
-#define EHT_PER_STA_RECONF_CTRL_NSTR_INDIC_BITMAP  0x2000
-
 /* IEEE P802.11be/D2.0, 9.4.2.312.2.4 - Per-STA Profile subelement format */
 struct ieee80211_eht_per_sta_profile {
        le16 sta_control;