From ba9272370e9d01216e3785b2d9c61b4ed8660d32 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 May 2018 16:02:25 -0700 Subject: [PATCH] qcacmn: Fix typo "coexistance" Replace typo "coexistance" with correct spelling "coexistence". Change-Id: I067eef3367e16c7e29e535ef7ccf4a5311173deb CRs-Fixed: 2238309 --- dp/inc/cdp_txrx_stats_struct.h | 4 ++-- umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 16fc9f76e7..7ddf11b370 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -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, diff --git a/umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h b/umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h index 4616a6368b..1dbfb01beb 100644 --- a/umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h +++ b/umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h @@ -43,7 +43,7 @@ #define WLAN_PDEV_F_USEPROT 0x00000040 /* STATUS: use barker preamble*/ #define WLAN_PDEV_F_USEBARKER 0x00000080 - /* CONF: DISABLE 2040 coexistance */ + /* CONF: DISABLE 2040 coexistence */ #define WLAN_PDEV_F_COEXT_DISABLE 0x00000100 /* STATE: scan pending */ #define WLAN_PDEV_F_SCAN_PENDING 0x00000200