Firmware panic, 'Unable to remove station entry...'
Oleksij Rempel
linux at rempel-privat.de
Thu Apr 24 13:16:39 PDT 2014
Am 24.04.2014 21:46, schrieb Jason Conti:
> On Thu, Apr 24, 2014 at 3:16 PM, Oleksij Rempel <linux at rempel-privat.de> wrote:
>>> [ 3501.052975] usb 1-2: ath: firmware panic! exccause: 0x0000000d; pc:
>>> 0x0090a641; badvaddr: 0x12345678.
>>
>> It looks like usb related bug which i fixed in never version. Try to
>> update it.
>> https://github.com/olerem/ath9k-htc-firmware-blob
>
> Thanks, this is definitely progress. I still get the panic, but now
> the network restarts after a moment.
>
> [ 310.077579] usb 1-2: ath: firmware panic! exccause: 0x0000000d; pc:
> 0x0090dd9e; badvaddr: 0x12345678.
Looks like ot filed to allocate tx buffer:
static struct ath_tx_buf* ath_tx_buf_alloc(struct ath_softc_tgt *sc)
{
struct ath_tx_buf *bf = NULL;
bf = asf_tailq_first(&sc->sc_txbuf);
if (bf != NULL) {
adf_os_mem_set(&bf->bf_state, 0, sizeof(struct
ath_buf_state));
asf_tailq_remove(&sc->sc_txbuf, bf, bf_list);
} else {
adf_os_assert(0);
^^^^^^^^^^^^^^
}
return bf;
}
What is your reproduction case? WHat is your AP, wireless mode G/N? How
stable is the connection? Stable transfer rate? How about host usb
controller?
I will need more data to track it down...
> [ 310.199914] usb 1-2: USB disconnect, device number 2
> [ 310.204414] wlan0: deauthenticating from f4:ec:38:ec:42:02 by local
> choice (Reason: 3=DEAUTH_LEAVING)
> [ 310.204548] wlan0: moving STA f4:ec:38:ec:42:02 to state 3
> [ 310.204551] wlan0: moving STA f4:ec:38:ec:42:02 to state 2
> [ 310.204556] wlan0: moving STA f4:ec:38:ec:42:02 to state 1
> [ 310.204559] wlan0: Removed STA f4:ec:38:ec:42:02
> [ 310.204632] wlan0: Destroyed STA f4:ec:38:ec:42:02
>
> Jason Conti
>
--
Regards,
Oleksij
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 278 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/ath9k_htc_fw/attachments/20140424/ec53b67d/attachment.sig>
More information about the ath9k_htc_fw
mailing list