summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00debug.c
Commit message (Expand)AuthorAgeFilesLines
* net: Replace min macro with min_tSilvan Jegen2014-03-031-1/+1
* rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1Star
* rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-1/+1
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-4/+4
* rt2x00: Add debugfs access for rfcsr registerAnisse Astier2012-05-091-1/+10
* rt2x00: debugfs support - allow a register to be emptyAnisse Astier2012-05-091-35/+36
* rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-2/+40
* rt2x00: Drop __TIME__ usageMichal Marek2011-04-071-1/+0Star
* rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-2/+3
* rt2x00: Rename queue->lock to queue->index_lockIvo van Doorn2010-11-151-2/+2
* rt2x00: Optimize rt2x00debug_dump_frame when frame dumping is not activeHelmut Schaa2010-11-151-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-5/+8
|\
| * drivers/net/wireless: Use static const char * const where possibleJoe Perches2010-09-151-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-021-3/+6
| |\
| | * rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-311-2/+3
| | * rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)2010-08-251-0/+3
| | * rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2010-08-251-4/+3Star
| * | drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-181-1/+1
| |/
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+4
* | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+1
|/
* rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde2010-06-021-0/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-181-7/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-7/+14
| |\
| | * rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde2010-05-121-4/+10
| | * rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde2010-05-121-6/+7
* | | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0Star
|/ /
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde2010-02-151-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
|/
* wireless: beyond ARRAY_SIZE of intf->crypto_statsRoel Kluin2009-05-201-1/+1
* rt2x00: Export all register stats through debugfsIvo van Doorn2009-03-051-10/+23
* rt2x00: Fix RF offsetIvo van Doorn2009-02-271-4/+6
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2x00: Move link tuning into seperate fileIvo van Doorn2009-01-291-1/+3
* rt2x00: Remove debugfs CSR access wrappersIvo van Doorn2008-11-101-6/+16
* Fix debugfs_create_*'s error checking method for wireless/rt2x00/Zhaolei2008-11-011-9/+12
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-11-011-2/+2
* rt2x00: Implement HW encryptionIvo van Doorn2008-08-221-0/+97
* rt2x00: Fix access permissions on debugfs filesIvo van Doorn2008-08-011-10/+7Star
* rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde2008-06-141-3/+3
* rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn2008-05-221-2/+2
* rt2x00: Upgrade queue->lock to use irqsaveIvo van Doorn2008-03-131-2/+3
* rt2x00: Add queue statistics to debugfsIvo van Doorn2008-02-291-14/+76
* rt2x00: Queue handling overhaulIvo van Doorn2008-02-291-16/+16
* rt2x00: Update copyright noticeIvo van Doorn2008-02-291-1/+1
* rt2x00: Store queue idx and entry idx in data_ring and data_entryIvo van Doorn2008-01-291-6/+2Star