aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar1-0/+66
2010-06-23Libertas: cfg80211 supportKiran Divekar1-53/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-03-31wireless/libertas: remove trailing space in debugfs headerFrans Pop1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar1-9/+18
2009-08-28libertas: add NULL check on return value of get_zeroed_pageKiran Divekar1-0/+28
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams1-4/+4
2009-01-21net: constify VFTsJan Engelhardt1-7/+7
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-1/+3
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-1/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-06-04libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-1/+0
2008-03-25libertas: store rssi as an u32Holger Schurig1-1/+1
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-3/+3
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig1-169/+0
2008-02-29libertas: rename/document scan_channelHolger Schurig1-1/+1
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse1-151/+131
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse1-36/+30
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse1-1/+1
2008-01-28libertas: fix use-after-free errorHolger Schurig1-6/+8
2008-01-28libertas: stop debugfs code looking at cmdpendingqDavid Woodhouse1-2/+1
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-30/+26
2008-01-28libertas: kill adapter->nr_cmd_pendingDavid Woodhouse1-1/+2
2008-01-28libertas: Fix up error handling in lbs_setuserscan()David Woodhouse1-10/+19
2008-01-28libertas: remove user-specified channel listHolger Schurig1-38/+0
2008-01-28libertas: remove numprobesHolger Schurig1-18/+0
2008-01-28libertas: rework event subscriptionHolger Schurig1-886/+185
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-54/+54
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-201/+201
2008-01-28[LIBERTAS]: Remove last stray user of MAC_FMT.David S. Miller1-1/+2
2007-10-10[PATCH] libertas link error due to gcc `smartness'Geert Uytterhoeven1-2/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+3
2007-10-10[PATCH] net: Kill some unneeded allocation return value casts in libertasJesper Juhl1-1/+1
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams1-1/+1
2007-10-10[PATCH] libertas: remove bss_descriptior->networktsfHolger Schurig1-4/+3
2007-10-10[PATCH] libertas: remove a hundred CMD_RET_xxx definitionsHolger Schurig1-13/+13
2007-10-10[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams1-13/+13
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-46/+46
2007-10-10[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams1-6/+6
2007-06-11[PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams1-1/+1
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams1-6/+3
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-172/+162
2007-06-11[PATCH] libertas: use MAC_FMT and MAC_ARG where appropriateDan Williams1-4/+2
2007-06-11[PATCH] libertas: fix 'keep previous scan' behaviorDan Williams1-15/+11
2007-06-11[PATCH] libertas: make scan result handling more flexibleDan Williams1-16/+15
2007-06-11[PATCH] libertas: replace 'macaddress' with 'bssid'Dan Williams1-3/+3
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-2/+2