1. 05 6月, 2010 1 次提交
  2. 03 6月, 2010 2 次提交
  3. 17 4月, 2010 3 次提交
  4. 01 4月, 2010 1 次提交
  5. 24 3月, 2010 1 次提交
  6. 29 11月, 2009 2 次提交
  7. 19 11月, 2009 1 次提交
  8. 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