qcacld-3.0: Replace typedef bss_description
Host driver code has several instances of struct bss_description that is type defined to tSirBssDescription, *tpSirBssDescription This goes against the linux coding style. This change replaces tpSirBssDescription with struct bss_description *. Also Linux Coding Style doesn't welcome mixed-case names. So cleanup some mixed-case variable names as well. This change should be followed by changes to replace typedef tSirBssDescription also ultimately. Change-Id: Ic6fa2d5c7db0d0c1fe4be1096d416295dcb83779 CRs-Fixed: 2409129
This commit is contained in:

committed by
nshrivas

orang tua
2de111a81c
melakukan
1d8e2ab528
@@ -1199,11 +1199,11 @@ typedef struct {
|
||||
|
||||
QDF_STATUS (*csr_roam_synch_cb)(struct mac_context *mac,
|
||||
struct roam_offload_synch_ind *roam_synch_data,
|
||||
tpSirBssDescription bss_desc_ptr,
|
||||
struct bss_description *bss_desc_ptr,
|
||||
enum sir_roam_op_code reason);
|
||||
QDF_STATUS (*pe_roam_synch_cb)(struct mac_context *mac,
|
||||
struct roam_offload_synch_ind *roam_synch_data,
|
||||
tpSirBssDescription bss_desc_ptr,
|
||||
struct bss_description *bss_desc_ptr,
|
||||
enum sir_roam_op_code reason);
|
||||
qdf_wake_lock_t wmi_cmd_rsp_wake_lock;
|
||||
qdf_runtime_lock_t wmi_cmd_rsp_runtime_lock;
|
||||
|
Reference in New Issue
Block a user