]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: rename strEditStaParam
authorTony Cho <tony.cho@atmel.com>
Wed, 30 Sep 2015 09:44:34 +0000 (18:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 09:55:59 +0000 (11:55 +0200)
This patch renames strEditStaParam to edit_sta_info to avoid CamelCase
naming convention.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 94559bd6258d3d10335ba5dd63d7ff3ea061be9f..da8e589d2b19d22073f037ad71cf1e7cc1071aa9 100644 (file)
@@ -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: