I am trying to run WiLink8 driver on a big endian processor and I have replaced __BYTE_ORDER_LITTLE_ENDIAN #define with __BYTE_ORDER_BIG_ENDIAN but it turns out that we still need to make many changes in the source code like swapping the endianness of firmware binary, ini file and Mail Box commands etc for proper working of the wifi chip which is a very complicated task. Can you please confirm if WiLink8 driver is compatible with Big Endian machines.