aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-3/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-4/+4
2022-05-13mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu1-4/+4
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-7/+9
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee2-7/+4
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-5/+0
2022-02-03mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2021-12-19mt76: mt7603: improve reliability of tx powersave filteringFelix Fietkau1-2/+3
2021-12-19mt76: mt7603: introduce SAR supportLorenzo Bianconi2-8/+27
2021-12-19mt76: do not pass the received frame with decryption errorXing Song1-0/+4
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-2/+2
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-0/+3
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-2/+5
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee2-22/+23
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee2-5/+5
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-30/+2
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-3/+2
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-12mt76: report Rx timestampRyder Lee3-15/+21
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-1/+1
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-3/+3
2021-01-26mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau1-3/+7
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi4-15/+13
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-2/+2
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi1-1/+1
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi4-18/+17
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi3-28/+26
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2-4/+6
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-1/+1
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-12/+15
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi3-5/+5
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-8/+2
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