Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[pandora-kernel.git] / drivers / staging / rt2860 / common / action.h
index ce3877d..cfc2a5f 100644 (file)
 
 typedef struct PACKED __HT_INFO_OCTET
 {
-#ifdef RT_BIG_ENDIAN
-       UCHAR   Reserved:5;
-       UCHAR   STA_Channel_Width:1;
-       UCHAR   Forty_MHz_Intolerant:1;
-       UCHAR   Request:1;
-#else
        UCHAR   Request:1;
        UCHAR   Forty_MHz_Intolerant:1;
        UCHAR   STA_Channel_Width:1;
        UCHAR   Reserved:5;
-#endif
 } HT_INFORMATION_OCTET;