libertas: remove unused lbs_cmd_802_11_inactivity_timeout()
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / cmd.h
2009-10-27 Holger Schuriglibertas: remove unused lbs_cmd_802_11_inactivity_timeout()
2009-10-27 Holger Schuriglibertas: make lbs_get_channel() static
2009-10-27 Holger Schuriglibertas: harmonize cmd.h
2009-10-27 Holger Schuriglibertas: cleanup host.h and hostcmd.h
2009-10-27 Holger Schuriglibertas: make __lbs_cmd_async() non-static
2008-11-21 Anna Neallibertas: Fine grained configuration of wake-on-lan.
2008-09-30 Anna Neallibertas: Improvements on automatic tx power control...
2008-09-15 Dan Williamslibertas: convert SNMP_MIB to a direct command
2008-09-11 Anna Neallibertas: Improvements on automatic tx power control...
2008-08-29 Dan Williamslibertas: convert CMD_802_11_RADIO_CONTROL to a direct...
2008-08-29 Dan Williamslibertas: convert CMD_802_11_RF_TX_POWER to a direct...
2008-06-03 Javier Cardonalibertas: rate adaptation configuration via iwconfig.
2008-05-22 Javier Cardonalibertas: Extend MESH_CONFIG command to access non...
2008-05-14 Holger Schuriglibertas: remove lbs_get_data_rate()
2008-05-07 Holger Schuriglibertas: make some functions void
2008-03-25 Holger Schuriglibertas: make a handy lbs_cmd_async() command
2008-03-06 David Woodhouselibertas: convert KEY_MATERIAL to a direct command
2008-01-28 David Woodhouselibertas: change inference about buffer size in lbs_cmd()
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: ensure response buffer size is always set...
2008-01-28 David Woodhouselibertas: add __lbs_cmd_async() for asynchronous comman...
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: add ethtool support for wake-on-lan configuration
2008-01-28 David Woodhouselibertas: implement suspend and resume core methods
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 lbs_mesh sysfs attribute for enabling...
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: remove casts from lbs_cmd() and lbs_cmd_with_...
2008-01-28 David Woodhouselibertas: convert CMD_MESH_ACCESS to a direct command
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: make lbs_cmd() usage nicer