1. 08 8月, 2017 1 次提交
  2. 06 3月, 2017 1 次提交
  3. 08 7月, 2016 1 次提交
  4. 12 4月, 2016 1 次提交
  5. 11 3月, 2016 1 次提交
  6. 29 9月, 2015 1 次提交
  7. 18 9月, 2015 1 次提交
    • O
      ath9k_htc: introduce support for different fw versions · e904cf6f
      Oleksij Rempel 提交于
      Current kernel support only one fw name with theoretically only one
      fw version located in “firmware/htc_[9271|7010].fw”. Which is ok so far we
      have only one fw version (1.3). After we realised new fw 1.4, we faced
      compatibility problem which was decided to solve by firmware name and
      location:
      - new firmware is located now in
      	firmware/ath9k_htc/htc_[9271|7010]-1.4.0.fw
      - old version 1.3 should be on old place, so old kernel have no issues
      	with it.
      - new kernels including this patch should be able to try different
      	supported (min..max) fw version.
      - new kernel should be able to support old fw location too. At least for
      	now.
      
      At same time this patch will add new module option which should allow user
      to play with development  fw version without replacing stable one. If user
      will set “ath9k_htc use_dev_fw=1” module will try to find
      firmware/ath9k_htc/htc_[9271|7010]-1.dev.0.fw first and if it fails, use
      stable version: for example...1.4.0.fw.
      Signed-off-by: NOleksij Rempel <linux@rempel-privat.de>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      e904cf6f
  8. 13 8月, 2015 1 次提交
    • N
      ath9k_htc: drv_init: match wait_for_completion_timeout return type · 70a56550
      Nicholas Mc Guire 提交于
      Return type of wait_for_completion_timeout is unsigned long not int.
      As time_left is exclusively used for wait_for_completion_timeout here its
      type is simply changed to unsigned long.
      
      API conformance testing for completions with coccinelle spatches are being
      used to locate API usage inconsistencies:
      ./drivers/net/wireless/ath/ath9k/htc_drv_init.c:81
      	int return assigned to unsigned long
      
      Patch was compile tested with x86_64_defconfig + CONFIG_ATH_CARDS=m,
      CONFIG_ATH9K_HTC=m
      
      Patch is against 4.1-rc3 (localversion-next is -next-20150514)
      Signed-off-by: NNicholas Mc Guire <hofrat@osadl.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      70a56550
  9. 15 6月, 2015 1 次提交
  10. 10 6月, 2015 1 次提交
    • J
      mac80211: convert HW flags to unsigned long bitmap · 30686bf7
      Johannes Berg 提交于
      As we're running out of hardware capability flags pretty quickly,
      convert them to use the regular test_bit() style unsigned long
      bitmaps.
      
      This introduces a number of helper functions/macros to set and to
      test the bits, along with new debugfs code.
      
      The occurrences of an explicit __clear_bit() are intentional, the
      drivers were never supposed to change their supported bits on the
      fly. We should investigate changing this to be a per-frame flag.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      30686bf7
  11. 09 5月, 2015 1 次提交
  12. 30 3月, 2015 1 次提交
  13. 28 1月, 2015 1 次提交
  14. 24 1月, 2015 1 次提交
  15. 18 11月, 2014 1 次提交
  16. 12 11月, 2014 3 次提交
  17. 08 10月, 2014 1 次提交
  18. 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
  19. 18 3月, 2014 4 次提交
  20. 01 3月, 2014 4 次提交
  21. 13 2月, 2014 1 次提交
  22. 05 2月, 2014 1 次提交
  23. 08 1月, 2014 1 次提交
  24. 19 12月, 2013 1 次提交
  25. 23 7月, 2013 1 次提交
  26. 28 6月, 2013 1 次提交
  27. 25 6月, 2013 1 次提交
  28. 13 6月, 2013 1 次提交
  29. 23 5月, 2013 2 次提交
  30. 09 4月, 2013 1 次提交
  31. 14 1月, 2013 1 次提交