summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16mt76: mt7921: disable runtime pm for usbLorenzo Bianconi1-0/+6
2022-03-16mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi1-7/+6
2022-03-16mt76: mt7921: fix xmit-queue dump for usb and sdioLorenzo Bianconi1-2/+7
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi1-22/+14
2022-02-03mt76: mt7921: do not always disable fw runtime-pmLorenzo Bianconi1-2/+1
2021-12-22mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi1-3/+9
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi1-15/+12
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-1/+17
2021-10-20mt76: rely on phy pointer in mt76_register_debugfs_fops routine signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: update mib counters dumping phy statsLorenzo Bianconi1-0/+2
2021-10-20mt76: mt7921: always wake device if necessary in debugfsLorenzo Bianconi1-0/+8
2021-10-20mt76: overwrite default reg_ops if necessaryLorenzo Bianconi1-1/+27
2021-10-20mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi1-6/+14
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi1-3/+19
2021-06-19mt76: mt7921: add deep sleep control to runtime-pm knobSean Wang1-0/+18
2021-06-19mt76: mt7921: wake the device before dumping power tableLorenzo Bianconi1-0/+3
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi1-0/+3
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi1-1/+31
2021-04-21mt76: mt7921: add wifisys reset support in debugfsSean Wang1-8/+17
2021-04-21mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutexLorenzo Bianconi1-1/+4
2021-04-21mt76: mt7921: add dumping Tx power tableSean Wang1-0/+79
2021-04-17Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wirelessKalle Valo1-5/+3
2021-04-12mt76: mt7921: fix aggr length histogramLorenzo Bianconi1-3/+2
2021-04-11mt76: mt7921: remove unnecessary variableNigel Christian1-2/+1
2021-03-28mt76: Convert to DEFINE_SHOW_ATTRIBUTEJunlin Yang1-15/+3
2021-01-29mt76: mt7921: add coredump supportSean Wang1-0/+15
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-0/+57
2021-01-29mt76: mt7921: add debugfs supportSean Wang1-0/+178