summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
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 Bianconi2-9/+9
2023-06-14wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi1-0/+3
2022-09-28wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-04-13mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-04-08mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
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-05-19mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau1-2/+10
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 Wang1-0/+2
2021-05-14mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
2021-05-14mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi3-23/+19
2021-05-14mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-05-14mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee1-2/+6
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-04mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi1-5/+4
2020-12-30mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi1-6/+8
2020-12-30mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-12-30mt76: mt7663s: fix a possible ple quota underflowLorenzo Bianconi1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller20-346/+466
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-14/+3
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi2-15/+46
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi3-4/+10
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22
2020-09-24mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quotaLorenzo Bianconi1-25/+31
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi2-10/+4
2020-09-24mt76: mt7622: fix fw hang on mt7622Lorenzo Bianconi1-14/+32
2020-09-24mt76: mt7615: fix VHT LDPC capabilityRyder Lee1-2/+2
2020-09-24mt76: mt7615: Remove set but unused variable 'index'Wang Hai1-3/+0
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-3/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau5-9/+7
2020-09-24mt76: mt7615: fix antenna selection for testmode tx_framesFelix Fietkau2-9/+1
2020-09-24mt76: mt7615: fix MT_ANT_SWITCH_CON register definitionFelix Fietkau1-1/+1
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau5-25/+18
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau3-3/+10
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau3-6/+2
2020-09-24mt76: sdio: fix use of q->head and q->tailFelix Fietkau1-3/+3
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau4-25/+20