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
2022-11-11wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi
2022-07-03mt76: pass original queue id from __mt76_tx_queue_skb to the drivertestingFelix Fietkau
2022-04-20mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu
2022-04-07mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau
2022-03-26mt76: fix MBSS index condition in DBDC modeEvelyn Tsai
2022-03-26mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau
2022-03-14mt76: use le32/16_get_bits() whenever possibleRyder Lee
2022-02-04mt76: improve signal strength reportingFelix Fietkau
2022-01-28mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi
2021-11-25mt76: mt7603: improve reliability of tx powersave filteringFelix Fietkau
2021-11-25mt76: mt7603: introduce SAR supportLorenzo Bianconi
2021-11-21mt76: do not pass the received frame with decryption errorXing Song
2021-10-11mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi
2021-10-11mt76: introduce packet_id idrLorenzo Bianconi
2021-09-24mt76: disable BH around napi_schedule() callsFelix Fietkau
2021-09-24mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-15Revert "mt76: fix mt76_rates for the multiple devices"Felix Fietkau
2021-07-14mt76: fix mt76_rates for the multiple devicesSean Wang
2021-06-18mt76: fix iv and CCMP header insertionRyder Lee
2021-06-18mt76: make mt76_update_survey() per phyRyder Lee
2021-06-02mt76: move mt76_rates in mt76 moduleLorenzo Bianconi
2021-05-07mt76: 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-17mt76: improve mcu error loggingLorenzo Bianconi
2021-04-14mt76: sync with upstream changesFelix Fietkau
2021-04-13mt76: flush tx status queue on DMA resetFelix Fietkau
2021-04-11mt76: report Rx timestampRyder Lee
2021-03-14mt76: adjust to upstream API for enabling threaded NAPIFelix Fietkau
2021-02-14mt76: add support for 802.3 rx framesFelix Fietkau
2021-02-14mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee
2021-01-20mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau
2021-01-14mt76: move mac_work in mt76_core moduleLorenzo Bianconi
2020-11-13mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-11-13mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-11-12mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-11-12mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-11-12mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-11-12mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-11-12mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-11-12mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-11-12mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-11-10mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi
2020-11-10mt76: mt7603: add additional EEPROM chip IDDavid Bauer
2020-11-10mt76: fix memory leak if device probing failsLorenzo Bianconi
2020-11-10wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-10-27mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau
2020-10-23sync with upstream changesFelix Fietkau
2020-09-30mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau
2020-09-30mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau
2020-09-30mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau