qcacld-3.0: Add lim handle dot11n mode add 11BE support

Add lim handle dot11n mode add 11BE support.

Change-Id: Id82bcb27670b44220ac9380a1af782e5ecf44468
CRs-Fixed: 3216748
This commit is contained in:
sandhu
2022-06-15 11:39:02 -07:00
committed by Madan Koyyalamudi
parent a9c168a104
commit 92bdb49528

View File

@@ -2143,6 +2143,8 @@ lim_handle_11n_dot11_mode(enum mlme_dot11_mode bss_dot11_mode,
break; break;
case MLME_DOT11_MODE_11AC: case MLME_DOT11_MODE_11AC:
/* fallthrough */ /* fallthrough */
case MLME_DOT11_MODE_11BE:
/* fallthrough */
case MLME_DOT11_MODE_11AX: case MLME_DOT11_MODE_11AX:
if (ie_struct->HTCaps.present) { if (ie_struct->HTCaps.present) {
*intersected_mode = MLME_DOT11_MODE_11N; *intersected_mode = MLME_DOT11_MODE_11N;