summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.h
AgeCommit message (Expand)Author
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams
2010-07-27libertas: convert register access to direct commandsDan Williams
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams
2010-07-27libertas: clean up RSSI commandDan Williams
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar
2009-12-22libertas: move mesh-related definitions into mesh.hHolger Schurig
2009-10-27libertas: move association related commands into assoc.cHolger Schurig
2009-10-27libertas: remove unused lbs_cmd_802_11_inactivity_timeout()Holger Schurig
2009-10-27libertas: make lbs_get_channel() staticHolger Schurig
2009-10-27libertas: harmonize cmd.hHolger Schurig
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.master-2008-09-11Anna Neal
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona
2008-05-14libertas: remove lbs_get_data_rate()master-2008-05-14Holger Schurig
2008-05-07libertas: make some functions voidHolger Schurig
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse
2008-01-28libertas: convert RF_CHANNEL to a direct commandDan Williams
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams
2008-01-28libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams
2008-01-28libertas: add simple copyback command callbackDan Williams
2008-01-28libertas: clean up direct command handlingDan Williams
2008-01-28libertas: make lbs_cmd() usage nicerDan Williams