summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau2023-04-171-1/+4
* wifi: mt76: mt7603: avoid mcu_restart function pointerLorenzo Bianconi2023-02-031-2/+1
* wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi2022-12-091-15/+15
* wifi: mt76: move leds field in leds structLorenzo Bianconi2022-12-091-10/+10
* wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-012-2/+2
* wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi2022-12-012-4/+4
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-181-3/+3
|\
| * mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau2022-07-111-3/+3
* | wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
|/
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-4/+4
* mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu2022-05-131-4/+4
* mt76: fix MBSS index condition in DBDC modeEvelyn Tsai2022-05-131-3/+3
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-1/+1
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-2/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-7/+9
* mt76: use le32/16_get_bits() whenever possibleRyder Lee2022-03-162-7/+4
* mt76: improve signal strength reportingFelix Fietkau2022-02-241-5/+0
* mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi2022-02-031-0/+3
* mt76: mt7603: improve reliability of tx powersave filteringFelix Fietkau2021-12-191-2/+3
* 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