qcacld-3.0: Fix 11be support compilation issue

Remove CFG80211_11BE_BASIC from modules that don't have
access to this macro.

Change-Id: Ib17dd50ae984e88af7b3a282b079265195247502
CRs-fixed: 3073652
This commit is contained in:
Sandeep Puligilla
2021-11-04 16:52:06 -07:00
committed by Madan Koyyalamudi
부모 eef81a01e7
커밋 a3a4e31cc8
16개의 변경된 파일28개의 추가작업 그리고 18개의 파일을 삭제

파일 보기

@@ -433,7 +433,7 @@ static const uint8_t *cm_diag_get_akm_str(enum mgmt_auth_type auth_type,
return "NONE";
}
#if defined(WLAN_FEATURE_11BE) && defined(CFG80211_11BE_BASIC)
#if defined(WLAN_FEATURE_11BE)
static enum mgmt_dot11_mode
cm_diag_eht_dot11_mode_from_phy_mode(enum wlan_phymode phymode)
{