summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7603
AgeCommit message (Expand)Author
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau
2021-04-12mt76: report Rx timestampRyder Lee
2021-04-12mt76: use threaded NAPIFelix Fietkau
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau
2021-01-26mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi
2020-12-04mt76: mt7603: add additional EEPROM chip IDDavid Bauer
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-12-04mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau
2020-12-04mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: mt7603: tune tx ring sizeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau
2020-05-13mt76: enable p2p supportLorenzo Bianconi
2020-05-12mt76: mt7603: remove duplicate error messageDejin Zheng