1. c178da5 ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp() by Kalle Valo · 8 years ago
  2. 14e105c ath10k: fix checkpatch warnings related to spaces by Kalle Valo · 8 years ago
  3. 9f0b7e7 ath10k: add a support of set_tsf on vdev interface by Peter Oh · 8 years ago
  4. dd7c280 ath10k: remove unnecessary warning for probe response drops by Rajkumar Manoharan · 8 years ago
  5. cc61a1b ath10k: enable debugfs provision to enable Peer Stats feature by Mohammed Shafi Shajakhan · 9 years ago
  6. 750eeed ath10k: fix pull-push tx threshold handling by Michal Kazior · 9 years ago
  7. 9d71d47 ath10k: fix tx hang by Michal Kazior · 9 years ago
  8. bf031bc ath10k: advertise force AP scan feature by Vasanthakumar Thiagarajan · 9 years ago
  9. cac0855 ath10k: move mgmt descriptor limit handle under mgmt_tx by Rajkumar Manoharan · 9 years ago
  10. 8a75fc5 ath10k: fix firmware assert in monitor mode by Rajkumar Manoharan · 9 years ago
  11. 426e10e ath10k: implement push-pull tx by Michal Kazior · 9 years ago
  12. 3cc0fef ath10k: keep track of queue depth per txq by Michal Kazior · 9 years ago
  13. dd4717b ath10k: store txq in skb_cb by Michal Kazior · 9 years ago
  14. c1a43d9 ath10k: implement updating shared htt txq state by Michal Kazior · 9 years ago
  15. 2994687 ath10k: implement wake_tx_queue by Michal Kazior · 9 years ago
  16. 6942726 ath10k: add fast peer_map lookup by Michal Kazior · 9 years ago
  17. bb8f0c6 ath10k: maintain peer_id for each sta and vif by Michal Kazior · 9 years ago
  18. 6421969f ath10k: refactor tx pending management by Michal Kazior · 9 years ago
  19. a30c7d0 ath10k: unify txpath decision by Michal Kazior · 9 years ago
  20. f2f6eca ath10k: refactor tx code by Michal Kazior · 9 years ago
  21. 89ef41b Merge 'net-next/master' by Kalle Valo · 9 years ago
  22. 6e4de1a ath10k: add abstraction layer for vdev subtype by Peter Oh · 9 years ago
  23. 08c27be ath10k: use vif->type and vif->p2p for P2P_GO check by Peter Oh · 9 years ago
  24. 0b3d76e ath10k: rename Mesh related service names by Peter Oh · 9 years ago
  25. 8351c05 ath10k: enable periodic peer stats update by Mohammed Shafi Shajakhan · 9 years ago
  26. 1fe374f ath10k: cleanup setting pdev paramaters by Mohammed Shafi Shajakhan · 9 years ago
  27. 50ea05e mac80211: pass block ack session timeout to to driver by Sara Sharon · 9 years ago
  28. e33a99e ath10k: set SM power save disabled to default value by Peter Oh · 9 years ago
  29. d0ca990 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  30. 7c97b72 ath10k: allow Mesh Point to install peer security key by Peter Oh · 9 years ago
  31. 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
  32. bb58b89 ath10k: apply Mesh subtype when Mesh interface created. by Peter Oh · 9 years ago
  33. 78f7aeb ath10k: Enable AP + STA interface combination support for 10.x by Mohammed Shafi Shajakhan · 9 years ago
  34. 609db22 ath10k: replace vdev_id and tid in skb cb by Michal Kazior · 9 years ago
  35. d668dba ath10k: fix tx header parsing by Michal Kazior · 9 years ago
  36. 66b8a01 ath10k: pack up flags in skb_cb by Michal Kazior · 9 years ago
  37. bd87744 ath10k: remove freq from skb_cb by Michal Kazior · 9 years ago
  38. e0813d3 ath10k: remove is_offchan by Michal Kazior · 9 years ago
  39. 8a93396 ath10k: remove txmode from skb_cb by Michal Kazior · 9 years ago
  40. 6a2636d ath10k: rename function to adhere to naming convention by Michal Kazior · 9 years ago
  41. fd12cb3 ath10k: merge is_protected with nohwcrypt by Michal Kazior · 9 years ago
  42. 4b7f353 ath10k: fix the wrong RX rate idx report at 11G mode by Yanbo Li · 9 years ago
  43. d39de99 ath10k: fix peerid configuration in htt tx desc for htt version < 3.4 by Vasanthakumar Thiagarajan · 9 years ago
  44. 8921f5f ath10k: rename the helper which is used for off-channel tx by Vasanthakumar Thiagarajan · 9 years ago
  45. f680f70 ath10k: fix invalid NSS for 4x4 devices by Rajkumar Manoharan · 9 years ago
  46. 90eceb3 ath10k: set peer MFP flag in peer assoc command by Tamizh chelvam · 9 years ago
  47. 3fab30f ath10k: add abstraction layer for peer flags by Tamizh chelvam · 9 years ago
  48. 5036fe0 ath10k: reload HT/VHT capabilities on antenna change by Rajkumar Manoharan · 9 years ago
  49. f58512f ath10k: move static HT/VHT capability setup functions by Rajkumar Manoharan · 9 years ago
  50. 7a1d70a ath10k: fill HT/VHT MCS rateset only for configured chainmask by Rajkumar Manoharan · 9 years ago
  51. 166de3f ath10k: remove supported chain mask by Rajkumar Manoharan · 9 years ago
  52. 62f77f0 ath10k: enable adaptive CCA by Maharaja · 9 years ago
  53. 81c1f74 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  54. 0e33944 ath10k: cleanup ath10k_mac_register() error handling by Jeff Johnson · 9 years ago
  55. 9916596 Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  56. 72f8cef ath10k: use station's current operating mode from assoc request by Vivek Natarajan · 9 years ago
  57. 2a99508 ath10k: split an unnecessary long line by Kalle Valo · 9 years ago
  58. 9a14969 ath10k: fix whitespace usage by Kalle Valo · 9 years ago
  59. b9e284e ath10k: brace style fixes by Kalle Valo · 9 years ago
  60. 617b0f4 ath10k: indentation fixes by Kalle Valo · 9 years ago
  61. bd4a41e ath10k: fix ldpc param for fixed rate by Rajkumar Manoharan · 9 years ago
  62. e3abc8f mac80211: allow to transmit A-MSDU within A-MPDU by Emmanuel Grumbach · 9 years ago
  63. 9713e3d ath10k: handle IEEE80211_CHANCTX_CHANGE_WIDTH properly by Michal Kazior · 9 years ago
  64. 7be6d1b ath10k: split switch_vif_chanctx guts by Michal Kazior · 9 years ago
  65. 634349b ath10k: move hw_scan worker queuing by Michal Kazior · 9 years ago
  66. b6c7baf ath10k: implement mesh support by Bob Copeland · 9 years ago
  67. 0d031c8 ath10k: enable monitor when OTHER_BSS requested by Bob Copeland · 9 years ago
  68. 0c6d6f2 ath10k: fix beamformer VHT sounding dimensions capability by Bartosz Markowski · 9 years ago
  69. 707a0c8 ath10k: fix beamformee VHT STS capability by Bartosz Markowski · 9 years ago
  70. 503422d ath10k: add missing mutex unlock on failpath by Michal Kazior · 9 years ago
  71. 8674d90 ath10k: split ap/ibss wep key install process by Michal Kazior · 9 years ago
  72. 6d2d51e ath10k: wake up queue upon vif creation by Michal Kazior · 9 years ago
  73. 3a73d1a ath10k: wake up offchannel queue properly by Michal Kazior · 9 years ago
  74. e04cafb ath10k: fix peer limit enforcement by Michal Kazior · 9 years ago
  75. adaeed7 ath10k: don't remove peer that doesn't exist by Michal Kazior · 9 years ago
  76. a48e2cc ath10k: Enable MU MIMO txbf support for QCA99X0 by Vivek Natarajan · 9 years ago
  77. 08e75ea ath10k: Support different txbf configuration schemes by Vivek Natarajan · 9 years ago
  78. 92092fe ath10k: reject 11b tx fragmentation configuration by Michal Kazior · 9 years ago
  79. 4dca0e6 ath10k: remove futile fragmentation threshold config by Michal Kazior · 9 years ago
  80. ccec903 ath10k: enable raw encap mode and software crypto engine by David Liu · 9 years ago
  81. 19be9e9 ath10k: fix wrong initialization of struct channel by Maninder Singh · 9 years ago
  82. c538bb3 Merge ath-next from ath.git. by Kalle Valo · 9 years ago
  83. ed25b11 ath10k: tweak interface combinations by Michal Kazior · 9 years ago
  84. acd0b27 ath10k: fix per-vif queue locking by Michal Kazior · 9 years ago
  85. f23e587e ath10k: update vdev ps state on start by Michal Kazior · 9 years ago
  86. d710e75 ath10k: fix hw roc expiration notifcation by Michal Kazior · 9 years ago
  87. 424f263 ath10k: limit multi-vif ps more aggresivelly by Michal Kazior · 9 years ago
  88. 835d56a ath10k: don't set cck/ofdm scan flags by Michal Kazior · 9 years ago
  89. cf36fef ath10k: advertise 10.4 fw ap and sta iface combination to mac80211 by Raja Mani · 9 years ago
  90. 9bd2132 ath10k: include new wmi op version for 10.4 fw by Raja Mani · 9 years ago
  91. fa43335 Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  92. d4298a3 ath10k: mac: remove unreachable negative return check by Nicholas Mc Guire · 9 years ago
  93. c702534 ath10k: enable VHT for IBSS by Janusz Dziedzic · 9 years ago
  94. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 9 years ago
  95. 0e6eb41 ath10k: fix channel switching by Michal Kazior · 9 years ago
  96. 089ab7a ath10k: remove ath10k_chanctx struct by Michal Kazior · 9 years ago
  97. d7bf4b4 ath10k: fix ar->rx_channel updating logic by Michal Kazior · 9 years ago
  98. 1d36f46 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  99. d98c3ed Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  100. 917826b ath10k: fix idle power consumption by Janusz Dziedzic · 9 years ago