Sfoglia il codice sorgente

Merge "qcacmn: Check first unused bit for multi client feature support"

Linux Build Service Account 3 anni fa
parent
commit
cbef75eeb0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_psoc_obj.h

+ 2 - 2
umac/cmn_services/obj_mgr/inc/wlan_objmgr_psoc_obj.h

@@ -239,11 +239,11 @@
 #define WLAN_RTT_11AZ_MAC_SEC_SUPPORT    0x00000002
 /* 11AZ Secure ranging PHY Security support */
 #define WLAN_RTT_11AZ_MAC_PHY_SEC_SUPPORT 0x00000004
-/* multi client feature flags support */
-#define WLAN_SOC_WLM_MULTI_CLIENT_LL_SUPPORT      0x00000008
 
 /* Roam Frame info stats - per candidate frames support */
 #define WLAN_ROAM_STATS_FRAME_INFO_PER_CANDIDATE  0x00000008
+/* multi client feature flags support */
+#define WLAN_SOC_WLM_MULTI_CLIENT_LL_SUPPORT      0x00000010
 
 /* PSOC op flags */