summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams2008-01-281-76/+57
* libertas: convert GET_HW_SPEC to a direct commandDan Williams2008-01-281-9/+67
* libertas: add simple copyback command callbackDan Williams2008-01-281-1/+28
* libertas: clean up direct command handlingDan Williams2008-01-281-10/+12
* libertas: clean up is_command_allowed_in_ps()Dan Williams2008-01-281-15/+9
* libertas: make lbs_cmd() usage nicerDan Williams2008-01-281-4/+4
* libertas: add opaque extra argument to cmd callback functionDavid Woodhouse2008-01-281-1/+5
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-149/+129
* libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse2008-01-281-26/+4
* libertas: kill adapter->nr_cmd_pendingDavid Woodhouse2008-01-281-4/+2
* libertas: endianness fixesHolger Schurig2008-01-281-14/+14
* libertas: Switch to using a callback function pointer for commandsDavid Woodhouse2008-01-281-6/+25
* libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.David Woodhouse2008-01-281-15/+0
* libertas: don't cast a pointer to pointer ofLi Zefan2008-01-281-11/+11
* libertas: Byteswap cmdptr->size in lbs_cmd()David Woodhouse2008-01-281-1/+1
* libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.David Woodhouse2008-01-281-0/+2
* libertas: handy function to call firmware commandsHolger Schurig2008-01-281-0/+96
* libertas: make more functions staticHolger Schurig2008-01-281-2/+7
* libertas: remove cmd_ctrl_node->statusHolger Schurig2008-01-281-1/+0
* libertas: Remove cmd_oid from struct cmd_ctrl_nodeDavid Woodhouse2008-01-281-6/+3
* libertas: rework event subscriptionHolger Schurig2008-01-281-0/+50
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-70/+74
* libertas: configurable beacon intervalBrajesh Dave2008-01-281-0/+25
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-281-1/+2
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-281-137/+137
* libertas: properly account for queue commandsMarcelo Tosatti2007-11-101-3/+7
* [PATCH] libertas: fix u8 constantHolger Schurig2007-10-101-2/+2
* [PATCH] libertas: properly end commands on hardware failurePierre Ossman2007-10-101-0/+2
* [PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo2007-10-101-0/+15
* [PATCH] drivers/net/wireless/libertas/cmd.c: fix adapter->driver_lock derefer...Eugene Teo2007-10-101-9/+1
* [PATCH] libertas: fix assignment of WEP key typeDan Williams2007-10-101-4/+2
* [PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo2007-10-101-0/+25
* [PATCH] libertas: remove adapter->multipledtimHolger Schurig2007-10-101-1/+1
* [PATCH] libertas: remove adapter->locallistenintervalHolger Schurig2007-10-101-5/+1
* [PATCH] libertas: remove adapter->nullpktintervalHolger Schurig2007-10-101-2/+1
* [PATCH] libertas: remove adapter->{data,bcn}_avg_factorHolger Schurig2007-10-101-1/+1
* [PATCH] libertas: remove adapter->txrateHolger Schurig2007-10-101-7/+0
* [PATCH] libertas: remove adapter->{rx,tx}antennaHolger Schurig2007-10-101-25/+0
* [PATCH] libertas: use LBS_DEB_HOST for host-to-card communicationsHolger Schurig2007-10-101-123/+136
* [PATCH] libertas: make the hex dumper nicerHolger Schurig2007-10-101-6/+6
* [PATCH] libertas: make more functions static & remove unused functionsHolger Schurig2007-10-101-1/+1
* [PATCH] libertas: simplify and clean up data rate handlingDan Williams2007-10-101-5/+2
* [PATCH] libertas: fix more mixed-case abuseDan Williams2007-10-101-3/+3
* [PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams2007-10-101-2/+2
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-101-161/+161
* [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams2007-10-101-4/+3
* [PATCH] libertas: fix disabling WPADan Williams2007-07-101-1/+1
* [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctlyDan Williams2007-06-281-5/+7
* [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-111-145/+103
* [PATCH] libertas: Make WPA work through supplicant handshakeDan Williams2007-06-111-24/+24