Forráskód Böngészése

qcacld-3.0: Remove "same as" comments from TDLS public structs

As part of the original TDLS componentization legacy typedefs were
replicated to create the TDLS public structs. Due to the way in which
these data structures were initially used there was an implicit
requirement that their memory layout be exactly identical, and some of
the public structs had comments of the form "same as <foo>" to show
this relationship. Over time the use of the legacy typedefs has been
phased out in favor of the public structs, but some of the public
structs still have "same as" comments which reference legacy typedefs
which no longer exist. To avoid confusion remove those comments.

Change-Id: I46b498155907eea3ddf3f2a00f8138a1aac95b72
CRs-Fixed: 2404154
Jeff Johnson 6 éve
szülő
commit
cdd14b6563

+ 0 - 3
components/tdls/dispatcher/inc/wlan_tdls_public_structs.h

@@ -1164,7 +1164,6 @@ struct tdls_send_mgmt_rsp {
 
 /**
  * struct tdls_mgmt_tx_completion_ind - TDLS TX completion PE --> TDLS module
- *                           same as struct sSirMgmtTxCompletionInd
  * @session_id: session id
  * @tx_complete_status: tx complete status
  * @psoc: soc object
@@ -1177,7 +1176,6 @@ struct tdls_mgmt_tx_completion_ind {
 
 /**
  * struct tdls_add_sta_rsp - TDLS Response struct PE --> TDLS module
- *                           same as struct sSirTdlsAddStaRsp
  * @status_code: status code as tSirResultCodes
  * @peermac: MAC address of the TDLS peer
  * @session_id: session id
@@ -1198,7 +1196,6 @@ struct tdls_add_sta_rsp {
 
 /**
  * struct tdls_del_sta_rsp - TDLS Response struct PE --> TDLS module
- *                           same as sSirTdlsDelStaRsp
  * @session_id: session id
  * @status_code: status code as tSirResultCodes
  * @peermac: MAC address of the TDLS peer