fw-api: CL 20071754 - update fw common interface files

wlanfw_cmn: fix spelling errors in code comments
Fix spelling errors in code comments within the .h files that define the host/target interface.

Change-Id: I98c7b607238adacf7b8615b60ffb3bcef482815a
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-10-26 12:00:58 -07:00
parent 32170befc6
commit 9af1257ebb
11 changed files with 270 additions and 265 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -62,7 +63,7 @@ enum htt_rx_ind_mpdu_status {
HTT_RX_IND_MPDU_STATUS_ERR_INV_PEER,
HTT_RX_IND_MPDU_STATUS_UNAUTH_PEER, /* only accept EAPOL frames */
HTT_RX_IND_MPDU_STATUS_OUT_OF_SYNC,
HTT_RX_IND_MPDU_STATUS_MGMT_CTRL, /* Non-data in promiscous mode */
HTT_RX_IND_MPDU_STATUS_MGMT_CTRL, /* Non-data in promiscuous mode */
HTT_RX_IND_MPDU_STATUS_TKIP_MIC_ERR,
HTT_RX_IND_MPDU_STATUS_DECRYPT_ERR,
HTT_RX_IND_MPDU_STATUS_MPDU_LENGTH_ERR,