1. 05 1月, 2013 1 次提交
  2. 03 1月, 2013 1 次提交
  3. 01 12月, 2012 1 次提交
    • V
      wireless: allow Atheros card to not depend on ath.ko · 23c1d7f6
      Vladimir Kondratiev 提交于
      There are 2 different things:
      - sub-menu for "Atheros Wireless cards" family
      - module ath.ko with common Atheros code
      
      Until now, they both used to depend on the same Kconfig variable ATH_COMMON.
      Thus, being "Atheros card" and "depending on ath.ko" was the same.
      
      To allow module to belong to the
      "Atheros Wireless cards" family but not use ath.ko,
      2 conditions above need to be separated.
      
      So, this patch introduce new Kconfig variable ATH_CARDS for belonging
      to the "Atheros Wireless Cards" family; while ATH_COMMON becomes hidden
      variable to express dependency on common Atheros code in ath.ko. Modules
      that depend on this common code now express it by setting ATH_COMMON.
      
      Right now, ath6kl do not depend on common code and thus do not set ATH_COMMON.
      Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      23c1d7f6
  4. 18 7月, 2012 1 次提交
  5. 08 3月, 2012 1 次提交
  6. 28 2月, 2012 1 次提交
  7. 20 12月, 2011 1 次提交
    • F
      ath9k_hw: make bluetooth coexistence support optional at compile time · 8a309305
      Felix Fietkau 提交于
      Many systems (e.g. embedded systems) do not have wifi modules connected to
      bluetooth modules, so bluetooth coexistence is irrelevant there. With the
      addition of MCI support, ath9k picked up quite a bit of extra code that
      can be compiled out this way.
      
      This patch redefines ATH9K_HW_CAP_MCI and adds an inline wrapper for
      querying the bluetooth coexistence scheme, allowing the compiler to
      eliminate code that uses it, with only very little use of #ifdef.
      
      On MIPS this reduces the total size for the modules by about 20k.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8a309305
  8. 16 12月, 2011 1 次提交
  9. 12 11月, 2011 1 次提交
  10. 28 5月, 2011 1 次提交
  11. 14 4月, 2011 1 次提交
    • G
      ath9k: introduce ATH9K_{PCI,AHB} config options · 8e26a030
      Gabor Juhos 提交于
      Currently ath9k only available in menuconfig if PCI bus
      support is enabled. However the driver is required for
      the built-in wireless MACs of the Atheros AR9130/AR9132
      SoCs. These SoCs have no PCI controller, the wireless
      MAC is connected to the AHB bus on them.
      
      Introduce separated config options for the supported
      buses, in order to allow building of ath9h without PCI
      bus support.
      
      As a bonus, this patch removes the cross-reference of
      the ATHEROS_AR71XX option which is not present in the
      kernel.
      
      Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
      Cc: Vasanthakumar Thiagarajan <vasanth@atheros.com>
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8e26a030
  12. 21 9月, 2010 1 次提交
  13. 24 3月, 2010 1 次提交
  14. 05 1月, 2010 1 次提交
  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. 31 10月, 2009 1 次提交
  18. 08 10月, 2009 2 次提交
  19. 14 8月, 2009 1 次提交
  20. 05 8月, 2009 1 次提交
  21. 28 7月, 2009 1 次提交
  22. 16 6月, 2009 1 次提交
  23. 23 4月, 2009 2 次提交
  24. 13 1月, 2009 1 次提交
  25. 05 12月, 2008 1 次提交
  26. 06 9月, 2008 1 次提交
  27. 07 8月, 2008 1 次提交