aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/tx.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-17/+17
* libertas: precedence bugDan Carpenter2010-07-261-1/+1
* Libertas: cfg80211 supportKiran Divekar2010-06-231-5/+7
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* libertas: add access functions for mesh open/connect statusHolger Schurig2009-12-221-1/+1
* libertas: moveing mesh-related functions into mesh.cHolger Schurig2009-11-281-6/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | libertas: cleanup host.h and hostcmd.hHolger Schurig2009-10-271-1/+1
|/
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+2
* libertas: support mesh for various firmware versionsBing Zhao2009-04-221-2/+6
* libertas: convert to internal net_device_statsStephen Hemminger2009-03-211-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-121-1/+1
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-17/+3
* libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig2008-03-271-3/+2
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-281-2/+2
* libertas: kill lbs_upload_tx_packet()David Woodhouse2008-01-281-1/+7
* libertas: Move actual transmission to main threadDavid Woodhouse2008-01-281-60/+43
* libertas: free successfully transmitted skbs againDavid Woodhouse2008-01-281-1/+3
* libertas: TX packet is radiotap iff it comes from rtap_devDavid Woodhouse2008-01-281-1/+1
* libertas: clean up lbs_hard_start_xmit()David Woodhouse2008-01-281-70/+63
* libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()David Woodhouse2008-01-281-32/+13
* libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse2008-01-281-1/+32
* libertas: kill SendSinglePacket() function.David Woodhouse2008-01-281-42/+24
* libertas: kill internal tx queue for PS modeDavid Woodhouse2008-01-281-37/+3
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-33/+30
* libertas: kill TxLockFlagDavid Woodhouse2008-01-281-6/+3
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-11/+11
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-281-4/+5
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-281-19/+19
* [PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo2007-10-101-4/+4
* [PATCH] libertas: remove adapter->pkttxctrlHolger Schurig2007-10-101-5/+0
* [PATCH] libertas: make the hex dumper nicerHolger Schurig2007-10-101-3/+3
* [PATCH] libertas: remove debugmodeHolger Schurig2007-10-101-8/+0
* [PATCH] libertas: access mesh_dev more carefullyHolger Schurig2007-10-101-4/+8
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-101-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/+5
* [PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona2007-06-111-3/+9
* [PATCH] libertas: make debug configurableHolger Schurig2007-06-111-9/+8
* [PATCH] libertas: 64-bit cleanupsDan Williams2007-05-111-1/+1
* [PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti2007-04-281-0/+285