On 10/27/07, Nick Kossifidis <mick@xxxxxxxxxxx> wrote: > Signed-Off-by: Nick Kossifidis <mickflemm@xxxxxxxxx> 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 <mcgrof@xxxxxxxxx> Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html