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
This commit is contained in:
@@ -342,7 +342,7 @@ QDF_STATUS hdd_update_dp_vdev_flags(void *cbk_data,
|
|||||||
bool is_link_up);
|
bool is_link_up);
|
||||||
|
|
||||||
QDF_STATUS hdd_roam_register_sta(struct hdd_adapter *adapter,
|
QDF_STATUS hdd_roam_register_sta(struct hdd_adapter *adapter,
|
||||||
struct tagCsrRoamInfo *roam_info,
|
struct csr_roam_info *roam_info,
|
||||||
uint8_t sta_id,
|
uint8_t sta_id,
|
||||||
struct qdf_mac_addr *peer_mac_addr,
|
struct qdf_mac_addr *peer_mac_addr,
|
||||||
struct bss_description *bss_desc);
|
struct bss_description *bss_desc);
|
||||||
|
@@ -1374,7 +1374,7 @@ typedef struct tagCsrUpdateConfigParam {
|
|||||||
#define CSR_ROAM_AUTH_STATUS_AUTHENTICATED 0x2
|
#define CSR_ROAM_AUTH_STATUS_AUTHENTICATED 0x2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct tagCsrRoamInfo {
|
typedef struct csr_roam_info {
|
||||||
tCsrRoamProfile *pProfile;
|
tCsrRoamProfile *pProfile;
|
||||||
tSirBssDescription *pBssDesc;
|
tSirBssDescription *pBssDesc;
|
||||||
uint32_t nBeaconLength;
|
uint32_t nBeaconLength;
|
||||||
|
@@ -166,7 +166,7 @@ void csr_roam_update_ndp_return_params(tpAniSirGlobal mac_ctx,
|
|||||||
uint32_t result,
|
uint32_t result,
|
||||||
uint32_t *roam_status,
|
uint32_t *roam_status,
|
||||||
uint32_t *roam_result,
|
uint32_t *roam_result,
|
||||||
struct tagCsrRoamInfo *roam_info);
|
struct csr_roam_info *roam_info);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/* Start NDI BSS */
|
/* Start NDI BSS */
|
||||||
@@ -188,7 +188,7 @@ static inline void csr_roam_update_ndp_return_params(tpAniSirGlobal mac_ctx,
|
|||||||
uint32_t result,
|
uint32_t result,
|
||||||
uint32_t *roam_status,
|
uint32_t *roam_status,
|
||||||
uint32_t *roam_result,
|
uint32_t *roam_result,
|
||||||
struct tagCsrRoamInfo *roam_info)
|
struct csr_roam_info *roam_info)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user