summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00debug.c
AgeCommit message (Expand)AuthorLines
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn-2/+40
2011-04-07rt2x00: Drop __TIME__ usageMichal Marek-1/+0
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn-2/+3
2010-11-15rt2x00: Rename queue->lock to queue->index_lockIvo van Doorn-2/+2
2010-11-15rt2x00: Optimize rt2x00debug_dump_frame when frame dumping is not activeHelmut Schaa-3/+3
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-5/+8
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+4
2010-09-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann-0/+1
2010-09-14drivers/net/wireless: Use static const char * const where possibleJoe Perches-1/+1
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+6
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn-2/+3
2010-08-25rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)-0/+3
2010-08-25rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn-4/+3
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches-1/+1
2010-06-02rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde-0/+1
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-7/+14
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-7/+14
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-2/+0
2010-05-12rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde-4/+10
2010-05-12rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde-6/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-02-15rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-05-20wireless: beyond ARRAY_SIZE of intf->crypto_statsRoel Kluin-1/+1
2009-03-05rt2x00: Export all register stats through debugfsIvo van Doorn-10/+23
2009-02-27rt2x00: Fix RF offsetIvo van Doorn-4/+6
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn-1/+1
2009-01-29rt2x00: Move link tuning into seperate fileIvo van Doorn-1/+3
2008-11-10rt2x00: Remove debugfs CSR access wrappersIvo van Doorn-6/+16
2008-10-31Fix debugfs_create_*'s error checking method for wireless/rt2x00/Zhaolei-9/+12
2008-10-31rt2x00: reduce checkpatch.pl errorsJohn Daiker-2/+2
2008-08-22rt2x00: Implement HW encryptionIvo van Doorn-0/+97
2008-08-01rt2x00: Fix access permissions on debugfs filesIvo van Doorn-10/+7
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde-3/+3
2008-05-21rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn-2/+2
2008-03-13rt2x00: Upgrade queue->lock to use irqsaveIvo van Doorn-2/+3
2008-02-29rt2x00: Add queue statistics to debugfsIvo van Doorn-14/+76
2008-02-29rt2x00: Queue handling overhaulIvo van Doorn-16/+16
2008-02-29rt2x00: Update copyright noticeIvo van Doorn-1/+1
2008-01-28rt2x00: Store queue idx and entry idx in data_ring and data_entryIvo van Doorn-6/+2
2008-01-28rt2x00: Fix chipset debugfs fileIvo van Doorn-3/+2
2008-01-28rt2x00: Add TX/RX frame dumping facilityIvo van Doorn-1/+181
2008-01-28rt2x00: Add chipset version to chipset debugfs entryIvo van Doorn-3/+8
2008-01-28rt2x00: Move register value/offset files into new folderIvo van Doorn-17/+25
2008-01-28rt2x00: Replace DRV_NAME with KBUILD_MODNAMEIvo van Doorn-5/+0
2007-10-10rt2x00: Add rt2x00dev->flags to debugfsIvo van Doorn-0/+37