summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28wifi: mt76: mt7915: workaround dubious x | !y warningKalle Valo1-1/+2
2024-03-21wifi: mt76: mt7915: workaround too long expansion sparse warningsLorenzo Bianconi1-3/+3
2023-07-25wifi: mt76: mt7915: accumulate mu-mimo ofdma muru statsRyder Lee1-66/+58
2023-07-25wifi: mt76: mt7915: move mib_stats structure in mt76.hLorenzo Bianconi1-2/+2
2023-04-17wifi: mt76: mt7915: drop redundant prefix of mt7915_txpower_puts()Ryder Lee1-18/+18
2022-12-09wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee1-1/+1
2022-12-09wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaksRyder Lee1-1/+3
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee1-7/+9
2022-12-01wifi: mt76: mt7915: enable per bandwidth power limit supportRyder Lee1-25/+175
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee1-5/+5
2022-12-01wifi: mt76: mt7915: add basedband Txpower info into debugfsRyder Lee1-3/+16
2022-12-01wifi: mt76: mt7915: add full system reset into debugfsRyder Lee1-14/+67
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-3/+2
2022-12-01wifi: mt76: mt7915: reserve 8 bits for the index of rf registersEvelyn Tsai1-1/+1
2022-09-15wifi: mt76: mt7915: do not check state before configuring implicit beamformHoward Hsu1-3/+3
2022-07-11mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter1-1/+2
2022-07-11mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee1-0/+8
2022-05-13mt76: mt7915: improve error handling for fw_debug knobsRyder Lee1-22/+31
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee1-14/+92
2022-05-13mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen1-0/+32
2022-05-13mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_setLorenzo Bianconi1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-2/+2
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitorLorenzo Bianconi1-2/+2
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao1-4/+4
2022-02-03mt76: mt7915: introduce rdd_monitor debugfs nodeLorenzo Bianconi1-0/+49
2022-02-03mt76: mt7915: enable radar trigger on rdd2Lorenzo Bianconi1-1/+5
2022-02-03mt76: mt7915: add support for passing chip/firmware debug data to user spaceFelix Fietkau1-2/+140
2022-02-03mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac moduleLorenzo Bianconi1-1/+1
2022-02-03mt76: mt7915: refine register definitionBo Jiao1-10/+10
2021-12-19mt76: mt7915: add mu-mimo and ofdma debugfs knobsMeiChia Chiu1-1/+222
2021-12-19mt76: mt7915: introduce mt76_vif in mt7915_vifLorenzo Bianconi1-2/+2
2021-10-23mt76: mt7915: add debugfs knobs for MCU utilizationShayne Chen1-1/+50
2021-10-23mt76: mt7915: add WA firmware log supportShayne Chen1-10/+40
2021-10-23mt76: mt7915: rework debugfs fixed-rate knobRyder Lee1-8/+60
2021-10-20mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi1-11/+8
2021-10-20mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi1-0/+5
2021-10-20mt76: mt7915: remove dead code in debugfs codeLorenzo Bianconi1-25/+6
2021-10-20mt76: mt7915: improve code readability for xmit-queue handlerLorenzo Bianconi1-2/+2
2021-10-20mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phyLorenzo Bianconi1-77/+80
2021-10-20mt76: mt7915: add twt_stats knob in debugfsLorenzo Bianconi1-0/+28
2021-10-20mt76: mt7915: add tx mu/su counters to mibBen Greear1-32/+27
2021-10-20mt76: mt7915: rename debugfs tx-queuesRyder Lee1-5/+4
2021-10-20mt76: mt7915: rework debugfs queue infoRyder Lee1-19/+141
2021-10-20mt76: mt7915: add HE-LTF into fixed rate commandRyder Lee1-1/+3
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee1-47/+0
2021-06-19mt76: mt7915: improve MU stabilityRyder Lee1-2/+10
2021-06-19mt76: mt7915: introduce mt7915_mcu_set_txbf()Ryder Lee1-1/+2
2021-06-19mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpowerShayne Chen1-40/+9
2021-06-19mt76: mt7915: add thermal sensor device supportRyder Lee1-14/+0