rtl8188eu: Remove CONFIG_LITTLE_ENDIAN

Replace with kernel-devined __LITTLE_ENDIAN. This also applies
to CONFIG_BIG_ENDIAN.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-01-26 16:45:43 -06:00
parent a8e1fbf1f9
commit b2de21036e
9 changed files with 20 additions and 21 deletions

View file

@ -62,7 +62,7 @@ struct rsn_ie_hdr {
}__attribute__ ((packed));
struct wme_ac_parameter {
#if defined(CONFIG_LITTLE_ENDIAN)
#if defined(__LITTLE_ENDIAN)
/* byte 1 */
u8 aifsn:4,
acm:1,
@ -72,7 +72,7 @@ struct wme_ac_parameter {
/* byte 2 */
u8 eCWmin:4,
eCWmax:4;
#elif defined(CONFIG_BIG_ENDIAN)
#elif defined(__BIG_ENDIAN)
/* byte 1 */
u8 reserved:1,
aci:2,