mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 20:53:54 +08:00
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 <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
37d1a6dbb4
commit
cf15e3dc8f
@ -255,9 +255,6 @@ struct wilc_hif_func {
|
|||||||
#define MAX_CFG_FRAME_SIZE 1468
|
#define MAX_CFG_FRAME_SIZE 1468
|
||||||
|
|
||||||
struct wilc_cfg_frame {
|
struct wilc_cfg_frame {
|
||||||
u8 ether_header[14];
|
|
||||||
u8 ip_header[20];
|
|
||||||
u8 udp_header[8];
|
|
||||||
u8 wid_header[8];
|
u8 wid_header[8];
|
||||||
u8 frame[MAX_CFG_FRAME_SIZE];
|
u8 frame[MAX_CFG_FRAME_SIZE];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user