aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/debug.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsGravatar Toke Høiland-Jørgensen 1-8/+0
2018-10-13ath9k: fix RX_STAT_INC() etc macrosGravatar Arnd Bergmann 1-10/+10
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsGravatar Toke Høiland-Jørgensen 1-0/+13
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Gravatar Toke Høiland-Jørgensen 1-2/+0
2015-07-21ath9k: make DMA stop related messages debug-onlyGravatar Felix Fietkau 1-0/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+5
2014-11-26ath: use seq_file api for ath9k debugfs filesGravatar Arend van Spriel 1-6/+5
2014-10-27ath9k: restart hardware after noise floor calibration failureGravatar Felix Fietkau 1-0/+1
2014-05-13ath9k & ath9k_htc: move ath_rx_stats to cmnGravatar Oleksij Rempel 1-44/+0
2014-02-12ath9k: Remove ath9k rate controlGravatar Sujith Manoharan 1-1/+0
2014-01-13ath9k: Process GTT interruptsGravatar Sujith Manoharan 1-0/+1
2014-01-13ath9k: Add a debugfs file "node_recv"Gravatar Sujith Manoharan 1-3/+31
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwGravatar Felix Fietkau 1-0/+7
2013-12-18ath9k: Cleanup spectral scan codeGravatar Sujith Manoharan 1-2/+0
2013-09-26ath9k: replace snprintf() with scnprintf()Gravatar Zefir Kurtisi 1-6/+6
2013-08-15ath9k: remove ath9k_sta_remove_debugfsGravatar Felix Fietkau 1-4/+0
2013-08-01ath9k: Add statistics for antenna diversityGravatar Sujith Manoharan 1-7/+13
2013-08-01ath9k: Do a quick scan only when scan_not_start is trueGravatar Sujith Manoharan 1-0/+13
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-59/+0
2013-06-03ath9k: Remove unused structure ath_dbg_bb_mac_sampGravatar Sujith Manoharan 1-39/+0
2013-05-22ath9k: Remove MAC_DEBUGGravatar Sujith Manoharan 1-20/+0
2013-05-17ath9k: Fix crash on module unloadGravatar Sujith Manoharan 1-0/+5
2013-03-06ath9k: Report txerr-filtered errors in debugfs.Gravatar Ben Greear 1-0/+2
2013-01-30ath9k: drop spectral packets after processing themGravatar Simon Wunderlich 1-0/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+0
2013-01-11ath9k: add a better fix for the rx tasklet vs rx flush raceGravatar Felix Fietkau 1-2/+0
2013-01-09ath9k: add spectral scan featureGravatar Simon Wunderlich 1-0/+5
2012-12-10ath9k: Fix regression in 'xmit' debugfs fileGravatar Sujith Manoharan 1-1/+1
2012-11-30ath9k: Implement sta_add_debugfs/sta_remove_debugfsGravatar Sujith Manoharan 1-1/+8
2012-11-30ath9k: Move ethtool functions to debug.cGravatar Sujith Manoharan 1-0/+8
2012-11-21ath9k: Fix the 'xmit' debugfs fileGravatar Sujith Manoharan 1-1/+16
2012-11-21ath9k: Fix MCI reset in BT cal_reqGravatar Rajkumar Manoharan 1-0/+1
2012-09-11ath9k_hw: Wait BT calibration to completeGravatar Rajkumar Manoharan 1-1/+0
2012-09-11ath9k: Add Generic hardware timer interrupt in debugfsGravatar Mohammed Shafi Shajakhan 1-0/+3
2012-07-17ath9k: Fix race in reset-work usageGravatar Rajkumar Manoharan 1-11/+13
2012-06-06ath9k: Add MCI interrupt to debugfs statisticsGravatar Sujith Manoharan 1-0/+1
2012-04-16ath9k: Gather and report IRQ sync_cause errors.Gravatar Ben Greear 1-0/+23
2012-04-11ath9k: Add more recv stats.Gravatar Ben Greear 1-0/+18
2012-04-11ath9k: Add tx-failed counter.Gravatar Ben Greear 1-0/+2
2012-04-09ath9k: recover ar9380 chips from rare stuck stateGravatar Rajkumar Manoharan 1-0/+1
2012-03-07ath9k: remove rssi/antenna information from recv debug statsGravatar Felix Fietkau 1-7/+0
2012-03-07ath9k: make MAC sample statistics optionalGravatar Felix Fietkau 1-5/+15
2011-12-15ath9k: add DFS radar pulse processingGravatar Zefir Kurtisi 1-0/+2
2011-10-11ath9k: keep track of what's triggering hardware resetsGravatar Felix Fietkau 1-0/+13
2011-09-27ath9k: add Block ACK bitmap in sample debugGravatar Mohammed Shafi Shajakhan 1-0/+2
2011-09-16ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsGravatar Felix Fietkau 1-2/+4
2011-08-29ath9k: Add debugfs support for mac/baseband samplesGravatar Rajkumar Manoharan 1-0/+47
2011-06-03ath9k: show excessive-retry MPDUs in debugfsGravatar Felix Fietkau 1-0/+1
2011-05-19ath9k: Drag the driver to the year 2011Gravatar Sujith Manoharan 1-1/+1
2011-04-25ath9k: Add TSFOOR interrupt stats in debug infoGravatar Mohammed Shafi Shajakhan 1-0/+4