summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-24mt76: mt7663u: fix dma header initializationLorenzo Bianconi2-3/+8
2020-09-24mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_workLorenzo Bianconi1-1/+2
2020-09-24mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_powerLorenzo Bianconi1-2/+4
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang2-9/+17
2020-09-24mt76: mt7663s: fix resume failureSean Wang1-0/+2
2020-09-24mt76: mt7663s: use NULL instead of 0 in sdio codeLorenzo Bianconi2-4/+4
2020-09-24mt76: mt7615: release mutex in mt7615_reset_test_setLorenzo Bianconi1-3/+2
2020-09-24mt76: mt7615: remove mtxq->agg_ssn assignmentFelix Fietkau1-1/+0
2020-09-24mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau1-5/+3
2020-09-24mt76: mt7615: only clear unmasked interrupts in irq taskletFelix Fietkau1-11/+8
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau1-0/+2
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau1-0/+1
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi2-11/+13
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi1-3/+3
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi3-29/+55
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi3-44/+23
2020-09-24mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi3-0/+7
2020-09-24mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_updateLorenzo Bianconi1-0/+3
2020-09-24mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi3-7/+15
2020-09-24mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi4-83/+89
2020-09-24mt76: mt7615: register ext_phy if DBDC is detectedShayne Chen3-0/+7
2020-09-24mt76: mt7615: reduce maximum VHT MPDU length to 7991Felix Fietkau1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-08-27mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing sta...Felix Fietkau1-1/+2
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-5/+5
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo3-8/+8
2020-07-21mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_addLorenzo Bianconi1-1/+5
2020-07-21mt76: mt76s: move queue accounting in mt76s_tx_queue_skbLorenzo Bianconi1-4/+1
2020-07-21mt76: mt7615: introduce mt7663s supportSean Wang12-1/+1114
2020-07-21mt76: introduce mt76_sdio moduleSean Wang1-1/+4
2020-07-21mt76: mt7615: introduce mt7663-usb-sdio-common moduleLorenzo Bianconi6-389/+424
2020-07-21mt76: mt7615: sdio code must access rate/key regs in preocess contextLorenzo Bianconi2-4/+4
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi2-4/+7
2020-07-21mt76: mt7615: take into account sdio bus configuring txwiLorenzo Bianconi1-9/+9
2020-07-21mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang1-2/+5
2020-07-21mt76: mt7663u: fix potential memory leak in mcu message handlerSean Wang1-1/+1
2020-07-21mt76: mt7663u: fix memory leak in set keySean Wang1-7/+14
2020-07-21mt76: mt7615: reschedule ps work according to last activityLorenzo Bianconi1-3/+11
2020-07-21mt76: mt7615: avoid scheduling runtime-pm during hw scanLorenzo Bianconi1-3/+12
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi4-16/+22
2020-07-21mt76: mt7615: improve mt7615_driver_own reliabilityLorenzo Bianconi2-10/+19
2020-07-21mt76: mt7615: add idle-timeout knob in mt7615 debugfsLorenzo Bianconi4-2/+29
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi4-37/+83
2020-07-21mt76: mt7615: add runtime-pm knob in mt7615 debugfsLorenzo Bianconi3-0/+42
2020-07-21mt76: mt7615: do not request {driver,fw}_own if already grantedLorenzo Bianconi3-10/+14
2020-07-21mt76: mt7615: check MT76_STATE_PM flag before accessing the deviceLorenzo Bianconi2-2/+8
2020-07-21mt76: mt7615: run mt7615_pm_wake in mt7615_mac_sta_{add,remove}Lorenzo Bianconi1-1/+10