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