commit | 8bfc29e8cc0932c677cfa747481e1cd6d4a4cf22 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Fri Feb 15 07:58:15 2019 -0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Feb 18 20:50:22 2019 -0800 |
tree | baf789c66573a7b41bba3e9593c245ea0dd2cf70 | |
parent | e77641ea77aabebbd27b959043445785929c3bd7 [diff] |
qcacld-3.0: Converge on struct dhcp_offload_info_params The driver currently defines two different data structures to hold DHCP Server Offload configuration: - typedef tSirDhcpSrvOffloadInfo - struct dhcp_offload_info_params To align with the converged software architecture as well as the Linux coding style remove the legacy typedef and exclusively use the unified WMI structure. Change-Id: Ia2b537a917bbe9e36ba4bc3b289e8c2e9ec630d6 CRs-Fixed: 2399938