On Tue, Dec 05, 2006 at 02:40:52PM +0800, Zhu Yi wrote: > > [ Resubmit, if you still don't like it, I'll drop. ] > > ipw2100 driver doesn't support big endian by now. > > Signed-off-by: Karol Lewandowski <[EMAIL PROTECTED]> > Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> > > --- > > drivers/net/wireless/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > d664c6332284edba4278a1f3b18b453ef4d39faf > diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig > index aefa4cb..c2495c5 100644 > --- a/drivers/net/wireless/Kconfig > +++ b/drivers/net/wireless/Kconfig > @@ -146,7 +146,7 @@ comment "Wireless 802.11b ISA/PCI cards > > config IPW2100 > tristate "Intel PRO/Wireless 2100 Network Connection" > - depends on NET_RADIO && PCI > + depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BROKEN)
Once again, there's a lot more little endian than just you employers hardware. And once again the right thing for a maintained driver is to fix the endianess bugs. We should probably just mark it broken for every platform given that intel doesn't care (And neither cares about offers to fix endianess bugs if they send hardware..) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html