/sys/class/net//wireless directory

2005-12-25 Thread Ismail Donmez
Hi all, /sys/class/net//wireless directory seems to be gone in 2.6.15-rcX kernels. I wonder where to find the information contained there ( beacon, level, link etc information for the wireless device ) ? Regards, ismail - To unsubscribe from this list: send the line "unsubscribe netdev" in the

Re: [PATCH] forcedeth: TSO fix for large buffers

2005-12-25 Thread David S. Miller
From: Manfred Spraul <[EMAIL PROTECTED]> Date: Sun, 25 Dec 2005 15:51:42 +0100 > This patch contains a bug fix for large buffers. Originally, if a tx > buffer to be sent was larger then the maximum size of the tx descriptor, > > it would overwrite other control bits. In this patch, the buffer is

Re: [PATCH 2.6.15-rc 1/1] sundance: Really read addr 0

2005-12-25 Thread Jeff Garzik
Arnaldo Carvalho de Melo wrote: Hi Jeff, Please apply: Make phy 0 actually be read, as it is not being right now as we have: int mii_status = mdio_read(dev, phy, MII_BMSR); int phyx = phy & 0x1f; When we should have instead: int phyx = p

[PATCH 2.6.15-rc 1/1] sundance: Really read addr 0

2005-12-25 Thread Arnaldo Carvalho de Melo
Hi Jeff, Please apply: Make phy 0 actually be read, as it is not being right now as we have: int mii_status = mdio_read(dev, phy, MII_BMSR); int phyx = phy & 0x1f; When we should have instead: int phyx = phy & 0x1f; int mii_s

[PATCH] forcedeth: TSO fix for large buffers

2005-12-25 Thread Manfred Spraul
This patch contains a bug fix for large buffers. Originally, if a tx buffer to be sent was larger then the maximum size of the tx descriptor, it would overwrite other control bits. In this patch, the buffer is split over multiple descriptors. Also, the fragments are now setup in forward order.

Re: [PATCH] Fix SLAB_DEBUG failures with forcedeth

2005-12-25 Thread Anders Peter Fugmann
Andi Kleen wrote: I would recommend to merge this patch ASAP if possible still into 2.6.15. Please also consider the forcedeth TSO fix for large buffers posted by Ayaz Aabdulla the 2005-12-10 for inclusion in 2.5.15. Thanks, -Andi Regards Anders Fugmann - To unsubscribe from this list: se