qcacmn: Fix camelCase issues with DHCP Offload

Both the unified DHCP offload struct dhcp_offload_info_params and all
of the function prototypes use "camelCase" which is frowned upon by
the Linux Coding Style. Replace the camelCase.

Change-Id: I3f2ce74bc150668b96b1946ef7b2d556c23dad94
CRs-Fixed: 2121485
This commit is contained in:
Jeff Johnson
2017-10-04 19:19:20 -07:00
committed by snandini
parent 90cd774a32
commit 645f7a174c
3 changed files with 8 additions and 8 deletions

View File

@@ -801,7 +801,7 @@ QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
struct nan_req_params *nan_req);
QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
struct dhcp_offload_info_params *pDhcpSrvOffloadInfo);
struct dhcp_offload_info_params *params);
QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);