aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7615: fix skb use-after-free on mac resetFelix Fietkau1-22/+23
2021-10-20mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi1-4/+11
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-4/+10
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-12/+52
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-17/+15
2021-06-19mt76: mt7615: update radar parametersRyder Lee1-7/+10
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee1-1/+1
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-05-15mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi1-2/+3
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi1-0/+2
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-5/+1
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi1-7/+7
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi1-0/+4
2021-04-21mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi1-4/+0
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi1-3/+7
2021-04-21mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee1-2/+6
2021-04-12mt76: report Rx timestampRyder Lee1-15/+17
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau1-170/+0
2021-04-12mt76: mt7622: trigger hif interrupt for system resetRyder Lee1-3/+12
2021-04-12mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()Ryder Lee1-3/+5
2021-04-12mt76: mt7615: stop ext_phy queue when mac reset happensRyder Lee1-0/+3
2021-04-12mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi1-18/+8
2021-04-12mt76: mt7615: fix TSF configurationRyder Lee1-1/+5
2021-04-12mt76: mt7615: fix memory leak in mt7615_coredump_workLorenzo Bianconi1-2/+4
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-11/+33
2021-04-12mt76: mt7615: add rx checksum offload supportRyder Lee1-0/+4
2021-04-12mt76: mt7615: enable hw rx-amsdu de-aggregationRyder Lee1-1/+14
2021-04-11mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau1-44/+53
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-01-29mt76: mt7663: introduce coredump supportLorenzo Bianconi1-0/+43
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi1-81/+6
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi1-5/+3
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi1-1/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-1/+1
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-12/+13
2021-01-26mt76: mt7615: move testmode data from dev to phyShayne Chen1-9/+9
2021-01-26mt76: mt7615: reset token when mac_reset happensRyder Lee1-0/+20
2021-01-26mt76: mt7615: add vif check in mt7615_update_vif_beacon()Ryder Lee1-1/+10
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-4/+4
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-0/+1
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-4/+4
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi1-10/+8
2020-12-04mt76: testmode: switch ib and wb rssi to array type for per-antenna reportShayne Chen1-2/+2
2020-12-04mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi1-35/+39
2020-12-04mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi1-6/+8