summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/tx.c
AgeCommit message (Expand)Author
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-08-08libertas: link mesh device to wiphyDaniel Drake
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2010-07-26libertas: precedence bugDan Carpenter
2010-06-23Libertas: cfg80211 supportKiran Divekar
2010-05-10net: trans_start cleanupsEric Dumazet
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger
2009-04-22libertas: support mesh for various firmware versionsBing Zhao
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: kill lbs_upload_tx_packet()David Woodhouse
2008-01-28libertas: Move actual transmission to main threadDavid Woodhouse
2008-01-28libertas: free successfully transmitted skbs againDavid Woodhouse
2008-01-28libertas: TX packet is radiotap iff it comes from rtap_devDavid Woodhouse
2008-01-28libertas: clean up lbs_hard_start_xmit()David Woodhouse
2008-01-28libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()David Woodhouse
2008-01-28libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse
2008-01-28libertas: kill SendSinglePacket() function.David Woodhouse
2008-01-28libertas: kill internal tx queue for PS modeDavid Woodhouse
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse
2008-01-28libertas: kill TxLockFlagDavid Woodhouse
2008-01-28libertas: remove arbitrary typedefsHolger Schurig
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo
2007-10-10[PATCH] libertas: remove adapter->pkttxctrlHolger Schurig
2007-10-10[PATCH] libertas: make the hex dumper nicerHolger Schurig
2007-10-10[PATCH] libertas: remove debugmodeHolger Schurig
2007-10-10[PATCH] libertas: access mesh_dev more carefullyHolger Schurig
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams
2007-06-11[PATCH] libertas: more endianness fixes, in tx.c this timeDavid Woodhouse
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig
2007-06-11[PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig
2007-05-11[PATCH] libertas: 64-bit cleanupsDan Williams