summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang1-0/+7
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang1-4/+19
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear1-0/+1
2022-09-15wifi: mt76: mt7921s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu1-12/+3
2022-09-15wifi: mt76: sdio: add rx_check callback for sdio devicesLorenzo Bianconi1-0/+1
2022-09-15wifi: mt76: mt7921s: fix race issue between reset and suspend/resumeSean Wang1-4/+9
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi1-1/+1
2022-03-16mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi1-0/+1
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi1-1/+1
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi1-1/+1
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi1-1/+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-12-19mt76: mt7921s: make pm->suspended usage consistentSean Wang1-2/+7
2021-12-19mt76: mt7921s: fix possible kernel crash due to invalid Rx countSean Wang1-0/+4
2021-12-19mt76: mt7921s: fix the device cannot sleep deeply in suspendSean Wang1-12/+22
2021-12-19mt76: mt7921: move mt76_connac_mcu_set_hif_suspend to bus-related filesSean Wang1-13/+5
2021-10-20mt76: mt7921s: add reset supportSean Wang1-0/+3
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-0/+314