summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: cache calibration data when the core is stoppedMarty Faltesek2016-10-131-36/+39
* ath10k: Added support for extended dbglog module id for 10.4Maharaja Kennadyrajan2016-09-021-5/+6
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-6/+6
* ath10k: fix 10.4 extended peer stats updateMohammed Shafi Shajakhan2016-07-081-1/+18
* ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan2016-06-021-3/+15
* ath10k: fix error while writing 'simulate_fw_crash' debugfsMohammed Shafi Shajakhan2016-06-021-8/+6Star
* ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo2016-04-201-1/+1
* ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo2016-04-201-1/+1
* ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo2016-04-201-10/+18
* ath10k: fix return value for btcoex and peer stats debugfsMohammed Shafi Shajakhan2016-04-191-4/+8
* ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan2016-03-231-5/+75
* ath10k: move cal data len to hw_paramsRaja Mani2016-03-231-3/+4
* ath10k: fix null deref if device crashes earlyMichal Kazior2016-03-211-1/+5
* ath10k: fix debugfs pktlog_filter writeAnilkumar Kolli2016-03-181-1/+6
* ath10k: fix sanity check on enabling btcoex via debugfsMohammed Shafi Shajakhan2016-03-031-4/+9
* ath10k: fix pointless update of peer stats listMohammed Shafi Shajakhan2016-03-031-2/+4
* ath10k: fix updating peer stats rx durationMohammed Shafi Shajakhan2016-02-251-3/+3
* ath10k: remove impossible codeSudip Mukherjee2016-02-251-3/+0Star
* ath10k: add debugfs support for Per STA total rx durationMohammed Shafi Shajakhan2016-01-261-3/+6
* ath10k: provision to support periodic peer stats updateMohammed Shafi Shajakhan2016-01-261-1/+4
* ath10k: rename few function names of firmware statsMohammed Shafi Shajakhan2016-01-261-9/+9
* ath10k: remove unnecessary amsdu/ampdu assignment in debugfsMohammed Shafi Shajakhan2015-12-081-1/+1
* ath10k: implement fw_checksums debugfs fileKalle Valo2015-11-301-0/+56
* ath10k: print crc32 checksums for firmware and board filesKalle Valo2015-11-301-4/+8
* ath10k: split driver info messages during device initialisationKalle Valo2015-11-301-15/+29
* ath10k: always show bmi chip ids and subdevice idsKalle Valo2015-11-301-7/+7
* ath10k: reorganise hardware and firmware info messagesKalle Valo2015-11-301-11/+18
* ath10k: Fix write permission on few debugfs filesMohammed Shafi Shajakhan2015-11-301-6/+6
* ath10k: debugfs file to enable Bluetooth coexistence featureYanbo Li2015-11-041-0/+66
* ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty2015-10-191-259/+8Star
* ath10k: select board data based on BMI chip id and board idManikanta Pubbisetty2015-10-141-2/+6
* ath10k: add board 2 API supportManikanta Pubbisetty2015-10-141-5/+7
* ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan2015-10-061-0/+233
* ath10k: free collected fw stats memory if .pull_fw_stats failsRaja Mani2015-08-191-2/+1Star
* ath10k: initialize fw_features varMichal Kazior2015-08-131-1/+1
* ath10k: enable raw encap mode and software crypto engineDavid Liu2015-07-291-12/+7Star
* ath10k: print htt op_version upon driver bootMichal Kazior2015-06-161-1/+2
* ath10k: dump fw features during probingMichal Kazior2015-06-161-2/+7
* ath10k: allow loading device specific board filesMichal Kazior2015-04-211-1/+5
* ath10k: change the fw stats access maskYanbo Li2015-04-091-4/+1Star
* ath10k: debug: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-011-5/+6
* ath10k: allow user to toggle ani_enable via debugfsAshok Raj Nagarajan2015-03-231-0/+58
* ath10k: configure thermal throttle while powering upRajkumar Manoharan2015-03-231-0/+1
* ath10k: add debugfs entry to configure quiet periodRajkumar Manoharan2015-03-231-0/+46
* ath10k: implement fw stats for wmi-tlvMichal Kazior2015-02-151-1/+4
* ath10k: add more wmi fw stat definesMichal Kazior2015-02-151-1/+1
* ath10k: add vdev stats processingMichal Kazior2015-02-151-0/+96
* ath10k: add log level configuration for fw_dbglogSenthilKumar Jegadeesan2015-02-041-9/+23
* ath10k: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2015-01-131-1/+1
* ath10k: print ath10k wmi op versionKalle Valo2014-12-231-5/+2Star