summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao2023-12-071-1/+1
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-171-1/+0
* wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu2022-09-151-12/+3
* wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi2022-09-151-0/+1
* mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang2022-02-031-11/+1
* mt76: sdio: lock sdio when it is neededSean Wang2022-02-031-0/+3
* mt76: sdio: extend sdio module to support CONNAC2Sean Wang2021-10-201-1/+1
* mt76: sdio: introduce parse_irq callbackLorenzo Bianconi2021-10-201-1/+22
* mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi2021-10-201-260/+19
* mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi2021-10-201-1/+5
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-201-1/+1
* mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi2021-01-291-2/+2
* mt76: mt76_connac: create mcu libraryLorenzo Bianconi2021-01-291-0/+1
* mt76: mt7615: unify init workFelix Fietkau2021-01-271-5/+1
* mt76: mt7663s: get rid of mt7663s_sta_addLorenzo Bianconi2020-12-041-25/+1
* mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi2020-12-041-10/+17
* mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi2020-12-041-3/+16
* mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi2020-12-041-2/+1
* mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi2020-09-241-1/+11
* mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi2020-09-241-1/+1
* mt76: mt7663s: fix unable to handle kernel paging requestSean Wang2020-09-241-0/+8
* mt76: mt7663s: fix resume failureSean Wang2020-09-241-0/+2
* mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi2020-09-241-2/+2
* mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi2020-09-241-0/+1
* mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi2020-09-241-6/+3
* mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi2020-09-241-2/+2
* mt76: mt7615: introduce mt7663s supportSean Wang2020-07-211-0/+478