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