summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao1-0/+1
2023-12-07wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao1-1/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-1/+0
2022-09-15wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu1-12/+3
2022-09-15wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi1-0/+1
2022-02-03mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang1-11/+1
2022-02-03mt76: sdio: lock sdio when it is neededSean Wang1-0/+3
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang1-1/+1
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi1-1/+22
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi1-260/+19
2021-10-20mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi1-1/+5
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-2/+2
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-0/+1
2021-01-27mt76: mt7615: unify init workFelix Fietkau1-5/+1
2020-12-04mt76: mt7663s: get rid of mt7663s_sta_addLorenzo Bianconi1-25/+1
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi1-10/+17
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi1-3/+16
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi1-2/+1
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi1-1/+11
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi1-1/+1
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang1-0/+8
2020-09-24mt76: mt7663s: fix resume failureSean Wang1-0/+2
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi1-2/+2
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi1-0/+1
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi1-6/+3
2020-09-24mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi1-2/+2
2020-07-21mt76: mt7615: introduce mt7663s supportSean Wang1-0/+478