1. 78b8e51 wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME change by John W. Linville · 13 years ago
  2. 04b4d69 wl12xx: fix tx_queue_count spurious increment by Arik Nemtsov · 13 years ago
  3. 04216da wl12xx: AP-mode - prevent Tx to stale/invalid stations by Arik Nemtsov · 13 years ago
  4. cf42039 wl12xx: set the AP-started flag only after setting keys by Arik Nemtsov · 13 years ago
  5. 9b17f1b wl12xx: enable AP advanced functionality by Arik Nemtsov · 13 years ago
  6. 769d7ac wl12xx: don't wait for disconnection event by Eliad Peller · 13 years ago
  7. bdf91cf wl12xx: handle wrap-around overflow in released Tx blocks FW counter by Arik Nemtsov · 13 years ago
  8. 742246f wl12xx: schedule TX packets according to FW packet occupancy by Arik Nemtsov · 13 years ago
  9. bf54e30 wl12xx: track freed packets in FW by AC by Arik Nemtsov · 13 years ago
  10. 010d3d3 wl12xx: don't remove key if hlid was already deleted by Eliad Peller · 13 years ago
  11. 7f97b48 wl12xx: use ap_bcast_hlid for recorded keys by Eliad Peller · 13 years ago
  12. 1a8adb6 wl12xx: AP-mode - configure HT rate support to the FW by Arik Nemtsov · 13 years ago
  13. 99d5ad7 wl12xx: AP-mode - configure STA HT rates on join by Arik Nemtsov · 13 years ago
  14. 0b932ab wl12xx: AP-mode - set STA HT capabilities when adding a STA by Arik Nemtsov · 13 years ago
  15. 227e81e wl12xx: support IBSS vif type by Eliad Peller · 13 years ago
  16. 31cd3ae wl12xx: add wl12xx_cmd_role_start_ibss() by Eliad Peller · 13 years ago
  17. b42f068 wl12xx: don't remove key if hlid was already deleted by Eliad Peller · 13 years ago
  18. b67476e wl12xx: call wl12xx_cmd_set_peer_state() in AP mode by Eliad Peller · 13 years ago
  19. 0f9c825 wl12xx: re-enable block ack session support by Arik Nemtsov · 13 years ago
  20. e51ae9b wl12xx: use dynamic hlids for AP-mode by Arik Nemtsov · 13 years ago
  21. 712e9bf wl12xx: fix session counter by Arik Nemtsov · 13 years ago
  22. 3be4112 wl12xx: update BT coex configuration params by Eliad Peller · 13 years ago
  23. 251c177 wl12xx: replace dummy_join with ROC/CROC commands by Eliad Peller · 13 years ago
  24. 79ebec7 wl12xx: handle dummy packet event also in ap mode by Arik Nemtsov · 13 years ago
  25. a7cba38 wl12xx: add ROC/CROC commands by Eliad Peller · 13 years ago
  26. f4df1bd wl12xx: add system_hlid by Eliad Peller · 13 years ago
  27. fa6ad9f wl12xx: add set_rate_mgmt_params acx by Eliad Peller · 13 years ago
  28. f42bd2c wl12xx: use wl1271_acx_beacon_filter_opt for both sta and ap by Eliad Peller · 13 years ago
  29. 154037d wl12xx: change max/default template size by Eliad Peller · 13 years ago
  30. 79b122d wl12xx: update rx/tx by Eliad Peller · 13 years ago
  31. a4e02f3 wl12xx: update scan cmd api by Eliad Peller · 13 years ago
  32. 04e8079 wl12xx: add device role commands by Eliad Peller · 13 years ago
  33. b78b47e wl12xx: enable/disable role on interface add/remove by Eliad Peller · 13 years ago
  34. c690ec8 wl12xx: update commands & events by Eliad Peller · 13 years ago
  35. 7f097988 wl12xx: update acx commands by Eliad Peller · 13 years ago
  36. 4d56ad9 wl12xx: update fw status struct by Eliad Peller · 13 years ago
  37. 08c1d1c wl12xx: remove rx filtering stuff by Eliad Peller · 13 years ago
  38. dbe25cb wl12xx: temporarily disable advanced ap functions by Eliad Peller · 13 years ago
  39. 2920743 wl12xx: use 1 spare block in all cases by Arik Nemtsov · 13 years ago
  40. c302b2c wl12xx: Use a single fw for both STA and AP roles by Arik Nemtsov · 13 years ago
  41. 7bb5d6c wl12xx: Revert "wl12xx: schedule TX packets according to FW occupancy" by Arik Nemtsov · 13 years ago
  42. 6f07b72 wl12xx: fixes for hw_pg_ver and chip id reporting by Gery Kahn · 13 years ago
  43. 0a1d3ab wl12xx: Add support to RX packets payload alignment by Shahar Levi · 13 years ago
  44. 3b40c04 wl12xx: remove wext dependencies by Johannes Berg · 13 years ago
  45. 95a943c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  46. e441a5e Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 13 years ago
  47. 204d164 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  48. f1a4638 wl12xx: start/stop queues according to global per-AC counters by Arik Nemtsov · 13 years ago
  49. 333c0db Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 13 years ago
  50. 097f882 wl12xx: always initialize AP-mode max power level by Arik Nemtsov · 13 years ago
  51. 6cfa5cf wl12xx: initialize max_power levels for 11a channels by Arik Nemtsov · 13 years ago
  52. 73ecce3 wl12xx: implement cancel_hw_scan() callback by Eliad Peller · 13 years ago
  53. 2aa0159 wl12xx: add stop_scan command by Eliad Peller · 13 years ago
  54. e85d162 wl12xx: configure suspend/resume only if associated/started by Eliad Peller · 13 years ago
  55. b5d6e5f wl12xx: one SDIO initialization is enough by Ohad Ben-Cohen · 13 years ago
  56. 708bb3c wl12xx: implement Tx watermarks per AC by Arik Nemtsov · 13 years ago
  57. 787b2dc wl12xx: Increase low & high TX watermarks by Ido Yariv · 13 years ago
  58. 9e374a3 wl12xx: schedule TX packets according to FW occupancy by Arik Nemtsov · 13 years ago
  59. fae2fd7 wl12xx: use 802.11 header location after relocation to frame start by Arik Nemtsov · 13 years ago
  60. 3618f30 wl12xx: AP mode - support FW TX inactivity triggers by Arik Nemtsov · 13 years ago
  61. b992c68 wl12xx: fix Tx security sequence number handling by Oz Krakowski · 13 years ago
  62. df2cbe4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  63. b4d38db wl12xx: AP-mode - use mac80211 indication about STA WME support by Arik Nemtsov · 13 years ago
  64. 95dac04f wl12xx: Support routing FW logs to the host by Ido Yariv · 13 years ago
  65. baacb9ae wl12xx: Avoid recovery while one is already in progress by Ido Yariv · 13 years ago
  66. 842f1a6 wl12xx: Check for FW quirks as soon as the FW boots by Ido Yariv · 13 years ago
  67. 92ef896 wl12xx: use freezable workqueue for netstack_work by Eliad Peller · 13 years ago
  68. c27d3ac wl12xx: use _ni version of ieee80211_tx_status by Eliad Peller · 13 years ago
  69. ef4b29e wl12xx: check the vif's operstate after join by Eliad Peller · 13 years ago
  70. 6bb0433 wl12xx_sdio: enable wowlan only if enable_irq_wake() succeeded by Eliad Peller · 13 years ago
  71. 8a7cf3f wl12xx: enable/disable beacon filtering on ap suspend/resume by Eliad Peller · 13 years ago
  72. ff91afc wl12xx: clear wl->wow_enabled on resume by Eliad Peller · 13 years ago
  73. 4a859df wl12xx: don't check wow param on suspend/resume by Eliad Peller · 13 years ago
  74. 0c00504 wl12xx: Add Support for Low Power DRPw (LPD) Mode by Shahar Levi · 13 years ago
  75. 86046da wl12xx: don't bail if mmc isn't MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 13 years ago
  76. d2c2bb9 wl12xx: split channel array per band in sched_scan by Luciano Coelho · 13 years ago
  77. d192d26 wl12xx: fix erroneous commit (cb5ae0) by Eliad Peller · 13 years ago
  78. a011130 wl12xx: remove unused crc7 references by Eliad Peller · 13 years ago
  79. 0e44eb2 wl12xx: Enable beacon early termination in 2.4GHz band only by Shahar Levi · 13 years ago
  80. c84368e wl12xx: add rx_streaming debugfs entry by Eliad Peller · 13 years ago
  81. 77ddaa1 wl12xx: add automatic rx streaming triggers by Eliad Peller · 13 years ago
  82. f84673d wl12xx: add support for rx streaming by Eliad Peller · 13 years ago
  83. ba2274c net: wl12xx: remove unnecessary prints by Felipe Balbi · 13 years ago
  84. 4c4cdfa net: wl12xx: remove the nops by Felipe Balbi · 13 years ago
  85. 77d7d7a net: wl12xx: care for optional operations by Felipe Balbi · 13 years ago
  86. 6bdaf79 net: wl12xx: remove some unnecessary prints by Felipe Balbi · 13 years ago
  87. 33dd74c net: wl12xx: sdio: id_tables should be __devinitconst by Felipe Balbi · 13 years ago
  88. c0c33ad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  89. 70559a0 wl12xx: Stop BA session event from device by Shahar Levi · 13 years ago
  90. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  91. 66870b1 wl12xx: fix oops in sched_scan when forcing a passive scan by Luciano Coelho · 13 years ago
  92. 50a66d7 wl12xx: add separate config value for DFS dwell time on sched scan by Luciano Coelho · 13 years ago
  93. 2497a24 wl12xx: fix DFS channels handling in scheduled scan by Luciano Coelho · 13 years ago
  94. dd08682 wl12xx: fix passive and radar channel generation for scheduled scan by Luciano Coelho · 13 years ago
  95. f634a4e wl12xx: fix compilation error when CONFIG_PM is not set by Luciano Coelho · 13 years ago
  96. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  97. 9439064 wl12xx: enter/exit psm on wowlan suspend/resume by Eliad Peller · 13 years ago
  98. f795ea8 wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger by Eliad Peller · 13 years ago
  99. f44e586 wl12xx: prevent scheduling while suspending (WoW enabled) by Eliad Peller · 13 years ago
  100. 039bdb1 wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend by Eliad Peller · 13 years ago