summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/sdio_mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao1-1/+2
2023-07-26wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi1-3/+3
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-1/+1
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi1-11/+0
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi1-19/+0
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi1-53/+0
2022-03-16mt76: mt7921: update mt7921_skb_add_usb_sdio_hdr to support usbLorenzo Bianconi1-1/+1
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-1/+1
2022-02-03mt76: mt7921s: update mt7921s_wfsys_reset sequenceYN Chen1-0/+2
2022-02-03mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after resetSean Wang1-2/+2
2021-12-19mt76: mt7921: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-11-29mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi1-6/+5
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi1-6/+10
2021-10-20mt76: mt7921s: add reset supportSean Wang1-0/+133
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-0/+87