[BORA00013021] misc: Fix NIC_CSUM_OFFLOAD_T alignment

[Description]
Fix NIC_CSUM_OFFLOAD_T alignment because all Capability v2 structures
should be 4-byte-aligned.

Change-Id: I629a751e7260481db8cde5f21bd8e13a2863e979
Feature: misc
Signed-off-by: Desmond Lin <desmond.lin@mediatek.com>
CR-Id: BORA00013021
Reviewed-on: http://gerrit.mediatek.inc:8080/1256631
CheckPatch: Check Patch <srv_checkpatch@mediatek.com>
Tested-by: Chiahsuan Chuang <chiahsuan.chuang@mediatek.com>
Reviewed-by: Wayne Guo <wayne.guo@mediatek.com>
Build: srv_neptune_adm <srv_neptune_adm@mediatek.com>
diff --git a/include/nic_cmd_event.h b/include/nic_cmd_event.h
index 7b408ce..356b68b 100644
--- a/include/nic_cmd_event.h
+++ b/include/nic_cmd_event.h
@@ -1210,6 +1210,7 @@
 #if CFG_TCP_IP_CHKSUM_OFFLOAD
 typedef struct _NIC_CSUM_OFFLOAD_T {
 	UINT_8 ucIsSupportCsumOffload;  /* 1: Support, 0: Not Support */
+	UINT_8 acReseved[3];
 } NIC_CSUM_OFFLOAD_T, *P_NIC_CSUM_OFFLOAD_T;
 #endif