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:

committed by
Madan Koyyalamudi

parent
a9c168a104
commit
92bdb49528
@@ -2143,6 +2143,8 @@ lim_handle_11n_dot11_mode(enum mlme_dot11_mode bss_dot11_mode,
|
||||
break;
|
||||
case MLME_DOT11_MODE_11AC:
|
||||
/* fallthrough */
|
||||
case MLME_DOT11_MODE_11BE:
|
||||
/* fallthrough */
|
||||
case MLME_DOT11_MODE_11AX:
|
||||
if (ie_struct->HTCaps.present) {
|
||||
*intersected_mode = MLME_DOT11_MODE_11N;
|
||||
|
Reference in New Issue
Block a user