qcacld-3.0: Fix long lines in wlan_hdd_assoc.h
Checkpatch has detected multiple instances of "line over 80 characters" so fix them. Change-Id: If7b0e259a4399cc829fa4d0186c4699ae7980706 CRs-Fixed: 2120617
此提交包含在:
@@ -263,7 +263,8 @@ QDF_STATUS hdd_sme_roam_callback(void *pContext, tCsrRoamInfo *pRoamInfo,
|
|||||||
*
|
*
|
||||||
* Return: 0 on success, error number otherwise
|
* Return: 0 on success, error number otherwise
|
||||||
*/
|
*/
|
||||||
int hdd_set_genie_to_csr(struct hdd_adapter *adapter, eCsrAuthType *RSNAuthType);
|
int hdd_set_genie_to_csr(struct hdd_adapter *adapter,
|
||||||
|
eCsrAuthType *RSNAuthType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hdd_set_csr_auth_type() - set csr auth type
|
* hdd_set_csr_auth_type() - set csr auth type
|
||||||
@@ -272,7 +273,8 @@ int hdd_set_genie_to_csr(struct hdd_adapter *adapter, eCsrAuthType *RSNAuthType)
|
|||||||
*
|
*
|
||||||
* Return: 0 on success, error number otherwise
|
* Return: 0 on success, error number otherwise
|
||||||
*/
|
*/
|
||||||
int hdd_set_csr_auth_type(struct hdd_adapter *adapter, eCsrAuthType RSNAuthType);
|
int hdd_set_csr_auth_type(struct hdd_adapter *adapter,
|
||||||
|
eCsrAuthType RSNAuthType);
|
||||||
|
|
||||||
#ifdef FEATURE_WLAN_TDLS
|
#ifdef FEATURE_WLAN_TDLS
|
||||||
/**
|
/**
|
||||||
@@ -292,7 +294,8 @@ QDF_STATUS hdd_roam_register_tdlssta(struct hdd_adapter *adapter,
|
|||||||
uint8_t ucastSig, uint8_t qos);
|
uint8_t ucastSig, uint8_t qos);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QDF_STATUS hdd_roam_deregister_tdlssta(struct hdd_adapter *adapter, uint8_t staId);
|
QDF_STATUS hdd_roam_deregister_tdlssta(struct hdd_adapter *adapter,
|
||||||
|
uint8_t staId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hdd_perform_roam_set_key_complete() - perform set key complete
|
* hdd_perform_roam_set_key_complete() - perform set key complete
|
||||||
@@ -349,7 +352,6 @@ QDF_STATUS hdd_roam_register_sta(struct hdd_adapter *adapter,
|
|||||||
bool hdd_save_peer(struct hdd_station_ctx *sta_ctx, uint8_t sta_id,
|
bool hdd_save_peer(struct hdd_station_ctx *sta_ctx, uint8_t sta_id,
|
||||||
struct qdf_mac_addr *peer_mac_addr);
|
struct qdf_mac_addr *peer_mac_addr);
|
||||||
void hdd_delete_peer(struct hdd_station_ctx *sta_ctx, uint8_t sta_id);
|
void hdd_delete_peer(struct hdd_station_ctx *sta_ctx, uint8_t sta_id);
|
||||||
int hdd_get_peer_idx(struct hdd_station_ctx *sta_ctx, struct qdf_mac_addr *addr);
|
|
||||||
QDF_STATUS hdd_roam_deregister_sta(struct hdd_adapter *adapter, uint8_t sta_id);
|
QDF_STATUS hdd_roam_deregister_sta(struct hdd_adapter *adapter, uint8_t sta_id);
|
||||||
|
|
||||||
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
|
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
|
||||||
|
@@ -3783,7 +3783,8 @@ QDF_STATUS hdd_roam_register_tdlssta(struct hdd_adapter *adapter,
|
|||||||
*
|
*
|
||||||
* Return: QDF_STATUS enumeration
|
* Return: QDF_STATUS enumeration
|
||||||
*/
|
*/
|
||||||
QDF_STATUS hdd_roam_deregister_tdlssta(struct hdd_adapter *adapter, uint8_t staId)
|
QDF_STATUS hdd_roam_deregister_tdlssta(struct hdd_adapter *adapter,
|
||||||
|
uint8_t staId)
|
||||||
{
|
{
|
||||||
QDF_STATUS qdf_status;
|
QDF_STATUS qdf_status;
|
||||||
qdf_status = cdp_clear_peer(cds_get_context(QDF_MODULE_ID_SOC),
|
qdf_status = cdp_clear_peer(cds_get_context(QDF_MODULE_ID_SOC),
|
||||||
|
新增問題並參考
封鎖使用者