qcacmn: Fix typo "coexistance"

Replace typo "coexistance" with correct spelling "coexistence".

Change-Id: I067eef3367e16c7e29e535ef7ccf4a5311173deb
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 16:02:25 -07:00
committed by nshrivas
parent d277f28dde
commit ba9272370e
2 changed files with 3 additions and 3 deletions

View File

@@ -1120,9 +1120,9 @@ enum _ol_ath_param_t {
/* firmware should intimate us about ps state change for node */
OL_ATH_PARAM_PS_STATE_CHANGE = 200,
OL_ATH_PARAM_MCAST_BCAST_ECHO,
/* OBSS RSSI threshold for 20/40 coexistance */
/* OBSS RSSI threshold for 20/40 coexistence */
OL_ATH_PARAM_OBSS_RSSI_THRESHOLD,
/* Link/node RX RSSI threshold for 20/40 coexistance */
/* Link/node RX RSSI threshold for 20/40 coexistence */
OL_ATH_PARAM_OBSS_RX_RSSI_THRESHOLD,
#if ATH_CHANNEL_BLOCKING
OL_ATH_PARAM_ACS_BLOCK_MODE = 205,