libertas: move association code from join.c into scan.c
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / cmd.c
2008-04-08 Holger Schuriglibertas: move association code from join.c into scan.c
2008-04-01 Holger Schuriglibertas: convert sleep/wake config direct commands
2008-04-01 Holger Schuriglibertas: convert CMD_802_11_EEPROM_ACCESS to a direct...
2008-04-01 Holger Schuriglibertas: convert CMD_802_11_MAC_ADDRESS to a direct...
2008-03-27 Holger Schuriglibertas: reduce debug output
2008-03-27 Holger Schuriglibertas: remove CMD_802_11_PWR_CFG
2008-03-25 Holger Schuriglibertas: remove lots of unused stuff
2008-03-25 Holger Schuriglibertas: misc power saving adjusts
2008-03-25 Holger Schuriglibertas: convert GET_LOG to a direct command
2008-03-25 Holger Schuriglibertas: fix scheduling while atomic bug in CMD_MAC_CO...
2008-03-25 Holger Schuriglibertas: make a handy lbs_cmd_async() command
2008-03-25 Holger Schuriglibertas: remove some unused commands
2008-03-25 Holger Schuriglibertas: rename packetfilter to mac_control
2008-03-25 Holger Schuriglibertas: convert CMD_MAC_CONTROL to a direct command
2008-03-06 David Woodhouselibertas: convert 802_11_SCAN to a direct command
2008-03-06 David Woodhouselibertas: convert KEY_MATERIAL to a direct command
2008-02-29 Holger Schuriglibertas: trim overly long debug statement
2008-02-28 Roland Dreierlibertas: Remove unused exports
2008-01-28 Holger Schuriglibertas: always show firmware release
2008-01-28 David Woodhouselibertas: convert SUBSCRIBE_EVENT to a direct command
2008-01-28 David Woodhouselibertas: convert ENABLE_RSN to a direct command
2008-01-28 David Woodhouselibertas: convert SET_WEP to a direct command
2008-01-28 David Woodhouselibertas: convert SLEEP_PARAMS to a direct command
2008-01-28 David Woodhouselibertas: convert INACTIVITY_TIMEOUT to a direct command
2008-01-28 David Woodhouselibertas: convert RADIO_CONTROL to a direct command
2008-01-28 David Woodhouselibertas: make lbs_submit_command always 'succeed'...
2008-01-28 David Woodhouselibertas: don't clear priv->dnld_sent after sending...
2008-01-28 David Woodhouselibertas: fix buffer handling of PS_MODE commands and...
2008-01-28 David Woodhouselibertas: kill 'addtail' argument to lbs_queue_cmd...
2008-01-28 David Woodhouselibertas: ensure response buffer size is always set...
2008-01-28 David Woodhouselibertas: add __lbs_cmd_async() for asynchronous comman...
2008-01-28 David Woodhouselibertas: store command result in cmdnode instead of...
2008-01-28 David Woodhouselibertas: kill pdata_buf member of struct cmd_ctrl_node
2008-01-28 David Woodhouselibertas: let __lbs_cmd() free its own cmdnode
2008-01-28 David Woodhouselibertas: kill cleanup_cmdnode()
2008-01-28 David Woodhouselibertas: don't re-initialise cmdnode when taking it...
2008-01-28 David Woodhouselibertas: introduce and use lbs_complete_command()...
2008-01-28 David Woodhouselibertas: remove some pointless checks for cmdnode...
2008-01-28 David Woodhouselibertas: rename and clean up DownloadcommandToStation
2008-01-28 David Woodhouselibertas: kill unused wait_option field in struct cmd_c...
2008-01-28 David Woodhouselibertas: kill whitespace at end of lines
2008-01-28 David Woodhouselibertas: pass channel argument directly to lbs_mesh_co...
2008-01-28 David Woodhouselibertas: cope with both old and new mesh TLV values
2008-01-28 David Woodhouselibertas: add ethtool support for wake-on-lan configuration
2008-01-28 David Woodhouselibertas: switch lbs_cmd() to take a _pointer_ to the...
2008-01-28 David Woodhouselibertas: add lbs_host_sleep_cfg() command function
2008-01-28 David Woodhouselibertas: add missing newlines in debugging statements
2008-01-28 David Woodhouselibertas: be more careful about command responses match...
2008-01-28 David Woodhouselibertas: add debugging output to lbs_mesh_config()
2008-01-28 David Woodhouselibertas: add lbs_mesh sysfs attribute for enabling...
2008-01-28 David Woodhouselibertas: make some more functions static
2008-01-28 Dan Williamslibertas: endianness fixes for get_channel/set_channel
2008-01-28 Dan Williamslibertas: convert RF_CHANNEL to a direct command
2008-01-28 Dan Williamslibertas: convert DATA_RATE to a direct command
2008-01-28 David Woodhouselibertas: convert CMD_MESH_ACCESS to a direct command
2008-01-28 David Woodhouselibertas: fix debug output in lbs_cmd_copyback() function.
2008-01-28 Dan Williamslibertas: rename and re-type bufvirtualaddr to cmdbuf
2008-01-28 Dan Williamslibertas: convert GET_HW_SPEC to a direct command
2008-01-28 Dan Williamslibertas: add simple copyback command callback
2008-01-28 Dan Williamslibertas: clean up direct command handling
2008-01-28 Dan Williamslibertas: clean up is_command_allowed_in_ps()
2008-01-28 Dan Williamslibertas: make lbs_cmd() usage nicer
2008-01-28 David Woodhouselibertas: add opaque extra argument to cmd callback...
2008-01-28 David Woodhouselibertas: kill struct lbs_adapter
2008-01-28 David Woodhouselibertas: switch lbs_cmd() to take a callback function...
2008-01-28 David Woodhouselibertas: kill adapter->nr_cmd_pending
2008-01-28 Holger Schuriglibertas: endianness fixes
2008-01-28 David Woodhouselibertas: Switch to using a callback function pointer...
2008-01-28 David Woodhouselibertas: Remove SET_BOOT2_VER support from the Big...
2008-01-28 Li Zefanlibertas: don't cast a pointer to pointer of
2008-01-28 David Woodhouselibertas: Byteswap cmdptr->size in lbs_cmd()
2008-01-28 David Woodhouselibertas: Zero 'pdata_size' field in cmd_ctrl_node...
2008-01-28 Holger Schuriglibertas: handy function to call firmware commands
2008-01-28 Holger Schuriglibertas: make more functions static
2008-01-28 Holger Schuriglibertas: remove cmd_ctrl_node->status
2008-01-28 David Woodhouselibertas: Remove cmd_oid from struct cmd_ctrl_node
2008-01-28 Holger Schuriglibertas: rework event subscription
2008-01-28 Holger Schuriglibertas: remove arbitrary typedefs
2008-01-28 Brajesh Davelibertas: configurable beacon interval
2008-01-28 Brajesh Davelibertas: separate mesh connectivity from that of the...
2008-01-28 Holger Schuriglibertas: move to uniform lbs_/LBS_ namespace
2007-11-10 Marcelo Tosattilibertas: properly account for queue commands
2007-10-10 Holger Schurig[PATCH] libertas: fix u8 constant
2007-10-10 Pierre Ossman[PATCH] libertas: properly end commands on hardware...
2007-10-10 Luis Carlos Cobo[PATCH] libertas: pass boot2 version to firmware
2007-10-10 Eugene Teo[PATCH] drivers/net/wireless/libertas/cmd.c: fix adapte...
2007-10-10 Dan Williams[PATCH] libertas: fix assignment of WEP key type
2007-10-10 Luis Carlos Cobo[PATCH] libertas: monitor mode support for OLPC firmware
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->multipledtim
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->locallisteninterval
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->nullpktinterval
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->txrate
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->{rx,tx}antenna
2007-10-10 Holger Schurig[PATCH] libertas: use LBS_DEB_HOST for host-to-card...
2007-10-10 Holger Schurig[PATCH] libertas: make the hex dumper nicer
2007-10-10 Holger Schurig[PATCH] libertas: make more functions static & remove...
2007-10-10 Dan Williams[PATCH] libertas: simplify and clean up data rate handling
2007-10-10 Dan Williams[PATCH] libertas: fix more mixed-case abuse
2007-10-10 Dan Williams[PATCH] libertas: remove thread.h and make kthread...
next