Browse Source

qcacld-3.0: Fix misspelling of 'Suported'

Fix misspelling 'Suported' => 'Supported'.

Change-Id: I13a56ebd9cab0d79973996e746b923f525dc2594
CRs-Fixed: 2241937
Jeff Johnson 7 years ago
parent
commit
06aebd7e54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/inc/sir_mac_prot_def.h

+ 1 - 1
core/mac/inc/sir_mac_prot_def.h

@@ -684,7 +684,7 @@ typedef enum eSirMacStatusCodes {
 	/* element is unacceptable */
 	eSIR_MAC_SPRTD_CHANNELS_BAD_STATUS = 24,        /* Association request rejected because the information in the Supported Channels */
 	/* element is unacceptable */
-	eSIR_MAC_SHORT_SLOT_NOT_SUPORTED_STATUS = 25,   /* Association denied due to requesting station not supporting the Short Slot Time */
+	eSIR_MAC_SHORT_SLOT_NOT_SUPPORTED_STATUS = 25,   /* Association denied due to requesting station not supporting the Short Slot Time */
 	/* option */
 	eSIR_MAC_DSSS_OFDM_NOT_SUPPORTED_STATUS = 26,   /* Association denied due to requesting station not supporting the DSSS-OFDM option */
 	/* reserved                                     27-29 */