1. d536288 wcn36xx: Don't use the destroyed hal_mutex by Bjorn Andersson · 8 years ago
  2. 43efa3c wcn36xx: Implement print_reg indication by Bjorn Andersson · 8 years ago
  3. 8860390 wcn36xx: Implement firmware assisted scan by Bjorn Andersson · 8 years ago
  4. f303a93 wcn36xx: Transition driver to SMD client by Bjorn Andersson · 8 years ago
  5. 7860eb7 wcn36xx: Silence error about unsupported smd event 188 by Bjorn Andersson · 9 years ago
  6. 86ceae9 wcn36xx: Fix up wcn36xx_smd_update_scan_params() by Bjorn Andersson · 9 years ago
  7. 6f10b4e wcn36xx: Correct DXE chip version differentiation by Bjorn Andersson · 9 years ago
  8. 05ddce4 wcn36xx: Split mmio space into explicit regions by Bjorn Andersson · 9 years ago
  9. 1c41fd5 wcn36xx: Change indication list lock to spinlock by Bjorn Andersson · 9 years ago
  10. 909aa60 wcn36xx: Fold indication payload into message header by Bjorn Andersson · 9 years ago
  11. 8527f68 wcn36xx: Set SMD timeout to 10 seconds by Bjorn Andersson · 9 years ago
  12. efd7cef Merge ath-next from ath.git by Kalle Valo · 9 years ago
  13. ffc03c3 wcn36xx: Fill in capability list by Bjorn Andersson · 9 years ago
  14. 23c2aab wcn36xx: Correct remove bss key response encoding by Bjorn Andersson · 9 years ago
  15. 5443918 wcn36xx: Delete BSS before idling link by Bjorn Andersson · 9 years ago
  16. 6770559 wcn36xx: Use correct command struct for EXIT_BMPS_REQ by Pontus Fuchs · 9 years ago
  17. 20a779e wcn36xx: Implement multicast filtering by Pontus Fuchs · 9 years ago
  18. 043ce54 wcn36xx: Track association state by Pontus Fuchs · 9 years ago
  19. 2716a8ac wcn36xx: Clear encrypt_type when deleting bss key by Pontus Fuchs · 9 years ago
  20. 6d9cf12 wcn36xx: Use allocated self sta index instead of hard coded by Pontus Fuchs · 9 years ago
  21. df98c32 wcn36xx: Copy all members in config_sta v1 conversion by Pontus Fuchs · 9 years ago
  22. 16be1ac wcn36xx: Parse trigger_ba response properly by Pontus Fuchs · 9 years ago
  23. 25a44da wcn36xx: Remove sta pointer in private vif struct by Pontus Fuchs · 9 years ago
  24. 81c6926 wcn36xx: Fetch private sta data from sta entry instead of from vif by Pontus Fuchs · 9 years ago
  25. a92e469 wcn36xx: Add helper macros to cast sta to priv by Pontus Fuchs · 9 years ago
  26. 90023c0 wcn36xx: Use define for invalid index and fix typo by Pontus Fuchs · 9 years ago
  27. 657a49b wcn36xx: Use consistent name for private vif by Pontus Fuchs · 9 years ago
  28. ce75877 wcn36xx: Add helper macros to cast vif to private vif and vice versa by Pontus Fuchs · 9 years ago
  29. 91c3eeb wcn36xx: Pad TIM PVM if needed by Pontus Fuchs · 9 years ago
  30. 25d217d6 wcn36xx: Clean up wcn36xx_smd_send_beacon by Pontus Fuchs · 9 years ago
  31. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  32. f980ebc mac80211: allow not sending MIC up from driver for HW crypto by Sara Sharon · 9 years ago
  33. 50ea05e mac80211: pass block ack session timeout to to driver by Sara Sharon · 9 years ago
  34. 9d5db23 wcn36xx: split DMA mask register writing. by Fengwei Yin · 9 years ago
  35. 2ec7752 wcn36xx: handle rx skb allocation failure to avoid system crash by Fengwei Yin · 9 years ago
  36. 1d14c6f wcn36xx: use new response format for wcn3620 remove_bsskey by Andy Green · 9 years ago
  37. 69f66b6 wcn36xx: use new response format for wcn3620 trigger_ba by Andy Green · 9 years ago
  38. 40ac77c wcn36xx: handle new hal response format by Andy Green · 9 years ago
  39. df0d436 wcn36xx: swallow two wcn3620 IND messages by Andy Green · 9 years ago
  40. 9193ade wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND by Andy Green · 9 years ago
  41. 0722552 wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc. by yfw · 9 years ago
  42. 8e8e54c wcn36xx: introduce per-channel ring buffer locks by Bob Copeland · 9 years ago
  43. e3abc8f mac80211: allow to transmit A-MSDU within A-MPDU by Emmanuel Grumbach · 9 years ago
  44. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  45. ea1b2b45 mac80211: remove short slot/short preamble incapable flags by Johannes Berg · 10 years ago
  46. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  47. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  48. e26dc17 wcn36xx: initiate TX BA sessions by Bob Copeland · 10 years ago
  49. 5f3f928 wcn36xx: move set_tx_pdu inside set_tx_data/mgmt by Bob Copeland · 10 years ago
  50. 4b12462 wcn36xx: initialize dxe lock by Bob Copeland · 10 years ago
  51. 90dccb7 wcn36xx: initialize skb_lock by Bob Copeland · 10 years ago
  52. bfa6696 wcn36xx: don't process 'valid' descriptors by Bob Copeland · 10 years ago
  53. 232ddcd wcn36xx: let device generate qos seq numbers by Bob Copeland · 10 years ago
  54. f786a6d wcn36xx: use !! when assigning int as a boolean by Bob Copeland · 10 years ago
  55. 69a88cc wcn36xx: initialize device defaults on start by Bob Copeland · 10 years ago
  56. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 11 years ago
  58. 0b07a15 net: wireless: ath: wcn36xx: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  59. f778b76 wcn36xx: remove unnecessary break after goto by Fabian Frederick · 11 years ago
  60. 304014a wcn36xx: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 11 years ago
  61. 908628d wcn36xx: Update dtim period before starting BSS by Pontus Fuchs · 11 years ago
  62. 82cad2a wcn36xx: Track dpu signature per sta by Pontus Fuchs · 11 years ago
  63. 2ba0b46 wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_sign by Pontus Fuchs · 11 years ago
  64. f2ed5d2 wcn36xx: Add support for 3680 by Pontus Fuchs · 11 years ago
  65. 2be6636 wcn36xx: Print FW capabilities by Pontus Fuchs · 11 years ago
  66. 4bda7fa wcn36xx: Cache nv to avoid request_firmware on resume path by Pontus Fuchs · 11 years ago
  67. 546c505 wcn36xx: Wait longer for SMD commands to complete by Pontus Fuchs · 11 years ago
  68. c951da4 wcn36xx: Improve feature caps exchange by Pontus Fuchs · 11 years ago
  69. 0876232 wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alive by Pontus Fuchs · 11 years ago
  70. 0059b2b mac80211: remove unused radiotap vendor fields in ieee80211_rx_status by Emmanuel Grumbach · 11 years ago
  71. 90accd0 net: wirelesse: wcn36xx: pull allocation outside of critical section by Michal Nazarewicz · 11 years ago
  72. fa643ae wcn36xx: enable the beaconing in mesh mode by Chun-Yeow Yeoh · 11 years ago
  73. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  74. cddc604 wcn36xx: fix typo error by Chun-Yeow Yeoh · 11 years ago
  75. 42bc702 wcn36xx: set self STA default HT parameters by Chun-Yeow Yeoh · 11 years ago
  76. 684e55f wcn36xx: Fix logging macro with unnecessary semicolon by Eugene Krasnikov · 11 years ago
  77. b3e3f87 wcn36xx: enable beacon change using BSS_CHANGED_BEACON by Chun-Yeow Yeoh · 11 years ago
  78. 3469adb net: wireless: wcn36xx: fix potential NULL pointer dereference by Michal Nazarewicz · 11 years ago
  79. 95b48c2c wcn36xx: missing unlocks on error paths by Dan Carpenter · 11 years ago
  80. 1221c25 wcn36xx: Add missing unlock before return by Wei Yongjun · 11 years ago
  81. 876efcf wcn36xx: harmless memory corruption bug in debugfs by Dan Carpenter · 11 years ago
  82. 50d60c6 wcn36xx: fix coccinelle warnings by Fengguang Wu · 11 years ago
  83. 8e84c25 wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware by Eugene Krasnikov · 11 years ago