qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_nan_datapath.c
Fix kernel checkpatch warnings in wlan_hdd_nan_datapath.c. Change-Id: Iec8437dd8b5685a6889280f1f9858221e31a8fe8 CRs-Fixed: 2024274
This commit is contained in:

committed by
snandini

parent
0ecf8c85ad
commit
15664e4e9a
@@ -1019,7 +1019,6 @@ static void hdd_ndp_iface_delete_rsp_handler(hdd_adapter_t *adapter,
|
|||||||
WLAN_CONTROL_PATH);
|
WLAN_CONTROL_PATH);
|
||||||
|
|
||||||
complete(&adapter->disconnect_comp_var);
|
complete(&adapter->disconnect_comp_var);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -2121,9 +2120,9 @@ int hdd_init_nan_data_mode(struct hdd_adapter_s *adapter)
|
|||||||
(int)WMI_PDEV_PARAM_BURST_ENABLE,
|
(int)WMI_PDEV_PARAM_BURST_ENABLE,
|
||||||
(int)hdd_ctx->config->enableSifsBurst,
|
(int)hdd_ctx->config->enableSifsBurst,
|
||||||
PDEV_CMD);
|
PDEV_CMD);
|
||||||
if (0 != ret_val) {
|
if (0 != ret_val)
|
||||||
hdd_err("WMI_PDEV_PARAM_BURST_ENABLE set failed %d", ret_val);
|
hdd_err("WMI_PDEV_PARAM_BURST_ENABLE set failed %d", ret_val);
|
||||||
}
|
|
||||||
|
|
||||||
update_ndi_state(adapter, NAN_DATA_NDI_CREATING_STATE);
|
update_ndi_state(adapter, NAN_DATA_NDI_CREATING_STATE);
|
||||||
return ret_val;
|
return ret_val;
|
||||||
|
Reference in New Issue
Block a user