summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/testmode.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-18mt76: testmode: add support to set MACShayne Chen1-3/+33
2021-10-20mt76: mt7921: introduce testmode supportLorenzo Bianconi1-1/+3
2021-06-19mt76: testmode: move chip-specific stats dump before common statsShayne Chen1-3/+8
2021-06-19mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skbLorenzo Bianconi1-6/+2
2021-06-19mt76: testmode: remove unnecessary function calls in mt76_testmode_free_skbLorenzo Bianconi1-10/+1
2021-06-19mt76: testmode: fix memory leak in mt76_testmode_alloc_skbLorenzo Bianconi1-1/+4
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