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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user