summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/testmode.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: testmode: add support to send larger packetShayne Chen1-32/+127
2021-01-26mt76: testmode: make tx queued limit adjustableShayne Chen1-2/+7
2021-01-26mt76: testmode: add attributes for ipg related parametersShayne Chen1-0/+17
2021-01-26mt76: testmode: add support to set user-defined spe indexShayne Chen1-0/+4
2021-01-26mt76: testmode: move mtd part to mt76_devShayne Chen1-3/+3
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-40/+48
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-8/+9
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-1/+2
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-1/+2
2020-12-04mt76: testmode: add support for HE rate modesShayne Chen1-1/+5
2020-12-04mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen1-1/+5
2020-12-04mt76: testmode: add tx_rate_stbc parameterShayne Chen1-0/+6
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-3/+3
2020-09-24mt76: testmode: add a limit for queued tx_frames packetsFelix Fietkau1-1/+2
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-1/+1
2020-09-24mt76: fix a possible NULL pointer dereference in mt76_testmode_dumpLorenzo Bianconi1-2/+6
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+497