1. cf8c581 Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git by Kalle Valo · 8 years ago
  2. ce30c4f ath10k: replace warning with an error message if HTT op version is unset by Mohammed Shafi Shajakhan · 8 years ago
  3. e565c31 ath10k: enable support for QCA9888 by Anilkumar Kolli · 8 years ago
  4. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. 8e10035 ath10k: fix cycle counter wraparound handling for QCA4019 by Vasanthakumar Thiagarajan · 8 years ago
  6. 26c1976 ath10k: define an enum to enable cycle counter wraparound logic by Vasanthakumar Thiagarajan · 8 years ago
  7. 5269c65 ath10k: fix CCK h/w rates for QCA99X0 and newer chipsets by Mohammed Shafi Shajakhan · 8 years ago
  8. 8d0a071 ath10k: fix crash related to printing features by Ben Greear · 8 years ago
  9. 6847f96 ath10k: add board data download from target by Sven Eckelmann · 8 years ago
  10. 6fd3dd7 ath10k: add QCA9887 chipset support by Sven Eckelmann · 8 years ago
  11. 3913624 ath10k: add pdev param support to enable/disable btcoex by Rajkumar Manoharan · 8 years ago
  12. 64e001f ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAM by Rajkumar Manoharan · 8 years ago
  13. b855de0 ath10k: update module description by Rajkumar Manoharan · 8 years ago
  14. 651b4cd ath10k: enable support for QCA9984 by Vasanthakumar Thiagarajan · 8 years ago
  15. ee9ca14 ath10k: Fix survey reporting with QCA4019 by Vasanthakumar Thiagarajan · 8 years ago
  16. 9a5f91a ath10k: release pre_cal_file while unloading driver by Rajkumar Manoharan · 8 years ago
  17. fa7937e ath10k: update bss channel survey information by Rajkumar Manoharan · 8 years ago
  18. 4ad24a9 ath10k: fix kernel panic, move arvifs list head init before htt init by Anilkumar Kolli · 8 years ago
  19. 1fe63c9 ath10k: remove enum ath10k_swap_code_seg_bin_type by Kalle Valo · 8 years ago
  20. 9dfe240 ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n() by Kalle Valo · 8 years ago
  21. 77561f9 ath10k: move htt_op_version to struct ath10k_fw_file by Kalle Valo · 8 years ago
  22. bf3c13a ath10k: move wmi_op_version to struct ath10k_fw_file by Kalle Valo · 8 years ago
  23. c4cdf75 ath10k: move fw_features to struct ath10k_fw_file by Kalle Valo · 8 years ago
  24. 4531735 ath10k: move fw_version inside struct ath10k_fw_file by Kalle Valo · 8 years ago
  25. 7ebf721 ath10k: refactor firmware images to struct ath10k_fw_components by Kalle Valo · 8 years ago
  26. 3fb55c7 ath10k: remove deprecated firmware API 1 support by Kalle Valo · 8 years ago
  27. 7e247a9 ath10k: add dynamic tx mode switch config support for qca4019 by Raja Mani · 8 years ago
  28. f957579 ath10k: enable parsing per station rx duration for 10.4 by Mohammed Shafi Shajakhan · 9 years ago
  29. cc61a1b ath10k: enable debugfs provision to enable Peer Stats feature by Mohammed Shafi Shajakhan · 9 years ago
  30. 3d9195e ath10k: incorporate qca4019 cal data download sequence by Raja Mani · 9 years ago
  31. 0b8e3c4 ath10k: move cal data len to hw_params by Raja Mani · 9 years ago
  32. f454add ath10k: pass cal data location as an argument to ath10k_download_cal_{file|dt} by Raja Mani · 9 years ago
  33. b9c191b ath10k: free cached fw bin contents when get board id fails by Raja Mani · 9 years ago
  34. 99ad1cb ath10k: change htt tx desc/qcache peer limit config by Michal Kazior · 9 years ago
  35. 2994687 ath10k: implement wake_tx_queue by Michal Kazior · 9 years ago
  36. af9a6a3 ath10k: reduce number of peers to support peer stats feature by Anilkumar Kolli · 9 years ago
  37. 5699a6f ath10k: populate qca4019 fw specific wmi init params by Raja Mani · 9 years ago
  38. b1a958c ath10k: add qca4019 hw params by Raja Mani · 9 years ago
  39. 37a219a ath10k: include qca4019 register map table by Raja Mani · 9 years ago
  40. 9b78376 ath10k: add new FW_FEATURE_PEER_FLOW_CONTROL by Michal Kazior · 9 years ago
  41. e370abd Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  42. 23f591e ath10k: split driver info messages during device initialisation by Kalle Valo · 9 years ago
  43. b091f369 ath10k: fix otp board id error message by Kalle Valo · 9 years ago
  44. bd5632b ath10k: fix board data fetch error message by Peter Oh · 9 years ago
  45. b8d55fc ath10k: adjust the RX packet pad offset at QCA99X0 4addr mode by Yanbo Li · 9 years ago
  46. 034074f ath10k: add QCA9377 hw1.0 support by Bartosz Markowski · 9 years ago
  47. 079a049 ath10k: introduce dev_id to hw_params by Bartosz Markowski · 9 years ago
  48. 6cf2139 ath10k: update missing hw_params of QCA9377 hw1.1 by Bartosz Markowski · 9 years ago
  49. 12551ce ath10k: fix the currently supported QCA9377 target version name by Bartosz Markowski · 9 years ago
  50. 90eceb3 ath10k: set peer MFP flag in peer assoc command by Tamizh chelvam · 9 years ago
  51. a226b51 ath10k: add QCA9377 chipset support by Bartosz Markowski · 9 years ago
  52. a81a98c ath10k: add FW API support to test mode by Alan Liu · 9 years ago
  53. 62f77f0 ath10k: enable adaptive CCA by Maharaja · 9 years ago
  54. db0984e ath10k: select board data based on BMI chip id and board id by Manikanta Pubbisetty · 9 years ago
  55. 0a51b34 ath10k: add board 2 API support by Manikanta Pubbisetty · 9 years ago
  56. 9a14969 ath10k: fix whitespace usage by Kalle Valo · 9 years ago
  57. 617b0f4 ath10k: indentation fixes by Kalle Valo · 9 years ago
  58. be62e92 ath10k: fix checkpatch warning about logical continuations by Kalle Valo · 9 years ago
  59. 5af82fa ath10k: add ATH10K_FW_FEATURE_RAW_MODE_SUPPORT to ath10k_core_fw_feature_str[] by Kalle Valo · 9 years ago
  60. b6c7baf ath10k: implement mesh support by Bob Copeland · 9 years ago
  61. 7b7da0a ath10k: drop probe responses when too many are queued by Vivek Natarajan · 9 years ago
  62. a925a37 ath10k: fix DMA alloc failure for target requested memory chunks by Vasanthakumar Thiagarajan · 9 years ago
  63. 36582e5 ath10k: add qca6164 support by Michal Kazior · 9 years ago
  64. f1ee268 ath10k: ensure pktlog disable cmd reaches fw before pdev suspend by Raja Mani · 9 years ago
  65. 9c8fb54 ath10k: add cycle/rx_clear counters frequency to hw_params by Vasanthakumar Thiagarajan · 9 years ago
  66. c8ecfc1 ath10k: fix memory alloc failure in qca99x0 during wmi svc rdy event by Raja Mani · 9 years ago
  67. ccec903 ath10k: enable raw encap mode and software crypto engine by David Liu · 9 years ago
  68. d9156b5 ath10k: configure frag desc memory to target for qca99X0 by Raja Mani · 9 years ago
  69. 5c8726e ath10k: set max spatial stream to 4 for 10.4 fw by Raja Mani · 9 years ago
  70. 721ad3c ath10k: add 10.4 fw specific htt msg definitions by Raja Mani · 9 years ago
  71. d1e52a8 ath10k: fill 10.4 fw wmi init cmd default values by Raja Mani · 9 years ago
  72. 9bd2132 ath10k: include new wmi op version for 10.4 fw by Raja Mani · 9 years ago
  73. d772703 ath10k: Add BMI param value to execute otp to hw_param by Vasanthakumar Thiagarajan · 9 years ago
  74. dcb02db ath10k: Add support for code swap by Vasanthakumar Thiagarajan · 9 years ago
  75. 8bd4702 ath10k: Add hw register/values for QCA99X0 chip by Vasanthakumar Thiagarajan · 9 years ago
  76. 2f2cfc4 ath10k: Add a table to store hw specific values by Vasanthakumar Thiagarajan · 9 years ago
  77. b27bc5a ath10k: dump fw features during probing by Michal Kazior · 9 years ago
  78. 163f526 ath10k: bypass PLL setting on target init for QCA9888 by Rajkumar Manoharan · 9 years ago
  79. 587f703 ath10k: handle cycle counter wraparound by Michal Kazior · 9 years ago
  80. d915354 ath10k: add ATH10K_FW_FEATURE_IGNORE_OTP_RESULT by Kalle Valo · 9 years ago
  81. de57e2c ath10k: allow loading device specific board files by Michal Kazior · 9 years ago
  82. d0ed74f ath10k: share board file loading code across FW APIs by Michal Kazior · 9 years ago
  83. 6274cd4 ath10k: change the fw stats access mask by Yanbo Li · 9 years ago
  84. 9eea568 ath10k: harmonize error case handling in ath10k_core_start by Nicholas Mc Guire · 9 years ago
  85. a7a4284 ath10k: core: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  86. 8cca3d6 ath10k: store max tdls vdevs that fw can handle by Marek Puzyniak · 9 years ago
  87. dc3632a ath10k: fix HTT op backwards compatibility for QCA6174 by Kalle Valo · 9 years ago
  88. 53513c3 ath10k: bump up FW API to 5 by Kalle Valo · 10 years ago
  89. 8348db2 ath10k: add ATH10K_FW_IE_HTT_OP_VERSION by Rajkumar Manoharan · 10 years ago
  90. 25c8661 ath10k: add WOW patterns support by Janusz Dziedzic · 10 years ago
  91. 5fd3ac3 ath10k: add WOW disconnect/magic-packet support by Janusz Dziedzic · 10 years ago
  92. db2cf86 ath10k: delete unnecessary checks before the function call "release_firmware" by Markus Elfring · 10 years ago
  93. 608b8f7 ath10k: enable qca6174 hw3.2 by Michal Kazior · 10 years ago
  94. d63955b ath10k: add support for qca6174 by Michal Kazior · 10 years ago
  95. c545070 ath10k: implement rx reorder support by Michal Kazior · 10 years ago
  96. 4927433 ath10k: fill max_num_vdevs for wmi-tlv by Michal Kazior · 10 years ago
  97. ac2953f ath10k: add thermal sensor device support by Rajkumar Manoharan · 10 years ago
  98. fe6f36d ath10k: add thermal cooling device support by Rajkumar Manoharan · 10 years ago
  99. 4a16fbe ath10k: add 10.2.4 firmware support by Rajkumar Manoharan · 10 years ago
  100. 30c7816 ath10k: set max_num_vdevs based on wmi op version by Kalle Valo · 10 years ago