1. fb14a7e libertas: remove lbs_get_fwversion() by Holger Schurig · 16 years ago
  2. 73ab1f2 libertas: move lbs_update_channel out of assoc.c by Holger Schurig · 16 years ago
  3. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 16 years ago
  4. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 16 years ago
  5. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 04850a4 libertas: don't depend on IEEE80211 by Holger Schurig · 16 years ago
  7. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 16 years ago
  8. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 16 years ago
  9. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 16 years ago
  10. e5225b3 libertas: reduce debug output by Holger Schurig · 16 years ago
  11. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 16 years ago
  12. c2b310a libertas: kill useless #define LBS_MONITOR_OFF 0 by Holger Schurig · 16 years ago
  13. dd1f635 libertas: fix spinlock recursion bug by Holger Schurig · 16 years ago
  14. ff829ae libertas: store rssi as an u32 by Holger Schurig · 16 years ago
  15. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  16. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  17. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 16 years ago
  18. c97329e libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL by Holger Schurig · 16 years ago
  19. 8db4a2b libertas: make a handy lbs_cmd_async() command by Holger Schurig · 16 years ago
  20. 56ca84c libertas: remove some unused commands by Holger Schurig · 16 years ago
  21. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 16 years ago
  22. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 16 years ago
  23. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  24. 52933d8 libertas: implement SSID scanning for SIOCSIWSCAN by Holger Schurig · 17 years ago
  25. 5f0547c2 libertas: fix the 'compare command with itself' properly by Sebastian Siewior · 17 years ago
  26. f137e05 libertas: clean up scan.c, remove zeromac and bcastmac by David Woodhouse · 17 years ago
  27. fa62f99 libertas: convert 802_11_SCAN to a direct command by David Woodhouse · 17 years ago
  28. c5562e9 libertas: add LED control TLV to types.h by David Woodhouse · 17 years ago
  29. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 17 years ago
  30. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  31. 8a96df8 libertas: compare the current command with response by Sebastian Siewior · 17 years ago
  32. 6305f49 libertas: fix sanity check on sequence number in command response by David Woodhouse · 17 years ago
  33. 8816edc libertas: rename/document scan_channel by Holger Schurig · 17 years ago
  34. 23ff503 libertas: make lbs_unset_basic_rate_flags() static by Holger Schurig · 17 years ago
  35. e226868 libertas: make lbs_sync_channel() static by Holger Schurig · 17 years ago
  36. 52507c2 libertas: make association debug output nicer by Holger Schurig · 17 years ago
  37. 1afc09ab libertas: trim overly long debug statement by Holger Schurig · 17 years ago
  38. 4b7524a libertas: Remove unused exports by Roland Dreier · 17 years ago
  39. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 17 years ago
  40. fdfb92e libertas: fix interrupt while removing driver by Holger Schurig · 17 years ago
  41. 5a6e043 libertas: fix memory alignment problems on the blackfin by Ihar Hrachyshka · 17 years ago
  42. 61d3002 libertas: pepper main with debug statement by Holger Schurig · 17 years ago
  43. c9d1be36 libertas: don't blindly try mesh by Holger Schurig · 17 years ago
  44. dac10a9 libertas: always show firmware release by Holger Schurig · 17 years ago
  45. 4365929 libertas: move cardspecific data to driver by Holger Schurig · 17 years ago
  46. ae3e0fc libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message by Holger Schurig · 17 years ago
  47. 7e94041 libertas: remove check for driver_lock in lbs_interrupt() by David Woodhouse · 17 years ago
  48. 5844d12 libertas: convert SUBSCRIBE_EVENT to a direct command by David Woodhouse · 17 years ago
  49. f15ebb6 libertas: change inference about buffer size in lbs_cmd() by David Woodhouse · 17 years ago
  50. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 17 years ago
  51. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 17 years ago
  52. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 17 years ago
  53. 6e5cc4f libertas: convert INACTIVITY_TIMEOUT to a direct command by David Woodhouse · 17 years ago
  54. a7c4589 libertas: convert RADIO_CONTROL to a direct command by David Woodhouse · 17 years ago
  55. 354eca9 libertas: submit RSSI command on tx timeout, to check whether module is dead by David Woodhouse · 17 years ago
  56. 18c52e7 libertas: make lbs_submit_command always 'succeed' and set command timer by David Woodhouse · 17 years ago
  57. 8538823 libertas: discard DEFER responses to commands; let the timeout trigger by David Woodhouse · 17 years ago
  58. 7003b07 libertas: use priv->upld_buf for command responses by David Woodhouse · 17 years ago
  59. ac4cced libertas: reduce explicit references to priv->cur_cmd->cmdbuf by David Woodhouse · 17 years ago
  60. 4694961 libertas: Check for PS mode support on USB devices by David Woodhouse · 17 years ago
  61. b2c57ee libertas: allow for PS mode to be disabled when firmware doesn't support it by David Woodhouse · 17 years ago
  62. b47ef24 libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command by David Woodhouse · 17 years ago
  63. 24dba5f libertas: don't clear priv->dnld_sent after sending sleep confirm by David Woodhouse · 17 years ago
  64. 38bfab1 libertas: fix buffer handling of PS_MODE commands and responses by David Woodhouse · 17 years ago
  65. c6ad373 libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions by David Woodhouse · 17 years ago
  66. d1a469f libertas: fix return from lbs_update_channel() by David Woodhouse · 17 years ago
  67. 681ffbb libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static by David Woodhouse · 17 years ago
  68. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 17 years ago
  69. 9fae899 libertas: ensure response buffer size is always set for lbs_cmd_with_response by David Woodhouse · 17 years ago
  70. 3399ea5 libertas: add __lbs_cmd_async() for asynchronous command submission by David Woodhouse · 17 years ago
  71. ae125bf libertas: store command result in cmdnode instead of priv->cur_cmd_retcode by David Woodhouse · 17 years ago
  72. 7556767 libertas: kill pdata_buf member of struct cmd_ctrl_node by David Woodhouse · 17 years ago
  73. ad12d0f libertas: let __lbs_cmd() free its own cmdnode by David Woodhouse · 17 years ago
  74. 5ba2f8a libertas: kill cleanup_cmdnode() by David Woodhouse · 17 years ago
  75. ecfe9b4 libertas: don't re-initialise cmdnode when taking it off the free queue by David Woodhouse · 17 years ago
  76. 183aeac libertas: introduce and use lbs_complete_command() for command completion by David Woodhouse · 17 years ago
  77. c4ab412 libertas: remove some pointless checks for cmdnode buffer being present by David Woodhouse · 17 years ago
  78. b23b206 libertas: don't use __lbs_cmd() with empty callback in if_usb.c by David Woodhouse · 17 years ago
  79. d9896ee libertas: rename and clean up DownloadcommandToStation by David Woodhouse · 17 years ago
  80. 8e5b6b2d libertas: kill unused wait_option field in struct cmd_ctrl_node by David Woodhouse · 17 years ago
  81. 7e22627 libertas: kill whitespace at end of lines by David Woodhouse · 17 years ago
  82. eae86bf libertas: clean up if_usb driver by David Woodhouse · 17 years ago
  83. b926d6b libertas: stop attempting to reset devices on unload by David Woodhouse · 17 years ago
  84. d9f8870 libertas: don't exit worker thread until kthread_stop() is called by David Woodhouse · 17 years ago
  85. f5a3ea6 libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt() by David Woodhouse · 17 years ago
  86. 8606213 libertas: pass channel argument directly to lbs_mesh_config() by David Woodhouse · 17 years ago
  87. 020f3d0 libertas: cope with both old and new mesh TLV values by David Woodhouse · 17 years ago
  88. 9f46257 libertas: make lbs_update_channel() function non-static by David Woodhouse · 17 years ago
  89. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  90. d1f7a5b libertas: implement suspend/resume for USB devices by David Woodhouse · 17 years ago
  91. ab25eca libertas: implement suspend and resume core methods by David Woodhouse · 17 years ago
  92. f3db2bb libertas: make worker thread not freezable by David Woodhouse · 17 years ago
  93. 689442d libertas: switch lbs_cmd() to take a _pointer_ to the command structure by David Woodhouse · 17 years ago
  94. 6ce4fd2 libertas: add lbs_host_sleep_cfg() command function by David Woodhouse · 17 years ago
  95. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 17 years ago
  96. 23d36ee libertas: add missing newlines in debugging statements by David Woodhouse · 17 years ago
  97. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 17 years ago
  98. 06113c1 libertas: add debugging output to lbs_mesh_config() by David Woodhouse · 17 years ago
  99. 8642f1f libertas: disable mesh temporarily while setting eth channel/assoc by David Woodhouse · 17 years ago
  100. 88ae291 libertas: add missing newline on debug message by David Woodhouse · 17 years ago