summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/debug.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19ath9k: use PS wakeup before REG_READMohammed Shafi Shajakhan1-1/+1
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-19ath9k: Fix power save wrappers in debug opsRajkumar Manoharan1-0/+8
2011-04-25ath9k: Add TSFOOR interrupt stats in debug infoMohammed Shafi Shajakhan1-0/+5
2011-04-13ath9k: Add RSSI information from control and extension chainsSenthil Balasubramanian1-1/+39
2011-03-30ath9k: add an interface for overriding the value of specific GPIO pinsFelix Fietkau1-0/+6
2011-03-30ath9k: remove unnecessary debugfs return code checksFelix Fietkau1-59/+29
2011-03-04ath9k: Fix txq memory address printing in debugfs.Ben Greear1-4/+4
2011-03-04ath9k: Add a debugfs interface to dump chip registersVasanthakumar Thiagarajan1-0/+54
2011-02-04ath9k: Show channel type and frequency in debugfs.Ben Greear1-2/+21
2011-01-28ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau1-18/+19
2011-01-28ath9k: remove the virtual wiphy debugfs interfaceFelix Fietkau1-133/+4
2011-01-21ath9k: Add 'misc' file to debugfs, fix queue indexes.Ben Greear1-12/+125
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear1-1/+3
2011-01-21ath9k: More xmit queue debugfs information.Ben Greear1-0/+26
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear1-2/+92
2011-01-21ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear1-1/+2
2011-01-21ath9k: Add more information to debugfs xmit file.Ben Greear1-2/+27
2011-01-21ath9k: Show some live tx-queue values in debugfs.Ben Greear1-0/+16
2010-12-02ath9k: Move debugfs under ieee80211/[phyname]/ath9k/Ben Greear1-31/+4
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-17/+19
2010-11-10ath9k: fix sparse complaint on aphy for debugfsLuis R. Rodriguez1-6/+6
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-106/+65
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau1-93/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-11/+22
2010-10-05ath9k: Report total tx/rx bytes and packets in debugfs.Ben Greear1-0/+15
2010-10-05ath9k : Fix for displaying the channel numberMohammed Shafi Shajakhan1-5/+10
2010-09-16ath9k: Print rxfilter in debugfs.Ben Greear1-10/+43
2010-06-14ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40Felix Fietkau1-0/+4
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau1-4/+4
2010-06-03ath9k/debug: fixup the return codesDan Carpenter1-9/+9
2010-06-03ath9k/debug: improve the snprintf() handlingDan Carpenter1-8/+25
2010-06-03ath9k: enable the baseband watchdog events for AR9003Luis R. Rodriguez1-0/+5
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-39/+197
2010-05-13ath9k: add debugfs files for reading/writing registersFelix Fietkau1-0/+89
2010-05-13ath9k: add debugfs files for reading/writing the rx and tx chainmaskFelix Fietkau1-0/+92
2010-05-13ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entriesFelix Fietkau1-39/+16
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-4/+18
2010-04-16ath9k: add RXLP and RXHP to debugfs countersLuis R. Rodriguez1-4/+18
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-21/+18
2010-04-08wireless/ath: remove trailing space in messagesFrans Pop1-2/+2
2010-03-31ath9k: split out access to rx status informationFelix Fietkau1-10/+9
2010-03-31ath9k: split out access to tx status informationFelix Fietkau1-9/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-01ath9k: allocate string buffer in read_file_dma() by kmalloc()Pavel Roskin1-17/+26
2010-01-12ath9k: Add debugfs file for RX errorsSujith1-0/+118
2009-12-22ath9k: add MCS rate index back to debufs rcstatLuis R. Rodriguez1-6/+32
2009-11-28ath9k: separate debugfs support from CONFIG_ATH_DEBUGFelix Fietkau1-0/+6
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau1-12/+2
2009-11-19ath9k: get rid of tx_info_privFelix Fietkau1-4/+7