summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/testmode.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-06wifi: mt76: mt7915: use mac80211 .sta_state opFelix Fietkau1-1/+3
2024-09-06wifi: mt76: partially move channel change code to coreFelix Fietkau1-1/+1
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee1-23/+26
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee1-9/+9
2022-12-01wifi: mt76: mt7915: add spatial extension index supportShayne Chen1-3/+1
2022-12-01wifi: mt76: mt7915: rework testmode tx antenna settingShayne Chen1-10/+8
2022-07-11mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_idLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idxShayne Chen1-4/+5
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu1-0/+4
2022-02-24mt76: mt7915: use min_t() to make code cleanerChangcheng Deng1-6/+2
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao1-18/+15
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao1-1/+1
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi1-1/+1
2022-02-03mt76: mt7915: refine register definitionBo Jiao1-26/+33
2021-12-18mt76: mt7915: fix return condition in mt7915_tm_reg_backup_restore()Shayne Chen1-9/+8
2021-10-20mt76: mt7915: set muru platform typeShayne Chen1-11/+5
2021-10-20mt76: mt7915: switch proper tx arbiter mode in testmodeShayne Chen1-0/+29
2021-06-19mt76: mt7915: fix rx fcs error count in testmodeShayne Chen1-2/+19
2021-04-21mt76: mt7915: rework mt7915_tm_set_tx_len()Shayne Chen1-17/+5
2021-02-26mt76: mt7915: fix unused 'mode' variableArnd Bergmann1-2/+2
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau1-10/+10
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen1-0/+2
2021-01-26mt76: mt7915: add support for continuous tx in testmodeShayne Chen1-11/+148
2021-01-26mt76: mt7915: rework set state part in testmodeShayne Chen1-12/+10
2021-01-26mt76: mt7915: clean hw queue before starting new testmode txShayne Chen1-0/+16
2021-01-26mt76: mt7915: calculate new packet length when tx_time is set in testmodeShayne Chen1-3/+93
2021-01-26mt76: mt7915: add support for ipg in testmodeShayne Chen1-2/+123
2021-01-26mt76: testmode: add support to set user-defined spe indexShayne Chen1-5/+10
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-1/+1
2021-01-26mt76: mt7915: move testmode data from dev to phyShayne Chen1-13/+12
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-47/+57
2021-01-26mt76: mt7915: add partial add_bss_info command on testmode initShayne Chen1-0/+2
2020-12-04mt76: mt7915: add support to set tx frequency offset in testmodeShayne Chen1-0/+20
2020-12-04mt76: mt7915: add support to set txpower in testmodeShayne Chen1-0/+100
2020-12-04mt76: mt7915: implement testmode rx supportShayne Chen1-0/+77
2020-12-04mt76: mt7915: implement testmode tx supportShayne Chen1-0/+180