staging: wilc1000: removed unused element from wilc_cfg_frame struct
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 18 Jul 2018 22:45:07 +0000 (04:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 07:04:47 +0000 (09:04 +0200)
Cleanup up patch to remove the unused structure elements in
'wilc_cfg_frame' struct.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.h

index dbdebf009024501ad1bdd1d4bd932fbe6dc9d695..f29d1ea73551d41729675de6a9516bb0ff1c6a4d 100644 (file)
@@ -255,9 +255,6 @@ struct wilc_hif_func {
 #define MAX_CFG_FRAME_SIZE     1468
 
 struct wilc_cfg_frame {
-       u8 ether_header[14];
-       u8 ip_header[20];
-       u8 udp_header[8];
        u8 wid_header[8];
        u8 frame[MAX_CFG_FRAME_SIZE];
 };