1. 08 10月, 2009 16 次提交
  2. 23 9月, 2009 2 次提交
  3. 09 9月, 2009 4 次提交
  4. 03 9月, 2009 1 次提交
  5. 02 9月, 2009 1 次提交
  6. 29 8月, 2009 5 次提交
  7. 20 8月, 2009 5 次提交
  8. 14 8月, 2009 4 次提交
  9. 05 8月, 2009 2 次提交
    • L
      ath9k: cancel xmit poll work at stop() callback · e48e3a2f
      Luis R. Rodriguez 提交于
      We forgot to cancel this work at the stop() callback.
      
      ------------[ cut here ]------------
      WARNING: at net/mac80211/util.c:511 ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]()
      Hardware name: 6460DWU
      queueing ieee80211 work while going to suspend
      Modules linked in: <-- snip -->
      Pid: 5124, comm: phy0 Tainted: G        W  2.6.31-rc3-wl #4
      Call Trace:
       [<ffffffffa03adcda>] ? ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]
       [<ffffffff810552b8>] warn_slowpath_common+0x78/0xd0
       [<ffffffff81055394>] warn_slowpath_fmt+0x64/0x70
       [<ffffffff814ed2c9>] ? thread_return+0x3e/0x635
       [<ffffffffa03adcda>] ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]
       [<ffffffffa0297690>] ath_tx_complete_poll_work+0xc0/0x100 [ath9k]
       [<ffffffffa02975d0>] ? ath_tx_complete_poll_work+0x0/0x100 [ath9k]
       [<ffffffff81069b68>] worker_thread+0x178/0x260
       [<ffffffff8106ecc0>] ? autoremove_wake_function+0x0/0x40
       [<ffffffff810699f0>] ? worker_thread+0x0/0x260
       [<ffffffff8106e89e>] kthread+0x9e/0xb0
       [<ffffffff8101302a>] child_rip+0xa/0x20
       [<ffffffff8106e800>] ? kthread+0x0/0xb0
       [<ffffffff81013020>] ? child_rip+0x0/0x20
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e48e3a2f
    • L
      ath9k: remove dangling error check on keycache reset on hw init · 2f69ffac
      Luis R. Rodriguez 提交于
      The keycache reset will not fail as right above we ensure
      to set the sc->keymax to be <= ah->caps.keycache_size. Just remove
      this dangling check.
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2f69ffac