1. 03 6月, 2010 1 次提交
    • L
      ath9k: enable the baseband watchdog events for AR9003 · 08578b8f
      Luis R. Rodriguez 提交于
      This enables the baseband watchdog events for the AR9003
      family on ath9k. Upon an a baseband watchdog interrupt we reset
      the hardware, this should address corner case conditions where
      normal operation can stall. Enable ATH_DBG_RESET to be able
      to review details of the bb watchdog interrupt once it happens.
      If you're curious how often this happens just grep the debugfs
      interrupt file.
      
      Cc: Sam Ng <sam.ng@atheros.com>
      Cc: Paul Shaw <paul.shaw@atheros.com>
      Cc: Don Breslin <don.breslin@atheros.com>
      Cc: Cliff Holden <cliff.holden@atheros.com
      Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      08578b8f
  2. 25 5月, 2010 1 次提交
  3. 29 4月, 2010 1 次提交
  4. 20 4月, 2010 2 次提交
    • F
    • D
      ath9k: Group Key fix for VAPs · 03ceedea
      Daniel Yingqiang Ma 提交于
      When I set up multiple VAPs with ath9k, I encountered an issue that
      the traffic may be lost after a while.
      
      The detailed phenomenon is
      1. After a while the clients connected to one of these VAPs will get
      into a state that no broadcast/multicast packets can be transfered
      successfully while the unicast packets can be transfered normally.
      2. Minutes latter the unitcast packets transfer will fail as well,
      because the ARP entry is expired and it can't be freshed due to the
      broadcast trouble.
      
      It's caused by the group key overwritten and someone discussed this
      issue in ath9k-devel maillist before, but haven't work out a fix yet.
      
      I referred the method in madwifi, and made a patch for ath9k.
      The method is to set the high bit of the sender(AP)'s address, and
      associated that mac and the group key. It requires the hardware
      supports multicast frame key search. It seems true for AR9160.
      
      Not sure whether it's the correct way to fix this issue. But it seems
      to work in my test. The patch is attached, feel free to revise it.
      Signed-off-by: NDaniel Yingqiang ma <yma.cool@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      03ceedea
  5. 17 4月, 2010 3 次提交
  6. 07 4月, 2010 2 次提交
  7. 20 2月, 2010 1 次提交
  8. 09 2月, 2010 2 次提交
  9. 02 2月, 2010 1 次提交
  10. 29 1月, 2010 1 次提交
  11. 20 1月, 2010 2 次提交
  12. 16 1月, 2010 2 次提交
  13. 13 1月, 2010 6 次提交
  14. 29 12月, 2009 4 次提交
  15. 23 12月, 2009 2 次提交
  16. 22 12月, 2009 1 次提交
  17. 05 12月, 2009 1 次提交
  18. 29 11月, 2009 4 次提交
  19. 24 11月, 2009 2 次提交
  20. 19 11月, 2009 1 次提交