summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/usb.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau2024-09-061-1/+1
* wifi: mt76: partially move channel change code to coreFelix Fietkau2024-09-061-0/+1
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi2023-09-301-9/+1
* wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi2023-09-301-1/+1
* wifi: mt76: mt7921: move mt7921u_disconnect mt792x-libLorenzo Bianconi2023-07-261-18/+1
* wifi: mt76: mt792x: introduce mt792x-usb moduleLorenzo Bianconi2023-07-261-95/+67
* wifi: mt76: mt7921: move init shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-2/+2
* wifi: mt76: mt7921: move dma shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-1/+1
* wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-3/+3
* wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.hLorenzo Bianconi2023-07-261-1/+1
* wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_opsLorenzo Bianconi2023-07-261-1/+1
* wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi2023-07-261-10/+10
* wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`Jiefeng Li2023-04-171-1/+1
* wifi: mt76: mt7921: add Netgear AXE3000 (A8000) supportReese Russell2023-04-171-0/+3
* wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi2023-04-171-1/+1
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-171-1/+0
* wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineLorenzo Bianconi2023-04-171-17/+2
* wifi: mt76: mt7921u: add support for Comfast CF-952AXChuanhong Guo2023-02-031-0/+3
* wifi: mt76: mt7921: avoid mcu_restart function pointerLorenzo Bianconi2023-02-031-1/+0
* wifi: mt76: mt7921: introduce chanctx supportSean Wang2022-12-011-0/+7
* wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang2022-12-011-1/+11
* Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear2022-12-011-1/+2
* wifi: mt76: mt7921: get rid of the false positive resetSean Wang2022-09-151-6/+1
* wifi: mt76: mt7921u: remove unnecessary MT76_STATE_SUSPENDSean Wang2022-09-151-4/+0
* wifi: mt76: mt7921u: fix race issue between reset and suspend/resumeSean Wang2022-09-151-4/+24
* wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi2022-09-151-0/+1
* mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi2022-07-111-1/+8
* mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi2022-07-111-1/+2
* mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi2022-07-111-1/+1
* mt76: mt7921u: add suspend/resume supportLorenzo Bianconi2022-05-131-1/+61
* mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi2022-03-161-0/+1
* mt76: mt7921: add mt7921u driverLorenzo Bianconi2022-03-161-0/+305