On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote:

> Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]>

This if for your patches 1-7 and the new descriptor rework. I've
tested this on x86 and big-endian. Big-endian works well except if you
use dhclient you won't get an IP address, please use dhcpcd-bin. I
don't have time to debug dhclient but I'll explain the problem. When
you run dhclient on your wlan%d you will get in your kernel ring
buffer:

ADDRCONF(NETDEV_UP): wlan0: link is not ready

This is printed by net/ipv6/addrconf.c when there's the event is a
NETDEV_CHANGE and dev->qdisc == &noop_qdisc.

Using dhcpcd-bin wlan0, however works well.

Then, we have a problem with ath5k on big endian. Any packet > 1470
bytes will not be passed through the upper layers on the receiving big
endian box with ath5k. These new patches are not the culprit though,
I've tested this before this patch series. We'll have to figure that
out.

So, for patches 1-7 and

[PATCH] ath5k: Remove fill_tx_desc
[PATCH] ath5k: 4word tx descriptor setup doesn't set BUF_LEN

The last one by Ulrich Meis.

Acked-by: Luis R. Rodriguez <[EMAIL PROTECTED]>

  Luis
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to