aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21mt76: mt7915: directly read per-rate tx power from registersShayne Chen1-22/+46
2021-04-21mt76: mt7915: rework the flow of txpower settingShayne Chen1-22/+12
2021-04-17Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wirelessKalle Valo1-1/+1
2021-04-12mt76: mt7915: fix aggr len debugfs nodeLorenzo Bianconi1-1/+1
2021-03-28mt76: Convert to DEFINE_SHOW_ATTRIBUTEJunlin Yang1-30/+6
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee1-0/+28
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi1-27/+0
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi1-3/+10
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-1/+1
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-10/+7
2020-12-04mt76: set fops_tx_stats.owner to THIS_MODULETaehee Yoo1-0/+1
2020-12-04mt76: mt7915: set fops_sta_stats.owner to THIS_MODULETaehee Yoo1-0/+1
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-4/+4
2020-09-24mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau1-1/+1
2020-07-21mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFSRyder Lee1-0/+2
2020-07-21mt76: mt7915: add MU-MIMO supportRyder Lee1-1/+8
2020-05-28mt76: mt7915: fix a handful of spelling mistakesColin Ian King1-3/+3
2020-05-12mt76: mt7915: add debugfs to track TxBF statusRyder Lee1-0/+45
2020-05-12mt76: mt7915: enable firmware module debug supportRyder Lee1-0/+36
2020-05-12mt76: mt7915: set peer Tx fixed rate through debugfsRyder Lee1-0/+13
2020-05-12mt76: mt7915: add .sta_add_debugfs supportRyder Lee1-0/+65
2020-05-12mt76: mt7915: implement HE per-rate tx power supportRyder Lee1-0/+59
2020-05-12mt76: add mac80211 driver for MT7915 PCIe-based chipsetsRyder Lee1-0/+245