aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05ath9k: add option to reset the wifi chip via debugfsLinus Lüssing1-4/+53
2021-02-11ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing1-1/+4
2020-11-11ath9k: remove WDS codeJohannes Berg1-2/+2
2019-02-26ath9k: debugfs: Fix SPUR-DOWN fieldAndrea Greco1-1/+1
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen1-3/+0
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann1-12/+12
2018-10-01ath9k: debug: remove set but not used variable 'fops_dump_nfcal'YueHaibing1-13/+0
2018-06-14ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"Colin Ian King1-1/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-21/+19
2017-10-27ath9k: debug: Remove redundant checkChristos Gkekas1-1/+1
2017-10-04ath9k: make const array reg_hole_list static, reduces object code sizeColin Ian King1-1/+1
2017-08-03ath9k: fix debugfs file permissionChristoph Fritz1-1/+1
2017-04-19ath9k: add noise floor override optionSimon Wunderlich1-0/+62
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-0/+3
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen1-13/+1
2016-03-11ath9k: fix reg dump data bus errorMiaoqing Pan1-3/+21
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-2/+2
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau1-0/+2
2015-03-03ath9k: add per-vif TX power capabilityLorenzo Bianconi1-1/+4
2015-02-03ath9k: Add a debugfs file for WOWSujith Manoharan1-0/+68
2015-01-15ath9k: enable per-packet TPC on AR9002 based chipsLorenzo Bianconi1-5/+0
2015-01-15ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel1-100/+29
2014-12-24ath9k: add debugfs support for hw TPCLorenzo Bianconi1-0/+71
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-244/+171
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"Greg Kroah-Hartman1-22/+100
2014-11-26ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel1-100/+22
2014-11-26ath: use seq_file api for ath9k debugfs filesArend van Spriel1-268/+187
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2014-11-17ath9k: fix misc debugfs when not using chan contextBen Greear1-3/+4
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel1-2/+2
2014-11-11ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel1-2/+2
2014-11-11ath9k: use struct dentry by ath9k_spectral_init_debugOleksij Rempel1-1/+1
2014-10-30ath9k: fix some debugfs outputDan Carpenter1-1/+1
2014-10-27ath9k: restart hardware after noise floor calibration failureFelix Fietkau1-0/+1
2014-10-27ath9k: clean up debugfs print of reset causesFelix Fietkau1-27/+21
2014-09-16ath9k: add debugfs support for dynackLorenzo Bianconi1-0/+28
2014-09-09ath9k: Fix interface accountingSujith Manoharan1-1/+1
2014-07-18ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin1-1/+1
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan1-10/+16
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau1-1/+1
2014-05-13ath9k: move phy_err to ath9k_cmn_debug_phy_errOleksij Rempel1-63/+1
2014-05-13ath9k: move recv to ath9k_cmn_debug_recvOleksij Rempel1-57/+3
2014-05-13ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel1-25/+1
2014-05-13ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eepromOleksij Rempel1-30/+1
2014-05-13ath9k-common: create common-debug and move modal_eeprom to cmnOleksij Rempel1-30/+3
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-1/+1
2014-03-14ath9k: clean up and enhance ANI debugfs fileFelix Fietkau1-30/+28
2014-02-24ath9k: Use static constJoe Perches1-8/+12
2014-02-24ath9k: list more reset causes in debugfsFelix Fietkau1-0/+6
2014-01-13ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan1-43/+74