summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2023-11-20wifi: mt76: mt7603: rework/fix rx pse hang checkFelix Fietkau2-7/+18
2023-10-10wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2-9/+11
2023-09-19wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTHLin Ma1-0/+1
2023-08-11wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser1-3/+3
2023-08-11mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2023-08-11mt76: move band capabilities in mt76_phyLorenzo Bianconi11-33/+32
2023-06-14wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi1-0/+3
2023-03-11wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi1-6/+7
2023-01-14wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu1-1/+2
2022-09-28wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-08-21mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-08-21mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-04-27mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-13mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-04-13mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi1-0/+1
2022-04-08mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-04-08mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlvLorenzo Bianconi1-1/+3
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta modeLorenzo Bianconi1-1/+4
2021-12-08mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-11-18mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen1-1/+1
2021-11-18mt76: mt7915: fix sta_rec_wtbl tag lenShayne Chen1-1/+1
2021-11-18mt76: mt7915: fix possible infinite loop release semaphoreLorenzo Bianconi1-1/+1
2021-11-18mt76: mt76x02: fix endianness warnings in mt76x02_mac.cLorenzo Bianconi1-6/+7
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-11-18mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-07-19mt76: mt7915: fix IEEE80211_HE_PHY_CAP7_MAX_NC for station modeRyder Lee1-3/+3
2021-07-19mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-07-14mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()Lorenzo Bianconi2-4/+6
2021-07-14mt76: fix possible NULL pointer dereference in mt76_txLorenzo Bianconi1-1/+1
2021-05-19mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau1-2/+10
2021-05-19mt76: mt7915: fix txpower init for TSSI off chipsShayne Chen1-6/+13
2021-05-19mt76: mt76x0: disable GTK offloadingDavid Bauer1-0/+4
2021-05-19mt76: mt7615: support loading EEPROM for MT7613BESander Vanheule1-0/+1
2021-05-14mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee1-2/+1
2021-05-14mt76: mt7663s: fix the possible device hang in high trafficSean Wang2-0/+5
2021-05-14mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
2021-05-14mt76: mt7915: fix mib stats counter reporting to mac80211Ryder Lee3-27/+24
2021-05-14mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi3-23/+19
2021-05-14mt76: mt7915: fix aggr len debugfs nodeLorenzo Bianconi1-1/+1
2021-05-14mt76: mt7915: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-05-14mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-05-14mt76: fix potential DMA mapping leakFelix Fietkau1-1/+1
2021-05-14mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee1-2/+6
2021-03-30mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau1-9/+6
2021-03-17mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-03-07mt76: mt7615: reset token when mac_reset happensRyder Lee3-12/+22
2021-02-23mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2021-02-23mt76: mt7915: fix endian issuesFelix Fietkau1-19/+68
2021-02-17mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5