1. 20 1月, 2011 1 次提交
  2. 23 12月, 2010 1 次提交
    • R
      ath9k: Fix warnings on card removal · d584747b
      Rajkumar Manoharan 提交于
      The recently added warning message on power change failure
      is not needed on device removal.
      
      ath: Failed to wakeup in 500us
      ------------[ cut here ]------------
      WARNING: at drivers/net/wireless/ath/ath9k/hw.c:1618
      ath9k_hw_setpower+0x61f/0x630 [ath9k_hw]()
      Hardware name: 64756D6
      Pid: 540, comm: kworker/u:3 Not tainted 2.6.37-rc6-wl #37
      Call Trace:
       [<ffffffff810501aa>] warn_slowpath_common+0x7a/0xb0
       [<ffffffffa056e280>] ? ath9k_iowrite32+0x0/0x90 [ath9k]
       [<ffffffff810501f5>] warn_slowpath_null+0x15/0x20
       [<ffffffffa05226ef>] ath9k_hw_setpower+0x61f/0x630 [ath9k_hw]
       [<ffffffffa05700e5>] ath9k_ps_wakeup+0x85/0xd0 [ath9k]
       [<ffffffffa0570685>] ath9k_configure_filter+0x25/0x80 [ath9k]
       [<ffffffffa04dde43>] ieee80211_configure_filter+0x133/0x190 [mac80211]
       [<ffffffffa04ee502>] ieee80211_do_stop+0x132/0x540 [mac80211]
       [<ffffffff813466ff>] ? _raw_spin_unlock_bh+0x1f/0x30
       [<ffffffff812b6923>] ? dev_deactivate+0x1c3/0x1e0
       [<ffffffffa04ee925>] ieee80211_stop+0x15/0x20 [mac80211]
       [<ffffffff8129d1b6>] __dev_close+0x56/0x90
      Signed-off-by: NRajkumar Manoharan <rmanoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d584747b
  3. 08 12月, 2010 6 次提交
  4. 03 12月, 2010 1 次提交
  5. 01 12月, 2010 1 次提交
  6. 23 11月, 2010 1 次提交
  7. 16 11月, 2010 2 次提交
  8. 10 11月, 2010 1 次提交
  9. 09 11月, 2010 1 次提交
  10. 28 10月, 2010 4 次提交
  11. 16 10月, 2010 2 次提交
  12. 14 10月, 2010 1 次提交
  13. 28 9月, 2010 3 次提交
  14. 17 9月, 2010 5 次提交
  15. 15 9月, 2010 1 次提交
  16. 08 9月, 2010 1 次提交
  17. 01 9月, 2010 1 次提交
  18. 05 8月, 2010 1 次提交
    • J
      ath9k: fix erased ieee80211_rx_status.mactime · c8f3b721
      Jan Friedrich 提交于
      ath9k_rx_skb_preprocess nulls rxs and the mactime is never set again -
      mactime is always 0. This causes problems in IBSS mode.
      
      ieee80211_rx_bss_info uses mactime to decide if an IBSS merge is needed.
      Without this patch the merge is triggered by each beacon received.
      
      This can be recognized by the "beacon TSF higher than local TSF - IBSS
      merge with BSSID" log message accompanying each beacon.
      
      This problem was not completely fixed in commit
      a6d2055b and is not a stable kernel fix.
      It is solely intended for wireless-testing.
      Signed-off-by: NJan Friedrich <jft@dev2day.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c8f3b721
  19. 27 7月, 2010 1 次提交
  20. 15 6月, 2010 3 次提交
  21. 05 6月, 2010 1 次提交
  22. 03 6月, 2010 1 次提交