summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kehn <rdkehn@yahoo.com>2011-01-26 14:27:44 -0800
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2011-01-28 12:42:48 -0800
commitdc866f55d03daf36dc018418dee2f99cc330a284 (patch)
treebc7d150ca40b68fd16cfd46245d980c2bdcb7df0
parentc300707009417e45ab50bafc74cd4b9488e9f365 (diff)
Wrappers: wmx_SystemStateUpdate alignment
Commented out dummyCompilerHappy[3] from wmx_SystemStateUpdate. This change resolved alignment problems on ARM XSCALE (big-endian) processor. Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
-rw-r--r--InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_1.h b/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_1.h
index 7fb5817..e7bd050 100644
--- a/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_1.h
+++ b/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_1.h
@@ -248,7 +248,7 @@ typedef struct _wmx_SystemStateUpdate
wmx_LinkStatus_t linkStatus;
wmx_MediaStatus_t MediaStatus;
wmx_ChannedInfo_t channelInfo;
- UINT8 dummyCompilerHappy[3];
+// UINT8 dummyCompilerHappy[3];
wmx_RfSwitchesStatus_t rfSwitchesStatus;
} wmx_SystemStateUpdate, *wmx_pSystemStateUpdate;