summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorLines
2022-09-12wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau-1/+2
2022-09-12wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau-1/+1
2022-08-26wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu-1/+1
2022-07-18wifi: mt7601u: fix clang -Wformat warningJustin Stitt-1/+1
2022-07-18wifi: mt7601u: eeprom: fix clang -Wformat warningJustin Stitt-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo-3794/+2992
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-8/+16
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg-2/+2
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng-18/+7
2022-07-11mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_n...Liang He-1/+4
2022-07-11mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He-0/+1
2022-07-11mt76: get rid of mt76_wcid_hw routineLorenzo Bianconi-10/+0
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi-36/+23
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi-17/+17
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi-97/+142
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi-10/+11
2022-07-11mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_idLorenzo Bianconi-31/+42
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi-12/+13
2022-07-11mt76: mt7915 add ht mpdu densityMeiChia Chiu-1/+6
2022-07-11mt76: mt7921: reduce the mutex lock scope during resetSean Wang-5/+8
2022-07-11mt76: mt7921: reduce log severity levels for informative messagesSean Wang-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi-49/+35
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi-2/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang-6/+16
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang-2/+1
2022-07-11mt76: remove q->qidFelix Fietkau-6/+0
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau-20/+24
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau-18/+19
2022-07-11mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau-25/+7
2022-07-11mt76: allow receiving frames with invalid CCMP PN via monitor interfacesFelix Fietkau-14/+10
2022-07-11mt76: mt76x02: improve reliability of the beacon hang checkFelix Fietkau-4/+13
2022-07-11mt76: mt7615: add sta_rec with EXTRA_INFO_NEW for the first time onlyFelix Fietkau-1/+9
2022-07-11mt76: mt7915: update the maximum size of beacon offloadMeiChia Chiu-3/+14
2022-07-11mt76: do not check the ccmp pn for ONLY_MONITOR frameMeiChia Chiu-0/+3
2022-07-11mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time onlyShayne Chen-2/+3
2022-07-11mt76: mt7915: update mpdu density in 6g capabilityPeter Chiu-1/+1
2022-07-11mt76: mt7915: do not copy ieee80211_ops pointer in mt7915_mmio_probeLorenzo Bianconi-6/+1
2022-07-11mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idxShayne Chen-4/+5
2022-07-11mt76: mt7915: disable UL MU-MIMO for mt7915Felix Fietkau-7/+9
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi-171/+125
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi-157/+131
2022-07-11mt76: mt7915: rely on mt76_connac_tx_freeLorenzo Bianconi-15/+7
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi-102/+65
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi-82/+49
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi-85/+51
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi-22/+15
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi-61/+39
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi-117/+59
2022-07-11mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi-1/+0
2022-07-11mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu-1/+1