aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-207/+0
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-08libertas: link mesh device to wiphyDaniel Drake1-0/+1
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-17/+17
2010-07-26libertas: precedence bugDan Carpenter1-1/+1
2010-06-23Libertas: cfg80211 supportKiran Divekar1-5/+7
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-1/+1
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-6/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-4/+2
2009-04-22libertas: support mesh for various firmware versionsBing Zhao1-2/+6
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger1-4/+4
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-1/+1
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-17/+3
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig1-3/+2
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse1-2/+2
2008-01-28libertas: kill lbs_upload_tx_packet()David Woodhouse1-1/+7
2008-01-28libertas: Move actual transmission to main threadDavid Woodhouse1-60/+43
2008-01-28libertas: free successfully transmitted skbs againDavid Woodhouse1-1/+3
2008-01-28libertas: TX packet is radiotap iff it comes from rtap_devDavid Woodhouse1-1/+1
2008-01-28libertas: clean up lbs_hard_start_xmit()David Woodhouse1-70/+63
2008-01-28libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()David Woodhouse1-32/+13
2008-01-28libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse1-1/+32
2008-01-28libertas: kill SendSinglePacket() function.David Woodhouse1-42/+24
2008-01-28libertas: kill internal tx queue for PS modeDavid Woodhouse1-37/+3
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-33/+30
2008-01-28libertas: kill TxLockFlagDavid Woodhouse1-6/+3
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-11/+11
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave1-4/+5
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-19/+19
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-4/+4
2007-10-10[PATCH] libertas: remove adapter->pkttxctrlHolger Schurig1-5/+0
2007-10-10[PATCH] libertas: make the hex dumper nicerHolger Schurig1-3/+3
2007-10-10[PATCH] libertas: remove debugmodeHolger Schurig1-8/+0
2007-10-10[PATCH] libertas: access mesh_dev more carefullyHolger Schurig1-4/+8
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-1/+1
2007-06-11[PATCH] libertas: more endianness fixes, in tx.c this timeDavid Woodhouse1-4/+4
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-14/+15
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-6/+6
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig1-0/+1
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig1-6/+5
2007-06-11[PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona1-3/+9
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig1-9/+8