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
Cette révision appartient à :
Jeff Johnson
2017-11-07 15:15:55 -08:00
révisé par snandini
Parent 60cbd2db9c
révision df66e3f0a6
3 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@@ -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);

Voir le fichier

@@ -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;

Voir le fichier

@@ -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)
{
}