summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11-011-1/+3
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-11-011-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-4/+2Star
* 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/+0Star
* 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/+0Star
* libertas: rename/document scan_channelHolger Schurig2008-02-291-1/+1
* libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse2008-01-291-151/+131Star
* libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse2008-01-291-36/+30Star
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-291-1/+1
* libertas: fix use-after-free errorHolger Schurig2008-01-291-6/+8
* libertas: stop debugfs code looking at cmdpendingqDavid Woodhouse2008-01-291-2/+1Star
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-291-30/+26Star
* libertas: kill adapter->nr_cmd_pendingDavid Woodhouse2008-01-291-1/+2
* libertas: Fix up error handling in lbs_setuserscan()David Woodhouse2008-01-291-10/+19
* libertas: remove user-specified channel listHolger Schurig2008-01-291-38/+0Star
* libertas: remove numprobesHolger Schurig2008-01-291-18/+0Star
* libertas: rework event subscriptionHolger Schurig2008-01-291-886/+185Star
* libertas: remove arbitrary typedefsHolger Schurig2008-01-291-54/+54
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-291-201/+201
* [LIBERTAS]: Remove last stray user of MAC_FMT.David S. Miller2008-01-291-1/+2
* [PATCH] libertas link error due to gcc `smartness'Geert Uytterhoeven2007-10-111-2/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+3
* [PATCH] net: Kill some unneeded allocation return value casts in libertasJesper Juhl2007-10-111-1/+1
* [PATCH] libertas: fix sparse-reported problemsDan Williams2007-10-111-1/+1
* [PATCH] libertas: remove bss_descriptior->networktsfHolger Schurig2007-10-111-4/+3Star
* [PATCH] libertas: remove a hundred CMD_RET_xxx definitionsHolger Schurig2007-10-111-13/+13
* [PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams2007-10-111-13/+13
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-111-46/+46
* [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams2007-10-111-6/+6
* [PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams2007-06-111-1/+1
* [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams2007-06-111-6/+3Star
* [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-111-172/+162Star
* [PATCH] libertas: use MAC_FMT and MAC_ARG where appropriateDan Williams2007-06-111-4/+2Star
* [PATCH] libertas: fix 'keep previous scan' behaviorDan Williams2007-06-111-15/+11Star
* [PATCH] libertas: make scan result handling more flexibleDan Williams2007-06-111-16/+15Star
* [PATCH] libertas: replace 'macaddress' with 'bssid'Dan Williams2007-06-111-3/+3
* [PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig2007-06-111-2/+2
* [PATCH] libertas: make debug configurableHolger Schurig2007-06-111-3/+3
* [PATCH] libertas: exclude non-used code when PROC_DEBUG is not setHolger Schurig2007-06-111-10/+11
* [PATCH] libertas: fix scanning from associate pathMarcelo Tosatti2007-06-111-1/+1
* [PATCH] libertas: fix removal of all debugfs filesHolger Schurig2007-06-111-1/+2
* [PATCH] libertas: 64-bit cleanupsDan Williams2007-05-111-5/+9
* [PATCH] libertas: make debugfs.c sparse-cleanDan Williams2007-05-111-13/+4Star