summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603
Commit message (Expand)AuthorAgeFilesLines
...
* mt76: mt7603: introduce SAR supportLorenzo Bianconi2021-12-192-8/+27
* mt76: do not pass the received frame with decryption errorXing Song2021-12-191-0/+4
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-201-2/+2
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-201-0/+3
* mt76: disable BH around napi_schedule() callsFelix Fietkau2021-10-201-2/+5
* mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-10-201-1/+1
* mt76: fix iv and CCMP header insertionRyder Lee2021-06-192-22/+23
* mt76: make mt76_update_survey() per phyRyder Lee2021-06-192-5/+5
* mt76: move mt76_rates in mt76 moduleLorenzo Bianconi2021-06-191-30/+2
* mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau2021-06-171-1/+1
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-1/+1
* mt76: improve mcu error loggingLorenzo Bianconi2021-04-211-3/+2
* mt76: flush tx status queue on DMA resetFelix Fietkau2021-04-211-0/+2
* mt76: report Rx timestampRyder Lee2021-04-123-15/+21
* mt76: use threaded NAPIFelix Fietkau2021-04-121-1/+1
* mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee2021-04-111-1/+1
* mt76: add support for 802.3 rx framesFelix Fietkau2021-04-111-1/+1
* mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau2021-01-271-3/+3
* mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau2021-01-261-3/+7
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-264-15/+13
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-2/+2
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-041-1/+1
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-044-18/+17
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-043-28/+26
* mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-042-4/+6
* mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi2020-12-041-1/+1
* mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-041-12/+15
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-043-5/+5
* mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi2020-12-041-8/+2
* mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi2020-12-041-22/+2
* mt76: mt7603: add additional EEPROM chip IDDavid Bauer2020-12-041-0/+1
* mt76: fix memory leak if device probing failsLorenzo Bianconi2020-12-041-1/+2
* wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-043-5/+4
* mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau2020-12-041-37/+6
* mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau2020-12-041-10/+11
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-041-9/+15
* mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau2020-12-041-14/+13
* mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau2020-12-041-0/+1
* mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-241-14/+4
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-242-3/+3
* mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau2020-09-241-2/+0
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-242-4/+3
* mt76: mt7603: tune tx ring sizeFelix Fietkau2020-09-242-2/+4
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-244-17/+15
* mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau2020-09-241-1/+1
* mt76: remove swq from struct mt76_sw_queueFelix Fietkau2020-09-241-1/+0
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-242-7/+3
* mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau2020-09-243-7/+18
* mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau2020-09-241-0/+2
* mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2020-09-242-0/+4