From: Jonas Gorski Date: Sun, 23 Aug 2015 09:36:03 +0000 (+0000) Subject: mac80211: disable ipw2x00 for big endian targets X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ecfd245133e9b5bf4c9f0bd827ba20125ab693a2;hp=ecfd245133e9b5bf4c9f0bd827ba20125ab693a2;p=librecmc%2Flibrecmc.git mac80211: disable ipw2x00 for big endian targets 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 SVN-Revision: 46708 ---