Parcourir la source

qcacld-3.0: Rename struct tagCsrRoamInfo

Per the Linux coding style "mixed-case names are frowned upon" so
rename struct tagCsrRoamInfo.

Change-Id: I21e6c423408f74603e9b469cace00884274d2b61
CRs-Fixed: 2140345
Jeff Johnson il y a 7 ans
Parent
commit
df66e3f0a6
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      core/hdd/inc/wlan_hdd_assoc.h
  2. 1 1
      core/sme/inc/csr_api.h
  3. 2 2
      core/sme/inc/sme_nan_datapath.h

+ 1 - 1
core/hdd/inc/wlan_hdd_assoc.h

@@ -342,7 +342,7 @@ QDF_STATUS hdd_update_dp_vdev_flags(void *cbk_data,
 				    bool is_link_up);
 
 QDF_STATUS hdd_roam_register_sta(struct hdd_adapter *adapter,
-				 struct tagCsrRoamInfo *roam_info,
+				 struct csr_roam_info *roam_info,
 				 uint8_t sta_id,
 				 struct qdf_mac_addr *peer_mac_addr,
 				 struct bss_description *bss_desc);

+ 1 - 1
core/sme/inc/csr_api.h

@@ -1374,7 +1374,7 @@ typedef struct tagCsrUpdateConfigParam {
 #define CSR_ROAM_AUTH_STATUS_AUTHENTICATED  0x2
 #endif
 
-typedef struct tagCsrRoamInfo {
+typedef struct csr_roam_info {
 	tCsrRoamProfile *pProfile;
 	tSirBssDescription *pBssDesc;
 	uint32_t nBeaconLength;

+ 2 - 2
core/sme/inc/sme_nan_datapath.h

@@ -166,7 +166,7 @@ void csr_roam_update_ndp_return_params(tpAniSirGlobal mac_ctx,
 					uint32_t result,
 					uint32_t *roam_status,
 					uint32_t *roam_result,
-					struct tagCsrRoamInfo *roam_info);
+					struct csr_roam_info *roam_info);
 
 #else
 /* Start NDI BSS */
@@ -188,7 +188,7 @@ static inline void csr_roam_update_ndp_return_params(tpAniSirGlobal mac_ctx,
 					uint32_t result,
 					uint32_t *roam_status,
 					uint32_t *roam_result,
-					struct tagCsrRoamInfo *roam_info)
+					struct csr_roam_info *roam_info)
 {
 }