1. 30 3月, 2015 1 次提交
  2. 28 1月, 2015 1 次提交
  3. 24 1月, 2015 1 次提交
  4. 18 11月, 2014 1 次提交
  5. 12 11月, 2014 3 次提交
  6. 08 10月, 2014 1 次提交
  7. 29 8月, 2014 1 次提交
    • C
      ath9k_htc: advertise support for TDLS · ba1fa3cd
      Csaba Kiraly 提交于
      Based on a quick test with AR9271, TDLS seems to be working fine.
      
      Tests were done with 2 Atheros AR9271 based devices with firmware
      1.3 (sha1 8d49f928aa40ac53c729189bff1333cd373a7fb5), associated
      with a WAP54G access point. TDLS worked fine both in WPA2 mode and
      without encryption. Stations maintained ping flood traffic between
      each other and towards the AP without significant losses.
      
      Not tested with AR7010.
      
      TDLS was enabled in earlier patches the same way for other
      Atheros drivers:
      ath9k (fd656234),
      and carl9170 (d1f3de71).
      Signed-off-by: NCsaba Kiraly <csaba.kiraly@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ba1fa3cd
  8. 18 3月, 2014 4 次提交
  9. 01 3月, 2014 4 次提交
  10. 13 2月, 2014 1 次提交
  11. 05 2月, 2014 1 次提交
  12. 08 1月, 2014 1 次提交
  13. 19 12月, 2013 1 次提交
  14. 23 7月, 2013 1 次提交
  15. 28 6月, 2013 1 次提交
  16. 25 6月, 2013 1 次提交
  17. 13 6月, 2013 1 次提交
  18. 23 5月, 2013 2 次提交
  19. 09 4月, 2013 1 次提交
  20. 14 1月, 2013 1 次提交
  21. 07 1月, 2013 1 次提交
  22. 22 11月, 2012 1 次提交
  23. 30 10月, 2012 1 次提交
  24. 12 9月, 2012 1 次提交
  25. 27 6月, 2012 2 次提交
  26. 11 4月, 2012 2 次提交
  27. 28 2月, 2012 1 次提交
  28. 25 1月, 2012 1 次提交
  29. 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