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
path: root/mt7603
AgeCommit message (Expand)Author
2020-09-30mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau
2020-09-26mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau
2020-09-23mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-09mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-04mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-08-25mt76: mt7603: move number of streams detection to eeprom initFelix Fietkau
2020-08-25mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau
2020-08-24mt76: mt7603: tune tx ring sizeFelix Fietkau
2020-08-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-08-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-08-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-08-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-08-24mac80211: simplify TX aggregation startJohannes Berg
2020-08-22mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-08-11mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-08-07mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau
2020-06-22mt76: vif_mask to struct mt76_phyFelix Fietkau
2020-06-07mt76: add missing lock configuring coverage classLorenzo Bianconi
2020-05-24mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-20mt76: enable p2p supportLorenzo Bianconi
2020-05-20mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau
2020-05-05net: mt7603: remove duplicate error messageDejin Zheng
2020-04-22mt76: add rx queues info to mt76 debugfsLorenzo Bianconi
2020-04-22mt76: mt7603: fix tx status rate index calculationFelix Fietkau
2020-04-22mt76: mt7603: never use an 802.11b CF-End rate on 5GHzFelix Fietkau
2020-04-20mt76: fix A-MPDU density handlingFelix Fietkau
2020-04-06mt76: mt7603: disable merge of OTP ROM data by defaultFelix Fietkau
2020-04-06mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi
2020-03-17mt76: always init to 0 mcu messagesLorenzo Bianconi
2020-02-22mt76: mt7603: enable dynamic sensitivity adjustment by defaultFelix Fietkau
2020-02-22mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau
2020-02-07mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-01-27mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi
2020-01-27mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi
2020-01-27mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi
2020-01-20mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau
2019-12-22mt76: mt7603: simplify led reg definitionsLorenzo Bianconi
2019-12-21mt76: mt7603: fix input validation issues for powersave-filtered framesFelix Fietkau
2019-12-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi
2019-12-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi
2019-12-03mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau
2019-11-20mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau
2019-11-20mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau
2019-11-20mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2019-11-20mt76: keep a set of software tx queues per phyFelix Fietkau
2019-11-20mt76: move channel state to struct mt76_phyFelix Fietkau
2019-11-20mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: introduce struct mt76_phyFelix Fietkau