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