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
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
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
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
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.
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