1. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 16 years ago
  2. f8e77ca libertas: remove unused generic RESET command by Dan Williams · 16 years ago
  3. 0112c9e libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. by Anna Neal · 16 years ago
  4. f5fe1fd libertas: convert adhoc operations to direct commands by Dan Williams · 16 years ago
  5. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 16 years ago
  6. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 16 years ago
  7. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 16 years ago
  8. 75bf45a libertas: fix multicast filtering on eth and msh interfaces by David Woodhouse · 16 years ago
  9. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 16 years ago
  10. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 16 years ago
  11. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 16 years ago
  12. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 16 years ago
  13. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 16 years ago
  14. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 16 years ago
  15. fa62f99 libertas: convert 802_11_SCAN to a direct command by David Woodhouse · 16 years ago
  16. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 16 years ago
  17. dac10a9 libertas: always show firmware release by Holger Schurig · 17 years ago
  18. 5844d12 libertas: convert SUBSCRIBE_EVENT to a direct command by David Woodhouse · 17 years ago
  19. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 17 years ago
  20. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 17 years ago
  21. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 17 years ago
  22. 6e5cc4f libertas: convert INACTIVITY_TIMEOUT to a direct command by David Woodhouse · 17 years ago
  23. a7c4589 libertas: convert RADIO_CONTROL to a direct command by David Woodhouse · 17 years ago
  24. c6ad373 libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions by David Woodhouse · 17 years ago
  25. ae125bf libertas: store command result in cmdnode instead of priv->cur_cmd_retcode by David Woodhouse · 17 years ago
  26. 7556767 libertas: kill pdata_buf member of struct cmd_ctrl_node by David Woodhouse · 17 years ago
  27. 8e5b6b2d libertas: kill unused wait_option field in struct cmd_ctrl_node by David Woodhouse · 17 years ago
  28. 6ce4fd2 libertas: add lbs_host_sleep_cfg() command function by David Woodhouse · 17 years ago
  29. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  30. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 17 years ago
  31. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 17 years ago
  32. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 17 years ago
  33. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 17 years ago
  34. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 17 years ago
  35. 7ad994d libertas: clean up direct command handling by Dan Williams · 17 years ago
  36. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 17 years ago
  37. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 17 years ago
  38. c2df2ef libertas: endianness fixes by Holger Schurig · 17 years ago
  39. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 17 years ago
  40. 675787e libertas: handy function to call firmware commands by Holger Schurig · 17 years ago
  41. c68b3bbd libertas: remove cmd_ctrl_node->status by Holger Schurig · 17 years ago
  42. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 17 years ago
  43. f5ece8f libertas: Remove cmd_oid from struct cmd_ctrl_node by David Woodhouse · 17 years ago
  44. 3a18864 libertas: rework event subscription by Holger Schurig · 17 years ago
  45. 96287ac libertas: configurable beacon interval by Brajesh Dave · 17 years ago
  46. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  47. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 17 years ago
  48. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 17 years ago
  49. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 17 years ago
  50. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 17 years ago
  51. b44898e [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_start by Dan Williams · 17 years ago
  52. ea8da92 [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_result by Dan Williams · 17 years ago
  53. 492b6da [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scan by Dan Williams · 17 years ago
  54. ab61797 [PATCH] libertas: clean up 802.11 IE post-scan handling by Dan Williams · 17 years ago
  55. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 17 years ago
  56. 0c9ca690 [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types by Dan Williams · 17 years ago
  57. 18c96c34 [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly by Dan Williams · 17 years ago
  58. 8cf1dc0 [PATCH] libertas: remove WPA_SUPPLICANT structure by Dan Williams · 17 years ago
  59. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 17 years ago
  60. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 17 years ago
  61. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 17 years ago
  62. 90e8eaf [PATCH] libertas: updated mesh commands for 5.220.9.p11 by Luis Carlos Cobo · 17 years ago
  63. 0601e7e [PATCH] libertas: added transmission failures to mesh statistics by Javier Cardona · 17 years ago
  64. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 17 years ago