2008/10/12 Michael Stapelberg <[EMAIL PROTECTED]>:
> Using wireless-testing from 2008-10-09, several kernel warnings about ath5k
> occured. I'm not sure if they are of any help for you, so please tell me if I
> should continue to look for it and post them, or if it's not relevant and
> you'll fix them in any case. See the attached log.txt for the exact errors.
WARNING: at net/mac80211/rx.c:2198 ath5k_tasklet_rx+0x520/0x57f [ath5k]()
[...]
<IRQ> [<ffffffff8024cdc1>] warn_on_slowpath+0x51/0x77
[<ffffffff806798db>] __ieee80211_rx_handle_packet+0x504/0x524
[<ffffffffa0124679>] hci_usb_rx_complete+0x100/0x117 [hci_usb]
[<ffffffff80264270>] getnstimeofday+0x38/0x92
[<ffffffff80261ee5>] ktime_get_ts+0x21/0x4a
[<ffffffffa00eabb9>] ath5k_tasklet_rx+0x520/0x57f [ath5k]
> What's going on when these warnings occur?
This is not a really helpful answer since I didn't look to find the root
cause, but here's how the warning is decoded:
ath5k_tasklet_rx is called to process received packets, then it calls
__ieee80211_rx to deal with it. This in turn tripped the warning in
mac80211/rx.c:
if (!sband ||
status->rate_idx < 0 ||
status->rate_idx >= sband->n_bitrates) {
WARN_ON(1);
return;
}
Possible the rate index table hasn't been setup for the operating band?
--
Bob Copeland %% www.bobcopeland.com
_______________________________________________
ath5k-devel mailing list
[email protected]
https://lists.ath5k.org/mailman/listinfo/ath5k-devel