This patch renames u32Timeout of struct power_mgmt_param to timeout to
avoid CamelCase naming convention.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 struct power_mgmt_param {
        bool enabled;
-       u32 u32Timeout;
+       u32 timeout;
 };
 
 struct set_ip_addr {
        msg.drv = hif_drv;
 
        pstrPowerMgmtParam->enabled = bIsEnabled;
-       pstrPowerMgmtParam->u32Timeout = u32Timeout;
-
+       pstrPowerMgmtParam->timeout = u32Timeout;
 
        s32Error = wilc_mq_send(&gMsgQHostIF, &msg, sizeof(struct host_if_msg));
        if (s32Error)