Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d44517fd authored by Ajit Khaparde's avatar Ajit Khaparde Committed by David S. Miller
Browse files

be2net: Fix the size of be_nic_res_desc structure



Size of be_nic_res_desc structure is incorrect. Fix it.

Signed-off-by: default avatarAjit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b54881f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1791,7 +1791,7 @@ struct be_nic_res_desc {
	u8 acpi_params;
	u8 wol_param;
	u16 rsvd7;
	u32 rsvd8[3];
	u32 rsvd8[7];
} __packed;

struct be_cmd_req_get_func_config {