summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/tx.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: cleanup host.h and hostcmd.hHolger Schurig2009-10-271-1/+1
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+2Star
* libertas: support mesh for various firmware versionsBing Zhao2009-04-221-2/+6
* libertas: convert to internal net_device_statsStephen Hemminger2009-03-221-4/+4
* libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-261-1/+1
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-1/+1
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-17/+3Star
* libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig2008-03-271-3/+2Star
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-291-2/+2
* libertas: kill lbs_upload_tx_packet()David Woodhouse2008-01-291-1/+7
* libertas: Move actual transmission to main threadDavid Woodhouse2008-01-291-60/+43Star
* libertas: free successfully transmitted skbs againDavid Woodhouse2008-01-291-1/+3
* libertas: TX packet is radiotap iff it comes from rtap_devDavid Woodhouse2008-01-291-1/+1
* libertas: clean up lbs_hard_start_xmit()David Woodhouse2008-01-291-70/+63Star
* libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()David Woodhouse2008-01-291-32/+13Star
* libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse2008-01-291-1/+32
* libertas: kill SendSinglePacket() function.David Woodhouse2008-01-291-42/+24Star
* libertas: kill internal tx queue for PS modeDavid Woodhouse2008-01-291-37/+3Star
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-291-33/+30Star
* libertas: kill TxLockFlagDavid Woodhouse2008-01-291-6/+3Star
* libertas: remove arbitrary typedefsHolger Schurig2008-01-291-11/+11
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-291-4/+5
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-291-19/+19
* [PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo2007-10-111-4/+4
* [PATCH] libertas: remove adapter->pkttxctrlHolger Schurig2007-10-111-5/+0Star
* [PATCH] libertas: make the hex dumper nicerHolger Schurig2007-10-111-3/+3
* [PATCH] libertas: remove debugmodeHolger Schurig2007-10-111-8/+0Star
* [PATCH] libertas: access mesh_dev more carefullyHolger Schurig2007-10-111-4/+8
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-111-1/+1
* [PATCH] libertas: more endianness fixes, in tx.c this timeDavid Woodhouse2007-06-111-4/+4
* [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-111-14/+15
* [PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig2007-06-111-6/+6
* [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig2007-06-111-0/+1
* [PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig2007-06-111-6/+5Star
* [PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona2007-06-111-3/+9
* [PATCH] libertas: make debug configurableHolger Schurig2007-06-111-9/+8Star
* [PATCH] libertas: 64-bit cleanupsDan Williams2007-05-111-1/+1
* [PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti2007-04-281-0/+285