From: Ajay Singh Date: Wed, 18 Jul 2018 22:45:07 +0000 (+0530) Subject: staging: wilc1000: removed unused element from wilc_cfg_frame struct X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cf15e3dc8fbec6d91a77ed858a538ba924c819de;p=openwrt%2Fstaging%2Fblogic.git staging: wilc1000: removed unused element from wilc_cfg_frame struct Cleanup up patch to remove the unused structure elements in 'wilc_cfg_frame' struct. Signed-off-by: Ajay Singh Reviewed-by: Claudiu Beznea Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h index dbdebf009024..f29d1ea73551 100644 --- a/drivers/staging/wilc1000/wilc_wlan.h +++ b/drivers/staging/wilc1000/wilc_wlan.h @@ -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]; };