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:

committed by
Madan Koyyalamudi

부모
eef81a01e7
커밋
a3a4e31cc8
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user