Ver Fonte

qcacmn: Add macro to check the phymode is EHT

Add macro to check the phymode is EHT when
WLAN_FEATURE_11BE not defined

Change-Id: If6ae8829c21d7cbed1740aa2f637f4b90dea1a3d
CRs-Fixed: 3546219
Prasanna JS há 2 anos atrás
pai
commit
0d36189af1
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      umac/cmn_services/inc/wlan_cmn.h

+ 2 - 0
umac/cmn_services/inc/wlan_cmn.h

@@ -549,6 +549,8 @@ enum wlan_phymode {
 	((mode) == WLAN_PHYMODE_11AXG_HE40)  || \
 	((mode) == WLAN_PHYMODE_11AXG_HE40PLUS)  || \
 	((mode) == WLAN_PHYMODE_11AXG_HE40MINUS); })
+
+#define IS_WLAN_PHYMODE_EHT(_mode) 0
 #endif
 
 #define IS_WLAN_PHYMODE_HT(_mode) ({typeof(_mode) mode = (_mode); \