Sfoglia il codice sorgente

qcacmn: Fix typo "capabilites"

Replace typo "capabilites" with correct spelling "capabilities"

Change-Id: I8efa1d974ecabb1466bdf27ec305fd9960da0616
CRs-Fixed: 2238309
Jeff Johnson 7 anni fa
parent
commit
3a1832e598

+ 1 - 1
os_if/linux/qca_vendor.h

@@ -1036,7 +1036,7 @@ enum qca_wlan_vendor_attr_tdls_state {
 		QCA_WLAN_VENDOR_ATTR_TDLS_STATE_AFTER_LAST - 1,
 };
 
-/* enum's to provide TDLS capabilites */
+/* enum's to provide TDLS capabilities */
 enum qca_wlan_vendor_attr_get_tdls_capabilities {
 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_INVALID = 0,
 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX_CONC_SESSIONS = 1,

+ 1 - 1
umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h

@@ -348,7 +348,7 @@ enum element_ie {
 
 /**
  * enum extn_element_ie :- extended management information element
- * @WLAN_EXTN_ELEMID_HECAP: HE capabilites IE
+ * @WLAN_EXTN_ELEMID_HECAP: HE capabilities IE
  * @WLAN_EXTN_ELEMID_HEOP:  HE Operation IE
  * @WLAN_EXTN_ELEMID_SRP:   spatial reuse parameter IE
  */

+ 1 - 1
umac/cmn_services/policy_mgr/src/wlan_policy_mgr_get_set_utils.c

@@ -375,7 +375,7 @@ void policy_mgr_init_dbs_config(struct wlan_objmgr_psoc *psoc,
 	if (DISABLE_DBS_CXN_AND_SCAN ==
 			wlan_objmgr_psoc_get_dual_mac_disable(psoc)) {
 		policy_mgr_err("Disabling dual mac capabilities");
-		/* All capabilites are initialized to 0. We can return */
+		/* All capabilities are initialized to 0. We can return */
 		goto done;
 	}
 

+ 3 - 3
umac/wifi_pos/src/wifi_pos_utils_i.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -181,7 +181,7 @@ struct wifi_pos_user_defined_caps {
 };
 
 /**
- * struct wifi_pos_oem_get_cap_rsp - capabilites set by userspace and target.
+ * struct wifi_pos_oem_get_cap_rsp - capabilities set by userspace and target.
  * @driver_cap: target capabilities
  * @user_defined_cap: capabilities set by userspace via set request
  */
@@ -348,7 +348,7 @@ void wifi_pos_clear_psoc(void);
 /**
  * wifi_pos_populate_caps: API to get OEM caps
  * @psoc: psoc object
- * @caps: capabilites buffer to populate
+ * @caps: capabilities buffer to populate
  *
  * Return: status of operation.
  */