Browse Source

qcacld-3.0: Fix typo "mangement"

Replace typo "mangement" with the correct spelling "management".

Change-Id: Ie9c993096ec9bc774a59caee0f3730b7be2b1372
CRs-Fixed: 2238297
Jeff Johnson 7 years ago
parent
commit
9020f0c390

+ 1 - 1
core/hdd/inc/wlan_hdd_wowl.h

@@ -80,7 +80,7 @@
  * MP filtering (when enabled) is performed ALWAYS on both unicast and
  * broadcast data frames.
  *
- * Mangement frames are not subjected to WoWL filtering and are
+ * Management frames are not subjected to WoWL filtering and are
  * discarded when WoWL is enabled.
  *
  * Whenever a patern match succeeds, RX path is restored and packets

+ 1 - 1
core/mac/src/pe/lim/lim_process_action_frame.c

@@ -606,7 +606,7 @@ static void __lim_process_gid_management_action_frame(tpAniSirGlobal mac_ctx,
 		return;
 	}
 
-	/* Unpack Gid Mangement Action frame */
+	/* Unpack Gid Management Action frame */
 	status = dot11f_unpack_vht_gid_management_action_frame(mac_ctx,
 			body_ptr, frame_len, gid_mgmt_frame, false);
 	if (DOT11F_FAILED(status)) {

+ 2 - 2
core/sme/src/csr/csr_util.c

@@ -5006,7 +5006,7 @@ static bool csr_validate_open_none(tSirBssDescription *bss_desc,
  * @auth_type:         Authentication type
  * @mc_enc_type:       Multicast encryption type
  * @mfp_enabled:       Management frame protection feature
- * @mfp_required:      Mangement frame protection mandatory
+ * @mfp_required:      Management frame protection mandatory
  * @mfp_capable:       Device capable of MFP
  * @ies_ptr:           Pointer to the IE fields
  * @neg_auth_type:     Negotiated Auth type with the AP
@@ -5102,7 +5102,7 @@ static bool csr_validate_any_default(tHalHandle hal, tCsrAuthList *auth_type,
  * @uc_enc_type:       Unicast Encryption type
  * @mc_enc_type:       Multicast encryption type
  * @mfp_enabled:       Management frame protection feature
- * @mfp_required:      Mangement frame protection mandatory
+ * @mfp_required:      Management frame protection mandatory
  * @mfp_capable:       Device capable of MFP
  * @bss_desc:          BSS Descriptor
  * @ies_ptr:           Pointer to the IE fields