qcacld-3.0: components: tdls: Fix misspellings

Fix misspellings in components/tdls/...

Change-Id: I33aea84441f7eea0fca2d62df21cf8fa1846a18e
CRs-Fixed: 3303633
This commit is contained in:
Jeff Johnson
2022-09-29 14:23:41 -07:00
committed by Madan Koyyalamudi
parent 40bb864498
commit 17fc1e0890
8 changed files with 26 additions and 25 deletions

View File

@@ -20,7 +20,7 @@
/**
* DOC: wlan_tdls_public_structs.h
*
* TDLS public structure definations
* TDLS public structure definitions
*/
#ifndef _WLAN_TDLS_STRUCTS_H_
@@ -260,7 +260,7 @@ enum tdls_command_type {
* @TDLS_EVENT_RX_MGMT: rx discovery response frame
* @TDLS_EVENT_ADD_PEER: add peer or update peer
* @TDLS_EVENT_DEL_PEER: delete peer
* @TDLS_EVENT_DISCOVERY_REQ: dicovery request
* @TDLS_EVENT_DISCOVERY_REQ: discovery request
* @TDLS_EVENT_TEARDOWN_REQ: teardown request
* @TDLS_EVENT_SETUP_REQ: setup request
* @TDLS_EVENT_TEARDOWN_LINKS_DONE: teardown completion event
@@ -991,7 +991,7 @@ struct tdls_peer_update_state {
* struct tdls_channel_switch_params - channel switch parameter structure
* @vdev_id: vdev ID
* @peer_mac_addr: Peer mac address
* @tdls_off_ch_bw_offset: Target off-channel bandwitdh offset
* @tdls_off_ch_bw_offset: Target off-channel bandwidth offset
* @tdls_off_ch: Target Off Channel
* @oper_class: Operating class for target channel
* @is_responder: Responder or initiator
@@ -1063,7 +1063,7 @@ struct tdls_event_notify {
* @peer_mac: peer's mac address
* @frame_type: Type of TDLS mgmt frame to be sent
* @dialog: dialog token used in the frame.
* @status_code: status to be incuded in the frame
* @status_code: status to be included in the frame
* @responder: Tdls request type
* @peer_capability: peer cpabilities
* @len: length of additional Ies
@@ -1317,7 +1317,7 @@ struct tdls_del_sta_rsp {
* @session_id: session id
* @req_type: type of action frame
* @dialog: dialog token used in the frame.
* @status_code: status to be incuded in the frame.
* @status_code: status to be included in the frame.
* @responder: tdls request type
* @peer_capability: peer capability information
* @bssid: bssid

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -59,7 +60,7 @@ QDF_STATUS tgt_tdls_set_offchan_mode(struct wlan_objmgr_psoc *psoc,
/**
* tgt_tdls_send_mgmt_rsp() - process tdls mgmt response
* @pmsg: sheduler msg
* @pmsg: scheduler msg
*
* Return: QDF_STATUS
*/
@@ -67,7 +68,7 @@ QDF_STATUS tgt_tdls_send_mgmt_rsp(struct scheduler_msg *pmsg);
/**
* tgt_tdls_send_mgmt_tx_completion() -process tx completion message
* @pmsg: sheduler msg
* @pmsg: scheduler msg
*
* Return: QDF_STATUS
*/
@@ -75,7 +76,7 @@ QDF_STATUS tgt_tdls_send_mgmt_tx_completion(struct scheduler_msg *pmsg);
/**
* tgt_tdls_del_peer_rsp() - handle TDLS del peer response
* @pmsg: sheduler msg
* @pmsg: scheduler msg
*
* Return: QDF_STATUS
*/
@@ -83,7 +84,7 @@ QDF_STATUS tgt_tdls_del_peer_rsp(struct scheduler_msg *pmsg);
/**
* tgt_tdls_add_peer_rsp() - handle TDLS add peer response
* @pmsg: sheduler msg
* @pmsg: scheduler msg
*
* Return: QDF_STATUS
*/

View File

@@ -172,7 +172,7 @@ return false;
QDF_STATUS ucfg_tdls_psoc_enable(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_tdls_psoc_disable() - TDLS moudle disable API
* ucfg_tdls_psoc_disable() - TDLS module disable API
* @psoc: psoc object
*
* Return: QDF_STATUS