summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603
AgeCommit message (Expand)AuthorFilesLines
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-22/+2
2020-12-04mt76: mt7603: add additional EEPROM chip IDDavid Bauer1-0/+1
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+4
2020-12-04mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau1-37/+6
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau1-10/+11
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-9/+15
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-14/+13
2020-12-04mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau1-0/+1
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-14/+4
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-2/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau2-4/+3
2020-09-24mt76: mt7603: tune tx ring sizeFelix Fietkau2-2/+4
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau4-17/+15
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-1/+1
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-1/+0
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2-7/+3
2020-09-24mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau3-7/+18
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau1-0/+2
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2-0/+4
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau2-5/+3
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi1-0/+2
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-1/+2
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau1-2/+2
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7603: remove duplicate error messageDejin Zheng1-3/+1
2020-05-12mt76: mt7603: fix tx status rate index calculationFelix Fietkau1-1/+1
2020-05-12mt76: mt7603: never use an 802.11b CF-End rate on 5GHzFelix Fietkau1-2/+3
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau1-0/+5
2020-05-12mt76: add rx queues info to mt76 debugfsLorenzo Bianconi1-1/+1
2020-05-12mt76: mt7603: disable merge of OTP ROM data by defaultFelix Fietkau1-0/+5
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi2-8/+2
2020-03-17mt76: always init to 0 mcu messagesLorenzo Bianconi1-1/+0
2020-03-17mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau4-0/+7
2020-03-17mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau4-1/+6
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-5/+5
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-0/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau2-1/+2
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-1/+0
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: mt7603: simplify led reg definitionsLorenzo Bianconi2-15/+6
2020-02-14mt76: mt7603: fix input validation issues for powersave-filtered framesFelix Fietkau1-4/+15
2020-02-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi1-1/+1
2020-02-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi1-1/+1
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau2-3/+4
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau3-9/+9