1. 4ca1807 ath10k: disable wake_tx_queue for older devices by Michal Kazior · 8 years ago
  2. 4a49ae9 ath10k: fix 10.4 extended peer stats update by Mohammed Shafi Shajakhan · 8 years ago
  3. 26c1976 ath10k: define an enum to enable cycle counter wraparound logic by Vasanthakumar Thiagarajan · 8 years ago
  4. 5269c65 ath10k: fix CCK h/w rates for QCA99X0 and newer chipsets by Mohammed Shafi Shajakhan · 8 years ago
  5. 6847f96 ath10k: add board data download from target by Sven Eckelmann · 8 years ago
  6. 64e001f ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAM by Rajkumar Manoharan · 8 years ago
  7. fa7937e ath10k: update bss channel survey information by Rajkumar Manoharan · 8 years ago
  8. de46d16 ath10k: move spectral related structures under ath10k debugfs by Mohammed Shafi Shajakhan · 8 years ago
  9. efd7cef Merge ath-next from ath.git by Kalle Valo · 8 years ago
  10. 9dfe240 ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n() by Kalle Valo · 8 years ago
  11. 77561f9 ath10k: move htt_op_version to struct ath10k_fw_file by Kalle Valo · 8 years ago
  12. bf3c13a ath10k: move wmi_op_version to struct ath10k_fw_file by Kalle Valo · 8 years ago
  13. c4cdf75 ath10k: move fw_features to struct ath10k_fw_file by Kalle Valo · 8 years ago
  14. 4531735 ath10k: move fw_version inside struct ath10k_fw_file by Kalle Valo · 8 years ago
  15. 7ebf721 ath10k: refactor firmware images to struct ath10k_fw_components by Kalle Valo · 8 years ago
  16. 3fb55c7 ath10k: remove deprecated firmware API 1 support by Kalle Valo · 8 years ago
  17. 14e105c ath10k: fix checkpatch warnings related to spaces by Kalle Valo · 8 years ago
  18. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 8 years ago
  19. b131129 ath10k: fix calibration init sequence of qca99x0 by Rajkumar Manoharan · 8 years ago
  20. cc61a1b ath10k: enable debugfs provision to enable Peer Stats feature by Mohammed Shafi Shajakhan · 9 years ago
  21. 3d9195e ath10k: incorporate qca4019 cal data download sequence by Raja Mani · 9 years ago
  22. 0b8e3c4 ath10k: move cal data len to hw_params by Raja Mani · 9 years ago
  23. 2ce9b25 ath10k: handle channel change htt event by Rajkumar Manoharan · 9 years ago
  24. 99ad1cb ath10k: change htt tx desc/qcache peer limit config by Michal Kazior · 9 years ago
  25. 426e10e ath10k: implement push-pull tx by Michal Kazior · 9 years ago
  26. 3cc0fef ath10k: keep track of queue depth per txq by Michal Kazior · 9 years ago
  27. dd4717b ath10k: store txq in skb_cb by Michal Kazior · 9 years ago
  28. 2994687 ath10k: implement wake_tx_queue by Michal Kazior · 9 years ago
  29. 6942726 ath10k: add fast peer_map lookup by Michal Kazior · 9 years ago
  30. bb8f0c6 ath10k: maintain peer_id for each sta and vif by Michal Kazior · 9 years ago
  31. 5699a6f ath10k: populate qca4019 fw specific wmi init params by Raja Mani · 9 years ago
  32. 0b523ce ath10k: add basic skeleton to support ahb by Raja Mani · 9 years ago
  33. 9b78376 ath10k: add new FW_FEATURE_PEER_FLOW_CONTROL by Michal Kazior · 9 years ago
  34. 856e7c3 ath10k: add debugfs support for Per STA total rx duration by Mohammed Shafi Shajakhan · 9 years ago
  35. de46c01 ath10k: add support for parsing per STA rx_duration for 10.2.4 by Mohammed Shafi Shajakhan · 9 years ago
  36. 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
  37. f1b4b51 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  38. aca146a ath10k: store msdu_id instead of txbuf pointers by Michal Kazior · 9 years ago
  39. 609db22 ath10k: replace vdev_id and tid in skb cb by Michal Kazior · 9 years ago
  40. d668dba ath10k: fix tx header parsing by Michal Kazior · 9 years ago
  41. 66b8a01 ath10k: pack up flags in skb_cb by Michal Kazior · 9 years ago
  42. bd87744 ath10k: remove freq from skb_cb by Michal Kazior · 9 years ago
  43. e0813d3 ath10k: remove is_offchan by Michal Kazior · 9 years ago
  44. 8a93396 ath10k: remove txmode from skb_cb by Michal Kazior · 9 years ago
  45. fd12cb3 ath10k: merge is_protected with nohwcrypt by Michal Kazior · 9 years ago
  46. b8d55fc ath10k: adjust the RX packet pad offset at QCA99X0 4addr mode by Yanbo Li · 9 years ago
  47. cecd4cf Merge ath-current from ath.git by Kalle Valo · 9 years ago
  48. 079a049 ath10k: introduce dev_id to hw_params by Bartosz Markowski · 9 years ago
  49. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  50. 844fa57 ath10k: debugfs file to enable Bluetooth coexistence feature by Yanbo Li · 9 years ago
  51. 90eceb3 ath10k: set peer MFP flag in peer assoc command by Tamizh chelvam · 9 years ago
  52. 3fab30f ath10k: add abstraction layer for peer flags by Tamizh chelvam · 9 years ago
  53. 166de3f ath10k: remove supported chain mask by Rajkumar Manoharan · 9 years ago
  54. 98dd2b9 ath10k: add fw_stats support to 10.4 firmware by Manikanta Pubbisetty · 9 years ago
  55. a81a98c ath10k: add FW API support to test mode by Alan Liu · 9 years ago
  56. 62f77f0 ath10k: enable adaptive CCA by Maharaja · 9 years ago
  57. db0984e ath10k: select board data based on BMI chip id and board id by Manikanta Pubbisetty · 9 years ago
  58. 0a51b34 ath10k: add board 2 API support by Manikanta Pubbisetty · 9 years ago
  59. 2954266 ath10k: implement debugfs interface for Transmit Power Control stats by Maharaja Kennadyrajan · 9 years ago
  60. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  61. 7b7da0a ath10k: drop probe responses when too many are queued by Vivek Natarajan · 9 years ago
  62. 36582e5 ath10k: add qca6164 support by Michal Kazior · 9 years ago
  63. 9c8fb54 ath10k: add cycle/rx_clear counters frequency to hw_params by Vasanthakumar Thiagarajan · 9 years ago
  64. c8ecfc1 ath10k: fix memory alloc failure in qca99x0 during wmi svc rdy event by Raja Mani · 9 years ago
  65. ccec903 ath10k: enable raw encap mode and software crypto engine by David Liu · 9 years ago
  66. d710e75 ath10k: fix hw roc expiration notifcation by Michal Kazior · 9 years ago
  67. d9156b5 ath10k: configure frag desc memory to target for qca99X0 by Raja Mani · 9 years ago
  68. 5c8726e ath10k: set max spatial stream to 4 for 10.4 fw by Raja Mani · 9 years ago
  69. 3cec3be ath10k: handle 10.4 firmware wmi swba event by Raja Mani · 9 years ago
  70. d1e52a8 ath10k: fill 10.4 fw wmi init cmd default values by Raja Mani · 9 years ago
  71. d772703 ath10k: Add BMI param value to execute otp to hw_param by Vasanthakumar Thiagarajan · 9 years ago
  72. dcb02db ath10k: Add support for code swap by Vasanthakumar Thiagarajan · 9 years ago
  73. 2f2cfc4 ath10k: Add a table to store hw specific values by Vasanthakumar Thiagarajan · 9 years ago
  74. b27bc5a ath10k: dump fw features during probing by Michal Kazior · 9 years ago
  75. 089ab7a ath10k: remove ath10k_chanctx struct by Michal Kazior · 9 years ago
  76. 163f526 ath10k: bypass PLL setting on target init for QCA9888 by Rajkumar Manoharan · 9 years ago
  77. 44b7d48 ath10k: fix inconsistent survey reports by Michal Kazior · 9 years ago
  78. 587f703 ath10k: handle cycle counter wraparound by Michal Kazior · 9 years ago
  79. 48f4ca3 ath10k: add new 4addr related fw_feature by Michal Kazior · 9 years ago
  80. d915354 ath10k: add ATH10K_FW_FEATURE_IGNORE_OTP_RESULT by Kalle Valo · 9 years ago
  81. 45c9abc ath10k: implement more versatile set_bitrate_mask by Michal Kazior · 9 years ago
  82. de57e2c ath10k: allow loading device specific board files by Michal Kazior · 9 years ago
  83. 6274cd4 ath10k: change the fw stats access mask by Yanbo Li · 9 years ago
  84. 3ae5422 ath10k: clean up set_bitrate_mask handling by Michal Kazior · 9 years ago
  85. 96d828d ath10k: rework tx queue locking by Michal Kazior · 9 years ago
  86. 500ff9f ath10k: implement chanctx API by Michal Kazior · 9 years ago
  87. c94aa7e ath10k: fix survey reporting by Michal Kazior · 10 years ago
  88. 8cca3d6 ath10k: store max tdls vdevs that fw can handle by Marek Puzyniak · 9 years ago
  89. d740d8f ath10k: unify tx mode and dispatch by Michal Kazior · 9 years ago
  90. 5fd3ac3 ath10k: add WOW disconnect/magic-packet support by Janusz Dziedzic · 10 years ago
  91. b3e71d7 ath10k: allow user to toggle ani_enable via debugfs by Ashok Raj Nagarajan · 10 years ago
  92. 4705e34 ath10k: increase station kickout threshold by Rajkumar Manoharan · 10 years ago
  93. cc9904e ath10k: add hw connection monitor support by Michal Kazior · 10 years ago
  94. 81a9a17 ath10k: fix AP/IBSS CSA with template based fw by Michal Kazior · 10 years ago
  95. cffb41f ath10k: disable multi-vif ps by default by Michal Kazior · 10 years ago
  96. 7b6b153 ath10k: add vdev stats processing by Michal Kazior · 10 years ago
  97. 467210a ath10k: add log level configuration for fw_dbglog by SenthilKumar Jegadeesan · 10 years ago
  98. af21319 ath10k: fix beacon deadlock by Michal Kazior · 10 years ago
  99. 627613f ath10k: prevent setting wrong key idx for station by SenthilKumar Jegadeesan · 10 years ago
  100. 5e752e4 ath10k: move wmm param storage to vif by Michal Kazior · 10 years ago