1. 24 10月, 2012 4 次提交
  2. 14 6月, 2012 1 次提交
  3. 11 6月, 2012 1 次提交
  4. 24 5月, 2012 2 次提交
  5. 16 5月, 2012 1 次提交
  6. 16 4月, 2012 1 次提交
  7. 12 4月, 2012 1 次提交
  8. 11 4月, 2012 1 次提交
  9. 09 4月, 2012 1 次提交
  10. 04 4月, 2012 1 次提交
  11. 26 3月, 2012 3 次提交
  12. 13 3月, 2012 1 次提交
  13. 08 3月, 2012 5 次提交
  14. 28 2月, 2012 2 次提交
  15. 08 2月, 2012 2 次提交
  16. 02 2月, 2012 1 次提交
  17. 31 1月, 2012 1 次提交
    • K
      ath6kl: fix testmode when fw-2.bin or fw-3.bin is used · 5f1127ff
      Kalle Valo 提交于
      Testmode (TCMD and ART) was not enabled when fw-2.bin or fw-3.bin files
      were available, fix that by fetching testmode file just after the
      board file but before rest of the firmware files are fetched.
      
      I also added testmode field to struct ath6kl and moved the module parameter
      to core.c. Now all module parameters are grouped in one place.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5f1127ff
  18. 24 1月, 2012 1 次提交
  19. 18 1月, 2012 6 次提交
  20. 03 1月, 2012 2 次提交
  21. 23 12月, 2011 2 次提交
    • K
      ath6kl: add support for FW API 3 · 65a8b4cc
      Kalle Valo 提交于
      As firmware starting from 3.2.0.12 has some API changes and doesn't work
      with older versions of ath6kl we need to bump up the API version. This
      way we don't break anything.
      
      Also store which version of API is used and print that during boot:
      
      ath6kl: ar6003 hw 2.1.1 sdio fw 3.2.0.13 api 3
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      65a8b4cc
    • K
      ath6kl: handle firmware names more dynamically · c0038972
      Kalle Valo 提交于
      Currently ath6kl has just hardcoded paths to each firmware file. Change
      this more dynamic by separating the the directory and file name from each
      other. That way it's easier to dynamically create full paths to firmware and
      code looks better. And now it's possible to remove a function needed by
      devicetree code.
      
      While at it add a structure inside struct ath6kl_hw to contain all
      firmware names. I deliberately omitted board file support as
      those will be handled later.
      
      This is needed for firmware API 3.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      c0038972