mac80211: disable ipw2x00 for big endian targets
authorJonas Gorski <jogo@openwrt.org>
Sun, 23 Aug 2015 09:36:03 +0000 (09:36 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 23 Aug 2015 09:36:03 +0000 (09:36 +0000)
The ipw2x00 drivers assume that the system they are running is little
endian, and access everything in native byte order. When run on a big
endian system, everything breaks apart.

Since fixing this is non trivial on a first glance, disable them for
big endian targets.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46708


No differences found