Loading drivers/net/wan/sbni.h +9 −3 Original line number Diff line number Diff line Loading @@ -44,9 +44,15 @@ enum { #define PR_RES 0x80 struct sbni_csr1 { unsigned rxl : 5; unsigned rate : 2; unsigned : 1; #ifdef __LITTLE_ENDIAN_BITFIELD u8 rxl : 5; u8 rate : 2; u8 : 1; #else u8 : 1; u8 rate : 2; u8 rxl : 5; #endif }; /* fields in frame header */ Loading Loading
drivers/net/wan/sbni.h +9 −3 Original line number Diff line number Diff line Loading @@ -44,9 +44,15 @@ enum { #define PR_RES 0x80 struct sbni_csr1 { unsigned rxl : 5; unsigned rate : 2; unsigned : 1; #ifdef __LITTLE_ENDIAN_BITFIELD u8 rxl : 5; u8 rate : 2; u8 : 1; #else u8 : 1; u8 rate : 2; u8 rxl : 5; #endif }; /* fields in frame header */ Loading