1. 12 4月, 2012 1 次提交
    • Z
      ath9k: add DFS pattern detector · 6ee159e2
      Zefir Kurtisi 提交于
      This adds a DFS pattern detector to ath9k. It is fed with pulse events
      by the radar pulse detector and reports in place whether a pattern
      was detected. On detection, the result is reported as radar event to
      the DFS management component in the upper layer.
      
      Currently the ETSI DFS domain is supported with detector lines for
      the patterns defined by EN-301-893 v1.5.1. Support for FCC and JP
      will be added gradually.
      
      To include the pattern detector, ath9k must be built with support
      for DFS certified config flag set (CONFIG_ATH9K_DFS_CERTIFIED).
      Signed-off-by: NZefir Kurtisi <zefir.kurtisi@neratec.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6ee159e2
  2. 28 2月, 2012 2 次提交
  3. 16 12月, 2011 1 次提交
  4. 01 12月, 2011 1 次提交
  5. 09 11月, 2011 1 次提交
  6. 15 10月, 2011 1 次提交
  7. 14 4月, 2011 2 次提交
  8. 29 1月, 2011 1 次提交
  9. 21 9月, 2010 1 次提交
  10. 25 8月, 2010 1 次提交
  11. 15 6月, 2010 1 次提交
  12. 17 4月, 2010 7 次提交
  13. 24 3月, 2010 1 次提交
  14. 13 1月, 2010 2 次提交
  15. 29 11月, 2009 1 次提交
  16. 12 11月, 2009 1 次提交
    • L
      ath9k_common: add new module to share 802.11n driver helpers · db86f07e
      Luis R. Rodriguez 提交于
      ath9k and ath9k_htc share a lot of common hardware characteristics.
      They only differ in that ath9k_htc works with a target CPU and ath9k
      works directly with the hardware. ath9k_htc will do *some* things in
      the firmware, but a lot of others on the host.
      
      The common 802.11n hardware code is already shared through the ath9k_hw
      module. Common helpers amongst all Atheros drivers can use the ath module,
      this includes ath5k and ar9170 as users. But there is some common driver
      specific helpers which are not exactly hardware code which ath9k and
      ath9k_htc can share. We'll be using ath9k_common for this to avoid
      bloating the ath module and the common 802.11n hardware module ath9k_hw.
      
      We start by sharing skb pre and post processing in preparation for a hand
      off to mac80211.
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      db86f07e
  17. 08 10月, 2009 4 次提交
  18. 29 8月, 2009 1 次提交
  19. 14 8月, 2009 1 次提交
  20. 23 4月, 2009 2 次提交
  21. 06 3月, 2009 1 次提交
  22. 30 1月, 2009 2 次提交
  23. 05 12月, 2008 1 次提交
  24. 26 11月, 2008 1 次提交
  25. 11 11月, 2008 1 次提交
  26. 07 8月, 2008 1 次提交