summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Add support for OCB modeJan Kaisrlik2015-09-291-2/+2
* ath9k: make DMA stop related messages debug-onlyFelix Fietkau2015-07-211-0/+2
* ath9k: add per-vif TX power capabilityLorenzo Bianconi2015-03-031-1/+4
* ath9k: Add a debugfs file for WOWSujith Manoharan2015-02-031-0/+68
* ath9k: enable per-packet TPC on AR9002 based chipsLorenzo Bianconi2015-01-151-5/+0Star
* ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel2015-01-151-100/+29Star
* ath9k: add debugfs support for hw TPCLorenzo Bianconi2014-12-241-0/+71
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-244/+171Star
|\
| * Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file ent...Greg Kroah-Hartman2014-12-061-22/+100
| * ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel2014-11-271-100/+22Star
| * ath: use seq_file api for ath9k debugfs filesArend van Spriel2014-11-271-268/+187Star
* | Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville2014-11-191-1/+1
|\|
| * ath9k: fix some debugfs outputDan Carpenter2014-10-301-1/+1
* | ath9k: fix misc debugfs when not using chan contextBen Greear2014-11-171-3/+4
* | ath9k: move spectral.* to common-spectral.*Oleksij Rempel2014-11-111-2/+2
* | ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel2014-11-111-2/+2
* | ath9k: use struct dentry by ath9k_spectral_init_debugOleksij Rempel2014-11-111-1/+1
* | ath9k: restart hardware after noise floor calibration failureFelix Fietkau2014-10-271-0/+1
* | ath9k: clean up debugfs print of reset causesFelix Fietkau2014-10-271-27/+21Star
|/
* ath9k: add debugfs support for dynackLorenzo Bianconi2014-09-161-0/+28
* ath9k: Fix interface accountingSujith Manoharan2014-09-091-1/+1
* ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin2014-07-181-1/+1
* ath9k: Summarize hw state per channel contextRajkumar Manoharan2014-06-191-10/+16
* ath9k: Move caldata into channel contextFelix Fietkau2014-06-191-1/+1
* ath9k: move phy_err to ath9k_cmn_debug_phy_errOleksij Rempel2014-05-131-63/+1Star
* ath9k: move recv to ath9k_cmn_debug_recvOleksij Rempel2014-05-131-57/+3Star
* ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel2014-05-131-25/+1Star
* ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eepromOleksij Rempel2014-05-131-30/+1Star
* ath9k-common: create common-debug and move modal_eeprom to cmnOleksij Rempel2014-05-131-30/+3Star
* ath9k: move sc_flags to ath_commonOleksij Rempel2014-03-171-1/+1
* ath9k: clean up and enhance ANI debugfs fileFelix Fietkau2014-03-141-30/+28Star
* ath9k: Use static constJoe Perches2014-02-241-8/+12
* ath9k: list more reset causes in debugfsFelix Fietkau2014-02-241-0/+6
* ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan2014-01-131-43/+74
* ath9k: Add an option for station statisticsSujith Manoharan2014-01-131-80/+0Star
* ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau2013-12-191-0/+41
* ath9k: Cleanup spectral scan codeSujith Manoharan2013-12-181-309/+2Star
* ath9k: Fix TX99 config option usageSujith Manoharan2013-12-021-114/+1Star
* ath9k: add TX99 supportLuis R. Rodriguez2013-10-181-0/+118
* ath9k: replace snprintf() with scnprintf()Zefir Kurtisi2013-09-261-222/+224
* ath9k: simplify debugfs chainmask handlingFelix Fietkau2013-08-151-88/+4Star
* ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau2013-08-151-11/+1Star
* ath9k: add CAB queue info to debugfsFelix Fietkau2013-08-091-16/+27
* ath9k: Fix build failureSujith Manoharan2013-08-091-2/+6
* ath9k: Remove ath_ant_comb_update()Sujith Manoharan2013-08-051-1/+1
* ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan2013-08-051-1/+5
* ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan2013-08-051-20/+18Star
* ath9k: Add statistics for antenna diversitySujith Manoharan2013-08-011-14/+71
* ath9k: Add a debugfs file for antenna diversitySujith Manoharan2013-08-011-0/+64
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-111-354/+64Star
|\