1. 24225b3 wl12xx: wakeup chip from ELP during scan by Arik Nemtsov · 14 years ago
  2. b16d4b6 wl12xx: Modify requested number of memory blocks by Ido Yariv · 14 years ago
  3. b07d403 wl12xx: Avoid redundant TX work by Ido Yariv · 14 years ago
  4. 2da69b8 wl12xx: Switch to level trigger interrupts by Ido Yariv · 14 years ago
  5. a620865 wl12xx: Switch to a threaded interrupt handler by Ido Yariv · 14 years ago
  6. 393fb56 wl12xx: Change claiming of the SDIO bus by Ido Yariv · 14 years ago
  7. 606ea9f wl12xx: Do end-of-transactions transfers only if needed by Ido Yariv · 14 years ago
  8. 8aad246 wl12xx: Reorder data handling in irq_work by Ido Yariv · 14 years ago
  9. 50e9f74 wl12xx: Remove private headers in wl1271_tx_reset by Ido Yariv · 14 years ago
  10. 11251e7 wl12xx: Don't rely on runtime PM for toggling power by Ido Yariv · 14 years ago
  11. f62c317 wl12xx: fix the path to the wl12xx firmwares by Sebastien Jan · 14 years ago
  12. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 14 years ago
  13. b622d99 wl12xx: AP-mode - management of links in PS-mode by Arik Nemtsov · 14 years ago
  14. 09039f4 wl12xx: AP-mode - count free FW TX blocks per link by Arik Nemtsov · 14 years ago
  15. 409622e wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add() by Arik Nemtsov · 14 years ago
  16. ba7c082 wl12xx: AP-mode - support HW based link PS monitoring by Arik Nemtsov · 14 years ago
  17. 1d36cd8 wl12xx: report invalid TX rate when returning non-TX-ed skbs by Arik Nemtsov · 14 years ago
  18. a8c0ddb wl12xx: AP-mode - TX queue per link in AC by Arik Nemtsov · 14 years ago
  19. 99a2775 wl12xx: AP-mode - fix race condition on sta connection by Arik Nemtsov · 14 years ago
  20. f4d08dd wl12xx: fix potential race condition with TX queue watermark by Arik Nemtsov · 14 years ago
  21. 6dc9fb3 wl12xx: always set mac_address when configuring ht caps by Eliad Peller · 14 years ago
  22. 02ad2d9 wl12xx: use standard ALIGN() macro by Eliad Peller · 14 years ago
  23. 62c0740 wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUS by Eliad Peller · 14 years ago
  24. b1a48ca wl12xx: fix MODULE_AUTHOR email address by Luciano Coelho · 14 years ago
  25. a100885 wl12xx: avoid blocking while holding rcu lock on bss info change by Arik Nemtsov · 14 years ago
  26. 92fe9b5 wl12xx: fix identification of beacon packets (debug) by Eliad Peller · 14 years ago
  27. 1ec610e wl12xx: update PLT initialization for new firmware by Gery Kahn · 14 years ago
  28. 03c5a9c wl12xx: change type from u8 to int by Dan Carpenter · 14 years ago
  29. 0aec516 wl12xx: fix sdio_test kconfig/build errors by Randy Dunlap · 14 years ago
  30. 72c2d9e wl12xx: set supported_rates after association by Eliad Peller · 14 years ago
  31. fe5ef09 wl12xx: use the conf struct instead of macros for memory configuration by Eliad Peller · 14 years ago
  32. c8bde24 wl12xx: move to new firmware (6.1.3.50.49) by Eliad Peller · 14 years ago
  33. ee60833 wl12xx: mcp2.5 - add config_ps acx by Eliad Peller · 14 years ago
  34. 7c3ee9e wl12xx: fix warning due to missing arg in ampdu_action by Luciano Coelho · 14 years ago
  35. e5e2f24 wl12xx: disable auto-arp by Eliad Peller · 14 years ago
  36. ea45b2c wl12xx: Increase scan channel dwell time for passive scans by Juuso Oikarinen · 14 years ago
  37. 8e2de74 wl12xx: wrong values are returned in gpio_power_write() by Eliad Peller · 14 years ago
  38. bbba3e6 wl12xx: BA receiver support by Levi, Shahar · 14 years ago
  39. 4b7fac7 wl12xx: BA initiator support by Levi, Shahar · 14 years ago
  40. 6c89b7b wl12xx: Add channel 14 to list of supported 2ghz channels by Arik Nemtsov · 14 years ago
  41. d75387c wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FW by Arik Nemtsov · 14 years ago
  42. 4ae3fa8 wl12xx: Cleanup PLT mode when module is removed by Juuso Oikarinen · 14 years ago
  43. 1d4801f wl12xx: fix some endianess bugs by Eliad Peller · 14 years ago
  44. 4c9cfa7 wl12xx: add hw configuration for max supported AMDPU size by Luciano Coelho · 14 years ago
  45. 491bbd6 wl12xx: change debug_level module param sysfs permissions by Guy Eilam · 14 years ago
  46. 2d6e4e76 wl12xx: lock the RCU when accessing sta via ieee80211_find_sta() by Luciano Coelho · 14 years ago
  47. a8aaaf5 wl12xx: don't modify the global supported band structures by Luciano Coelho · 14 years ago
  48. fa287b8 wl12xx: don't join upon disassociation by Eliad Peller · 14 years ago
  49. 038d925 wl12xx: Enable AP-mode by Arik Nemtsov · 14 years ago
  50. 31d26ec wl12xx: Read MAC address from NVS file on HW startup by Arik Nemtsov · 14 years ago
  51. 166d504 wl12xx: AP mode - fetch appropriate firmware for AP by Arik Nemtsov · 14 years ago
  52. 7f179b4 wl12xx: AP mode - encryption support by Arik Nemtsov · 14 years ago
  53. 488fc54 wl12xx: AP mode - record TX configuration settings by Arik Nemtsov · 14 years ago
  54. c6c8a65 wl12xx: AP mode - changes in TX path by Arik Nemtsov · 14 years ago
  55. f84f7d7 wl12xx: AP mode - add STA add/remove ops by Arik Nemtsov · 14 years ago
  56. 7d05786 wl12xx: AP mode - change filter config by Arik Nemtsov · 14 years ago
  57. bee0ffe wl12xx: AP mode config in ieee80211_ops.config by Arik Nemtsov · 14 years ago
  58. e78a287 wl12xx: Configure AP on BSS info change by Arik Nemtsov · 14 years ago
  59. beb6c88 wl12xx: Add AP related definitions to HOST-FW interface by Arik Nemtsov · 14 years ago
  60. ae113b5 wl12xx: AP specific RX filter configuration by Arik Nemtsov · 14 years ago
  61. e0fe371 wl12xx: AP mode - init sequence by Arik Nemtsov · 14 years ago
  62. 05285cf wl12xx: AP mode - workaround for FW bug on station remove by Arik Nemtsov · 14 years ago
  63. 98bdaab wl12xx: AP-mode high level commands by Arik Nemtsov · 14 years ago
  64. 203c903 wl12xx: AP mode - add AP specific event by Arik Nemtsov · 14 years ago
  65. 79b223f wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commands by Arik Nemtsov · 14 years ago
  66. 1e05a81 wl12xx: Add AP related configuration to conf_drv_settings by Arik Nemtsov · 14 years ago
  67. 6177eae wl12xx: fix some sparse warnings by Eliad Peller · 14 years ago
  68. 0dd3866 wl12xx: use after free in debug code by Dan Carpenter · 14 years ago
  69. 3c2c04a wl12xx: remove redundant debugfs_remove_recursive() call by Eliad Peller · 14 years ago
  70. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  71. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  72. e8a8b25 Fix spelling mistakes in comments by Stefan Weil · 14 years ago
  73. 750de29 wl12xx: remove unnecessary import by Hauke Mehrtens · 14 years ago
  74. 248daa0 wl12xx_sdio_test: rename files to match current style by Luciano Coelho · 14 years ago
  75. 6742f55 wl12xx: Change TX queue to be per AC by Juuso Oikarinen · 14 years ago
  76. 17c1755 wl12xx: allow runtime changing of debug_level by Eliad Peller · 14 years ago
  77. ea559b4 wl1271: fixed problem with WPS IEs in probe requests by Guy Eilam · 14 years ago
  78. c531277 wl12xx: add auto-arp support by Eliad Peller · 14 years ago
  79. b69eb80 wl1271_sdio_test: Add module for sdio RX/TX testing by Roger Quadros · 14 years ago
  80. fb6a681 wl12xx: disable 11a channels when wl->enable_11a is known by Luciano Coelho · 14 years ago
  81. 1036dc1 wl12xx: Remove 11j channels from the supported channels list. by Juuso Oikarinen · 14 years ago
  82. 870c367 wl1271: Add wl1271_load_firmware() and export some functions by Roger Quadros · 14 years ago
  83. 43a598d wl12xx: fix illegal memset if debugfs is not enabled by Luciano Coelho · 14 years ago
  84. d60080a wl1271: move wl12xx debugfs directory to under wiphy's debugfs by Eliad Peller · 14 years ago
  85. 7cb2cea wl1271: use debugfs_remove_recursive by Eliad Peller · 14 years ago
  86. 2f6724b wl1271: Fix setting of the hardware connection monitoring probe-req template by Juuso Oikarinen · 14 years ago
  87. 573c67c wl12xx: disable 11a channels when regulatory changes if 11a is not supported by Luciano Coelho · 14 years ago
  88. 6735329 wl12xx: Fix kernel crash related to hw recovery and interface shutdown by Juuso Oikarinen · 14 years ago
  89. b84a7d3 wl12xx: Unset bssid filter, ssid and bssid from firmware on disassoc by Juuso Oikarinen · 14 years ago
  90. 68d069c wl1271: add support for HW TX fragmentation by Arik Nemtsov · 14 years ago
  91. fa97f46 Revert "wl1271: Change supported channel order for a more optimal scan" by Juuso Oikarinen · 14 years ago
  92. b7417d9 wl1271: Prevent ad-hoc and active scanning on 11a DFS frequencies by Juuso Oikarinen · 14 years ago
  93. 9143302 wl1271: cleanup unused code of calibration structures by Gery Kahn · 14 years ago
  94. 00d2010 wl1271: Change wl12xx Files Names by Shahar Levi · 14 years ago
  95. e4b3fdb wl1251: use wl12xx_platform_data to pass data by Grazvydas Ignotas · 14 years ago
  96. e285a52 wl1271: add recover testmode command by Eliad Peller · 14 years ago
  97. ccc83b0 wl1271: handle HW watchdog interrupt by Eliad Peller · 14 years ago
  98. 03107a4 wl1271: refactor debugfs function generation code by Eliad Peller · 14 years ago
  99. 71125ab wl1271: set wl->vif only if add_interface succeeded. by Eliad Peller · 14 years ago
  100. f8d9802 wl1271: Check interface state in op_* functions by Juuso Oikarinen · 14 years ago