From: Sam L. <sa...@er...> - 2003-07-02 20:52:49
|
> Maybe I had a similar situation where if_ath.c:ath_tx_timeout() was > regularly called by a netdevice transmit timeout and dumped its registers. > It turned out that the Atheros card (WAG511) didn't join my 802.11b access > point, because the AP had WEP enabled, while the card had not. > The dump went away when I switched WEP on for the card, but the connection > failed for other reasons, I had no time to look into yet. Unlikely that you and he had the same problem. But what you describe is one of the (many) reasons why the code will change. Like I said, it was debugging info for me. Sam |