aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18b43: move under broadcom vendor directoryKalle Valo1-826/+0
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-9/+9
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2010-09-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann1-0/+1
2009-09-23b43: Add optional verbose runtime statisticsMichael Buesch1-0/+1
2009-09-08b43: remove SHM spinlockMichael Buesch1-10/+4
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch1-37/+16
2009-02-27b43: checkpatch.pl cleanupsJohn Daiker1-2/+2
2009-01-29b43: Dynamically control log verbosityMichael Buesch1-2/+11
2009-01-29b43: Accessing the TSF via mac80211Alina Friedrichsen1-31/+0
2008-12-19b43: Add key memory dumpingMichael Buesch1-0/+1
2008-08-29b43: Implement dynamic PHY APIMichael Buesch1-76/+3
2008-06-27b43: Add debugfs firmware debugging knobMichael Buesch1-0/+1
2008-06-26b43: Remove "shm" and "ucode_regs" debugfs filesMichael Buesch1-42/+0
2008-06-26b43: Add mask/set capability to debugfs MMIO interfaceMichael Buesch1-8/+30
2008-06-26b43: Add debugfs files for random SHM accessMichael Buesch1-0/+178
2008-06-26b43: Add debugfs files for MMIO register accessMichael Buesch1-0/+124
2008-05-07b43: Rewrite LO calibration algorithmMichael Buesch1-31/+46
2008-03-24b43: Remove irqs_disabled() sanity checksMichael Buesch1-2/+2
2008-01-28b43: Remove the PHY spinlockMichael Buesch1-4/+2
2008-01-28b43: Remove PIO supportMichael Buesch1-1/+0
2008-01-28b43: silence a bogus gcc warningFrank Lichtenheld1-1/+1
2007-11-10b43: debugfs SHM read buffer overrun fixMichael Buesch1-1/+1
2007-10-10[B43]: Don't lock irq_lock in debugfs txpower adjustMichael Buesch1-14/+5
2007-10-10[B43]: Fix sparse warnings.Michael Buesch1-10/+21
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch1-0/+654