staging: wilc1000: remove unused struct set_mac_addr
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 12 Jun 2016 23:28:13 +0000 (08:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (14:38 -0700)
struct set_mac_addr is not used anymore, so just remove it.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h

index ea5cb2d..96821f6 100644 (file)
@@ -181,7 +181,6 @@ union message_body {
        struct drv_handler drv;
        struct set_multicast multicast_info;
        struct op_mode mode;
-       struct set_mac_addr set_mac_info;
        struct get_mac_addr get_mac_info;
        struct ba_session_info session_info;
        struct remain_ch remain_on_ch;
index 8d2dd0d..ddfea29 100644 (file)
@@ -224,10 +224,6 @@ struct op_mode {
        u32 mode;
 };
 
-struct set_mac_addr {
-       u8 mac_addr[ETH_ALEN];
-};
-
 struct get_mac_addr {
        u8 *mac_addr;
 };