Browse Source

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
sandhu 2 years ago
parent
commit
92bdb49528
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/mac/src/pe/lim/lim_process_sme_req_messages.c

+ 2 - 0
core/mac/src/pe/lim/lim_process_sme_req_messages.c

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