1. 66870b1 wl12xx: fix oops in sched_scan when forcing a passive scan by Luciano Coelho · 13 years ago
  2. 50a66d7 wl12xx: add separate config value for DFS dwell time on sched scan by Luciano Coelho · 13 years ago
  3. 2497a24 wl12xx: fix DFS channels handling in scheduled scan by Luciano Coelho · 13 years ago
  4. dd08682 wl12xx: fix passive and radar channel generation for scheduled scan by Luciano Coelho · 13 years ago
  5. f634a4e wl12xx: fix compilation error when CONFIG_PM is not set by Luciano Coelho · 13 years ago
  6. 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
  7. 9439064 wl12xx: enter/exit psm on wowlan suspend/resume by Eliad Peller · 13 years ago
  8. f795ea8 wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger by Eliad Peller · 13 years ago
  9. f44e586 wl12xx: prevent scheduling while suspending (WoW enabled) by Eliad Peller · 13 years ago
  10. 039bdb1 wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend by Eliad Peller · 13 years ago
  11. 402e4861 wl12xx: declare suspend/resume callbacks (for wowlan) by Eliad Peller · 13 years ago
  12. 2c0f246 wl12xx_sdio: set interrupt as wake_up interrupt by Eliad Peller · 13 years ago
  13. fe44870 wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED by Luciano Coelho · 13 years ago
  14. 683c002 wl12xx: prevent sched_scan when not idle or not in station mode by Luciano Coelho · 13 years ago
  15. d3eff81 wl12xx: export scheduled scan state in debugfs by Luciano Coelho · 13 years ago
  16. 33c2c06 wl12xx: implement scheduled scan driver operations and reporting by Luciano Coelho · 13 years ago
  17. 95feadc wl12xx: add scheduled scan structures and commands by Luciano Coelho · 13 years ago
  18. 6394c01 wl12xx: listen to scheduled scan events by Luciano Coelho · 13 years ago
  19. 3a9d60e wl12xx: add configuration values for scheduled scan by Luciano Coelho · 13 years ago
  20. fcd23b6 wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flags by Shahar Levi · 13 years ago
  21. bc76b94 wl12xx: Don't filter beacons that include changed HT IEs by Shahar Levi · 13 years ago
  22. 889cb36 wl12xx: simplify wl1271_ssid_set() by Eliad Peller · 13 years ago
  23. a70171d 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
  24. 25eaea30 Revert "wl12xx: support FW TX inactivity triggers" by Luciano Coelho · 13 years ago
  25. 2d66bee wl12xx: export driver state to debugfs by Arik Nemtsov · 13 years ago
  26. 7dece1c wl12xx: fix race condition during recovery in AP mode by Arik Nemtsov · 13 years ago
  27. 2dc5a5c wl12xx: add debugfs entry for starting recovery by Arik Nemtsov · 13 years ago
  28. c45a85b wl12xx: AP-mode - reconfigure templates after basic rates change by Arik Nemtsov · 13 years ago
  29. 70f4742 wl12xx: AP-mode - overhaul rate policy configuration by Arik Nemtsov · 13 years ago
  30. 52dcaf5 wl12xx: print firmware program counter during recovery by Arik Nemtsov · 13 years ago
  31. f482b76 wl12xx: schedule recovery on command timeout by Arik Nemtsov · 13 years ago
  32. 521a4a2 wl12xx: AP-mode - disable beacon filtering on start up by Arik Nemtsov · 13 years ago
  33. 5f704d1 wl12xx: use wiphy values for setting rts, frag thresholds on init by Arik Nemtsov · 13 years ago
  34. 801f870 wl12xx: add BT-coexistance for AP by Arik Nemtsov · 13 years ago
  35. f7c7c7e wl12xx: strict_stroul introduced converted to kstrtoul by Luciano Coelho · 13 years ago
  36. 86c438f wl12xx: do not set queue_mapping directly by Hauke Mehrtens · 13 years ago
  37. 34c8e3d wl12xx: discard corrupted packets in RX by Arik Nemtsov · 13 years ago
  38. 3343789 wl12xx: implement the tx_frames_pending mac80211 callback by Arik Nemtsov · 13 years ago
  39. 4cf557f wl12xx: Enable dynamic memory for 127x by Ido Yariv · 13 years ago
  40. ef2e300 wl12xx: Restart TX when TX descriptors are available by Ido Yariv · 13 years ago
  41. ae825e4 wl12xx: Modify memory configuration for 128x/AP by Ido Yariv · 13 years ago
  42. 1fe9e24 wl12xx: add debugfs entries for dtim_interval and beacon_interval by Eliad Peller · 13 years ago
  43. 2370841 wl12xx: Update Power Save Exit Retries Packets by Shahar Levi · 13 years ago
  44. ff86843 wl12xx: FM WLAN coexistence by Shahar Levi · 13 years ago
  45. cb5ae05 wl12xx: configure rates when working in ibss mode by Eliad Peller · 13 years ago
  46. 30df14d wl12xx: avoid redundant join on interface reconfiguration by Eliad Peller · 13 years ago
  47. a20a5b7 wl12xx: print actual rx packet size (without padding) by Eliad Peller · 13 years ago
  48. b03acad wl12xx: Set correct REF CLK and TCXO CLK values to the FW by Shahar Levi · 13 years ago
  49. a665d6e wl12xx: avoid premature elp entrance by Eliad Peller · 13 years ago
  50. c75bbcd wl12xx: sleep instead of wakeup after tx work by Eliad Peller · 13 years ago
  51. 564f595 wl12xx: Set End-of-transaction Flag at Wl127x AP Mode by Shahar Levi · 13 years ago
  52. 4768480 wl12xx: support FW TX inactivity triggers by Arik Nemtsov · 13 years ago
  53. cf27d86 wl12xx: fix sparse warning about undeclared wl12xx_alloc_dummy_packet by Luciano Coelho · 13 years ago
  54. 4ec23d6 wl12xx: remove unused conf_radio_params structure by Luciano Coelho · 13 years ago
  55. afb7d3c wl12xx: move hardcoded hci_io_ds value into the conf struct by Luciano Coelho · 13 years ago
  56. 6277ed6 wl12xx: use kstrtoul functions by Luciano Coelho · 13 years ago
  57. 341b7cd wl12xx: Handle platforms without level trigger interrupts by Ido Yariv · 13 years ago
  58. d2f4d47 wl12xx: Simplify TX blocks accounting by Ido Yariv · 13 years ago
  59. 990f5de wl12xx: Clean up the dummy packet mechanism by Ido Yariv · 13 years ago
  60. 0da13da wl12xx: Clean up the block size alignment code by Ido Yariv · 13 years ago
  61. d29633b wl12xx: Clean up and fix the 128x boot sequence by Ido Yariv · 13 years ago
  62. 8bf69aa wl12xx: fix "JOIN while associated" commentary by Ohad Ben-Cohen · 13 years ago
  63. c574518 wl12xx: fix roaming by Ohad Ben-Cohen · 13 years ago
  64. 13026de wl12xx: Handle duplicate calling of remove interface by Juuso Oikarinen · 13 years ago
  65. c1b193e wl12xx: rearrange some ELP wake_up/sleep calls by Eliad Peller · 13 years ago
  66. 17e672d wl12xx: configure channel/band while FW is off by Arik Nemtsov · 13 years ago
  67. 4a31c11 wl12xx: use a bitmask instead of list of booleans in scanned_ch by Luciano Coelho · 13 years ago
  68. 4623ec7 wl12xx: fix a couple of sparse warnings about undeclared functions by Luciano Coelho · 13 years ago
  69. d9482e2 wl12xx: fix SG BT load value to reflect its new meaning by Luciano Coelho · 13 years ago
  70. 18b92ff wl12xx: set the skbuff priority for dummy packets by Luciano Coelho · 13 years ago
  71. db674d2 wl12xx: set the actual tid instead of the ac by Eliad Peller · 13 years ago
  72. f9f774c wl12xx: Add mutex protection for interface list by Juuso Oikarinen · 13 years ago
  73. 1d732e8 wl12xx: Clamp byte mode transfers for 128x chips by Arik Nemtsov · 13 years ago
  74. 958b20e0 wl12xx: update bet_max_consecutive by Ohad Ben-Cohen · 13 years ago
  75. 871d0c3 wl12xx: Add support for 11n Rx STBC one spatial stream by Shahar Levi · 13 years ago
  76. 0af0467 wl12xx: Fix potential incorrect band in rx-status by Juuso Oikarinen · 13 years ago
  77. e7ddf54 wl12xx: use 1 spare TX block instead of two by Luciano Coelho · 13 years ago
  78. 0830cee wl12xx: 1281/1283 support - enable chip support by Shahar Levi · 13 years ago
  79. 1aed55f wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x chips by Arik Nemtsov · 13 years ago
  80. ae47c45 wl12xx: 1281/1283 support - Add dummy packet support by Shahar Levi · 13 years ago
  81. ae77ecc wl12xx: 1281/1283 support - Improve Tx & Rx path by Shahar Levi · 13 years ago
  82. 13b107d wl12xx: 1281/1283 support - use dynamic memory for the RX/TX pools by Shahar Levi · 13 years ago
  83. 5ea417a wl12xx: 1281/1283 support - New boot sequence by Shahar Levi · 13 years ago
  84. bc765bf wl12xx: 1281/1283 support - Loading FW & NVS by Shahar Levi · 13 years ago
  85. 49d750ca wl12xx: 1281/1283 support - New radio structs and functions by Shahar Levi · 13 years ago
  86. a81159e wl12xx: 1281/1283 support - add block size handling for sdio and spi by Luciano Coelho · 13 years ago
  87. 48a6147 wl12xx: 1281/1283 support - Add acx commands by Shahar Levi · 13 years ago
  88. 5aa4234 wl12xx: 1281/1283 support - Add Definitions by Shahar Levi · 13 years ago
  89. b9b0fde wl12xx: 1281/1283 support - move IRQ polarity by Shahar Levi · 13 years ago
  90. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  91. 09b661b wl12xx: fix potential buffer overflow in testmode nvs push by Luciano Coelho · 13 years ago
  92. 5245e3a wl12xx: fix module author's email address in the spi and sdio modules by Luciano Coelho · 13 years ago
  93. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  94. 80751e2 ieee80211: add IEEE80211_COUNTRY_STRING_LEN definition by Bing Zhao · 13 years ago
  95. 95a7761 wl12xx: Correctly set up protection if non-GF STAs are present by Helmut Schaa · 13 years ago
  96. 24225b3 wl12xx: wakeup chip from ELP during scan by Arik Nemtsov · 14 years ago
  97. b16d4b6 wl12xx: Modify requested number of memory blocks by Ido Yariv · 14 years ago
  98. b07d403 wl12xx: Avoid redundant TX work by Ido Yariv · 14 years ago
  99. 2da69b8 wl12xx: Switch to level trigger interrupts by Ido Yariv · 14 years ago
  100. a620865 wl12xx: Switch to a threaded interrupt handler by Ido Yariv · 14 years ago