linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Lots of trans->state != IWL_TRANS_FW_ALIVE warnings
@ 2012-10-15 14:47 Stanislaw Gruszka
  2012-10-15 14:56 ` Grumbach, Emmanuel
  2012-10-15 15:14 ` Grumbach, Emmanuel
  0 siblings, 2 replies; 8+ messages in thread
From: Stanislaw Gruszka @ 2012-10-15 14:47 UTC (permalink / raw)
  To: Johannes Berg, Emmanuel Grumbach; +Cc: linux-wireless, Intel Linux Wireless

On Fedora (3.5 and 3.6 kernels) we are currently overwhelmed by
tons of iwlwifi warnings at iwlagn_mac_flush() and iwl_dvm_send_cmd()
reports.

iwlagn_mac_flush warning is triggered at:

static inline int iwl_trans_wait_tx_queue_empty(struct iwl_trans *trans)
{
        WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE,
                  "%s bad state = %d", __func__, trans->state);

        return trans->ops->wait_tx_queue_empty(trans);
}

We have 2 instances of this issue:

- started at ieee80211_scan()
https://bugzilla.redhat.com/show_bug.cgi?id=866013
- started at ieee80211_sta_monitor_work()
https://bugzilla.redhat.com/show_bug.cgi?id=861753

iwl_dvm_send_cmd is triggered at:

static inline int iwl_trans_send_cmd(struct iwl_trans *trans,
                                struct iwl_host_cmd *cmd)
{
        WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE,
                  "%s bad state = %d", __func__, trans->state);

        return trans->ops->send_cmd(trans, cmd);
}

And have 3 instances:

- started at ieee80211_set_disassoc()
https://bugzilla.redhat.com/show_bug.cgi?id=861599
- started at ieee80211_restart_work()
https://bugzilla.redhat.com/show_bug.cgi?id=865072
- started at ieee80211_auth()
https://bugzilla.redhat.com/show_bug.cgi?id=866015

Can those be fixed in some reasonable time ?

I'm not sure if they are related with some user visible problem like
disconnects.

I'll probably revert f0d120af8f55649571c681f49c920b0822050fa5
on Fedora, just to stop getting those warnings ...

Stanislaw


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-17  7:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 14:47 Lots of trans->state != IWL_TRANS_FW_ALIVE warnings Stanislaw Gruszka
2012-10-15 14:56 ` Grumbach, Emmanuel
2012-10-15 15:14 ` Grumbach, Emmanuel
2012-10-15 15:23   ` Stanislaw Gruszka
2012-10-15 15:37     ` Stanislaw Gruszka
2012-10-15 18:53       ` Grumbach, Emmanuel
2012-10-17  6:58         ` Stanislaw Gruszka
2012-10-17  7:48           ` Grumbach, Emmanuel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).