On Tue, Aug 22, 2006 at 12:50:30PM +0800, Zhu Yi wrote:
> I'm not saying I'm not going to support it in the future. But currently
> ipw2100 doesn't support big endian machines is the truth. One reason is
> because I don't have such a box with an ipw2100 card. If you or someone
> has such a platform
On Mon, 2006-08-21 at 10:52 +0100, Christoph Hellwig wrote:
> There's a lot more little endian platforms than just the intel ones,
> aswell.
>
> It seems you're totally unsuitable as a driver or subsystem maintainer
> if you favour you own employer so much.
I'm not saying I'm not going to support
On Mon, Aug 21, 2006 at 11:37:49AM +0800, Zhu Yi wrote:
> ipw2100 driver doesn't support big endian by now.
NACK. Fix it instead.
> tristate "Intel PRO/Wireless 2100 Network Connection"
> - depends on NET_RADIO && PCI
> + depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BRO
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(-)
97b35942893f7999dadcd18d8801ac460f65ce67
diff --git a/dr