aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/debug.c
AgeCommit message (Expand)Author
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau
2015-03-03ath9k: add per-vif TX power capabilityLorenzo Bianconi
2015-02-03ath9k: Add a debugfs file for WOWSujith Manoharan
2015-01-15ath9k: enable per-packet TPC on AR9002 based chipsLorenzo Bianconi
2015-01-15ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel
2014-12-24ath9k: add debugfs support for hw TPCLorenzo Bianconi
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file ent...Greg Kroah-Hartman
2014-11-26ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel
2014-11-26ath: use seq_file api for ath9k debugfs filesArend van Spriel
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville
2014-11-17ath9k: fix misc debugfs when not using chan contextBen Greear
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel
2014-11-11ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel
2014-11-11ath9k: use struct dentry by ath9k_spectral_init_debugOleksij Rempel
2014-10-30ath9k: fix some debugfs outputDan Carpenter
2014-10-27ath9k: restart hardware after noise floor calibration failureFelix Fietkau
2014-10-27ath9k: clean up debugfs print of reset causesFelix Fietkau
2014-09-16ath9k: add debugfs support for dynackLorenzo Bianconi
2014-09-09ath9k: Fix interface accountingSujith Manoharan
2014-07-18ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau
2014-05-13ath9k: move phy_err to ath9k_cmn_debug_phy_errOleksij Rempel
2014-05-13ath9k: move recv to ath9k_cmn_debug_recvOleksij Rempel
2014-05-13ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel
2014-05-13ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eepromOleksij Rempel
2014-05-13ath9k-common: create common-debug and move modal_eeprom to cmnOleksij Rempel
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel
2014-03-14ath9k: clean up and enhance ANI debugfs fileFelix Fietkau
2014-02-24ath9k: Use static constJoe Perches
2014-02-24ath9k: list more reset causes in debugfsFelix Fietkau
2014-01-13ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan
2014-01-13ath9k: Add an option for station statisticsSujith Manoharan
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau
2013-12-18ath9k: Cleanup spectral scan codeSujith Manoharan
2013-12-02ath9k: Fix TX99 config option usageSujith Manoharan
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi
2013-08-15ath9k: simplify debugfs chainmask handlingFelix Fietkau
2013-08-15ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau
2013-08-09ath9k: add CAB queue info to debugfsFelix Fietkau
2013-08-09ath9k: Fix build failureSujith Manoharan
2013-08-05ath9k: Remove ath_ant_comb_update()Sujith Manoharan
2013-08-05ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan
2013-08-05ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan
2013-08-01ath9k: Add statistics for antenna diversitySujith Manoharan
2013-08-01ath9k: Add a debugfs file for antenna diversitySujith Manoharan
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville