summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/testmode.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTHLin Ma2023-07-261-0/+1
* wifi: mt76: testmode: use random payload for tx packetsShayne Chen2022-09-151-2/+6
* mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi2022-07-111-4/+1
* mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau2022-07-111-2/+2
* mt76: mt7915: add support for MT7986Bo Jiao2022-02-241-3/+2
* mt76: testmode: add support to set MACShayne Chen2021-12-181-3/+33
* mt76: mt7921: introduce testmode supportLorenzo Bianconi2021-10-201-1/+3
* mt76: testmode: move chip-specific stats dump before common statsShayne Chen2021-06-191-3/+8
* mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skbLorenzo Bianconi2021-06-191-6/+2
* mt76: testmode: remove unnecessary function calls in mt76_testmode_free_skbLorenzo Bianconi2021-06-191-10/+1
* mt76: testmode: fix memory leak in mt76_testmode_alloc_skbLorenzo Bianconi2021-06-191-1/+4
* 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