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
This commit is contained in:
Prasanna JS
2023-06-27 04:38:47 -07:00
committato da Rahul Choudhary
parent 252faaf14e
commit 0d36189af1

Vedi File

@@ -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); \