Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-15wifi: mt76: testmode: use random payload for tx packetsShayne Chen
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi
2022-07-03mt76: pass original queue id from __mt76_tx_queue_skb to the drivertestingFelix Fietkau
2022-02-14mt76: mt7915: add support for MT7986Bo Jiao
2021-11-21mt76: testmode: add support to set MACShayne Chen
2021-07-14mt76: mt7921: introduce testmode supportLorenzo Bianconi
2021-06-10mt76: testmode: move chip-specific stats dump before common statsShayne Chen
2021-05-28mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skbLorenzo Bianconi
2021-05-28mt76: testmode: remove unnecessary function calls in mt76_testmode_free_skbLorenzo Bianconi
2021-05-28mt76: testmode: fix memory leak in mt76_testmode_alloc_skbLorenzo Bianconi
2021-04-13mt76: testmode: add support to send larger packetShayne Chen
2021-01-14mt76: testmode: make tx queued limit adjustableShayne Chen
2021-01-14mt76: testmode: add attributes for ipg related parametersShayne Chen
2021-01-14mt76: testmode: add support to set user-defined spe indexShayne Chen
2021-01-04mt76: testmode: move mtd part to mt76_devShayne Chen
2021-01-04mt76: testmode: introduce dbdc supportShayne Chen
2020-11-13mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-11-12mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-11-12mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-11-10mt76: testmode: add support for HE rate modesShayne Chen
2020-11-10mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen
2020-11-10mt76: testmode: add tx_rate_stbc parameterShayne Chen
2020-09-08mt76: testmode: add a limit for queued tx_frames packetsFelix Fietkau
2020-08-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-08-22mt76: fix a possible NULL pointer dereference in mt76_testmode_dumpLorenzo Bianconi
2020-08-22mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-07-13mt76: fix copy&paste error in mt76_testmode_cmdFelix Fietkau
2020-06-22mt76: add API for testmode supportFelix Fietkau