Commit 4a930962 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman

staging: wilc1000: rename strEditStaParam

This patch renames strEditStaParam to edit_sta_info to avoid CamelCase
naming convention.
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 889c25be
......@@ -394,7 +394,7 @@ union message_body {
struct beacon_attr beacon_info;
struct add_sta_param add_sta_info;
struct del_sta del_sta_info;
struct add_sta_param strEditStaParam;
struct add_sta_param edit_sta_info;
struct timer_cb strTimerCb;
struct power_mgmt_param strPowerMgmtparam;
struct sta_inactive_t strHostIfStaInactiveT;
......@@ -4150,7 +4150,7 @@ static int hostIFthread(void *pvArg)
break;
case HOST_IF_MSG_EDIT_STATION:
Handle_EditStation(msg.drvHandler, &msg.body.strEditStaParam);
Handle_EditStation(msg.drvHandler, &msg.body.edit_sta_info);
break;
case HOST_IF_MSG_GET_INACTIVETIME:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment