aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+7
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-4/+3
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-2/+4
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-18/+18
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+1
* libertas: convert register access to direct commandsDan Williams2010-07-271-49/+18
* drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches2010-07-141-2/+2
* libertas: Added support for host sleep featureAmitkumar Karwar2010-07-121-0/+66
* Libertas: cfg80211 supportKiran Divekar2010-06-231-53/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-1/+1
|\
| * wireless/libertas: remove trailing space in debugfs headerFrans Pop2010-03-311-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* libertas: Check return status of command functionsAmitkumar Karwar2009-10-271-9/+18
* libertas: add NULL check on return value of get_zeroed_pageKiran Divekar2009-08-281-0/+28
* libertas: restyle Marvell & IEEE TLV structure namesDan Williams2009-06-031-4/+4
* net: constify VFTsJan Engelhardt2009-01-211-7/+7
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-311-1/+3
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-311-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+2
* libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig2008-06-041-2/+2
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-1/+0
* libertas: store rssi as an u32Holger Schurig2008-03-251-1/+1
* libertas: remove lots of unused stuffHolger Schurig2008-03-251-3/+3
* libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig2008-03-131-169/+0
* libertas: rename/document scan_channelHolger Schurig2008-02-291-1/+1
* libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse2008-01-281-151/+131
* libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse2008-01-281-36/+30
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-281-1/+1
* libertas: fix use-after-free errorHolger Schurig2008-01-281-6/+8
* libertas: stop debugfs code looking at cmdpendingqDavid Woodhouse2008-01-281-2/+1
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-30/+26
* libertas: kill adapter->nr_cmd_pendingDavid Woodhouse2008-01-281-1/+2
* libertas: Fix up error handling in lbs_setuserscan()David Woodhouse2008-01-281-10/+19
* libertas: remove user-specified channel listHolger Schurig2008-01-281-38/+0
* libertas: remove numprobesHolger Schurig2008-01-281-18/+0
* libertas: rework event subscriptionHolger Schurig2008-01-281-886/+185
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-54/+54
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-281-201/+201
* [LIBERTAS]: Remove last stray user of MAC_FMT.David S. Miller2008-01-281-1/+2
* [PATCH] libertas link error due to gcc `smartness'Geert Uytterhoeven2007-10-101-2/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+3
* [PATCH] net: Kill some unneeded allocation return value casts in libertasJesper Juhl2007-10-101-1/+1
* [PATCH] libertas: fix sparse-reported problemsDan Williams2007-10-101-1/+1
* [PATCH] libertas: remove bss_descriptior->networktsfHolger Schurig2007-10-101-4/+3
* [PATCH] libertas: remove a hundred CMD_RET_xxx definitionsHolger Schurig2007-10-101-13/+13
* [PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams2007-10-101-13/+13
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-101-46/+46
* [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams2007-10-101-6/+6