summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mac.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-07mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi1-13/+7
2020-06-07mt76: mt7615: fix hw queue mappingLorenzo Bianconi1-1/+1
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-1/+2
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau1-2/+2
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-2/+8
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi1-2/+2
2020-05-12mt76: mt7615: set spatial extension indexFelix Fietkau1-1/+2
2020-05-12mt76: mt7615: fix tx status rate index calculationFelix Fietkau1-1/+1
2020-05-12mt76: mt7615: do not adjust MAC timings if the device is not runningFelix Fietkau1-0/+3
2020-05-12mt76: mt7615: adjust timing in mt7615_mac_set_timing to match fw/hw valuesFelix Fietkau1-1/+1
2020-05-12mt76: mt7615: never use an 802.11b CF-End rate on 5GHzFelix Fietkau1-2/+3
2020-05-12mt76: mt7615: rework mt7615_mac_sta_poll for usb codeLorenzo Bianconi1-12/+8
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi1-2/+5
2020-05-12mt76: mt7615: enable scs for mt7663 driverLorenzo Bianconi1-27/+50
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi1-0/+28
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-172/+49
2020-05-12mt76: mt7615: fix possible deadlock in mt7615_stopLorenzo Bianconi1-26/+32
2020-05-12mt76: mt7663: fix DMA unmap lengthLorenzo Bianconi1-6/+14
2020-05-12mt76: mt7622: fix DMA unmap lengthLorenzo Bianconi1-3/+3
2020-05-12mt76: mt7615: fix possible division by 0 in mt7615_mac_update_mib_statsLorenzo Bianconi1-3/+5
2020-05-12mt76: mt7615: introduce mt7615_wtbl_desc data structureLorenzo Bianconi1-1/+0
2020-05-12mt76: mt7615: rework wtbl key configurationLorenzo Bianconi1-46/+23
2020-05-12mt76: mt7615: move mt7615_mac_wtbl_addr in mac.hLorenzo Bianconi1-5/+0
2020-05-12mt76: mt7615: introduce mt7615_mac_update_rate_desc routineLorenzo Bianconi1-43/+59
2020-05-12mt76: mt7615: introduce mt7663u support to mt7615_write_txwiLorenzo Bianconi1-4/+8
2020-05-12mt76: mt7615: introduce scheduled scan supportLorenzo Bianconi1-1/+2
2020-05-12mt76: mt7615: introduce hw scan supportLorenzo Bianconi1-3/+16
2020-05-12mt76: mt7663: disable RDD commandsLorenzo Bianconi1-0/+3
2020-05-12mt76: mt7615: make scs configurable per phyLorenzo Bianconi1-18/+11
2020-05-12mt76: mt7663: enable nf estimationLorenzo Bianconi1-5/+11
2020-05-12mt76: mt7663: fix mt7615_mac_cca_stats_reset routineLorenzo Bianconi1-1/+7
2020-05-12mt76: mt7615: add more useful Tx mib countersRyder Lee1-5/+15
2020-05-12mt76: mt7615: cleanup mib related defines and structsRyder Lee1-8/+8
2020-05-12mt76: mt7615: enable aggr_stats for both phyRyder Lee1-10/+11
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi1-0/+6
2020-03-17mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi1-7/+7
2020-03-17mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structureLorenzo Bianconi1-1/+2
2020-03-17mt76: mt7615: remove a stray if statementDan Carpenter1-1/+0
2020-03-17mt76: mt7615: fix monitor injection of beacon framesFelix Fietkau1-3/+3
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-1/+1
2020-02-14mt76: mt7615: rework rx phy index handlingFelix Fietkau1-43/+68
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau1-0/+125
2020-02-14mt76: mt7615: implement DMA support for MT7622Felix Fietkau1-55/+166
2020-02-14mt76: mt7615: initialize radar specs from host driverLorenzo Bianconi1-0/+78
2020-02-14mt76: mt7615: add tracing supportLorenzo Bianconi1-1/+6
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: mt7615: add per-phy mib statisticsRyder Lee1-17/+39
2020-02-14mt76: mt7615: add missing settings for simultaneous dual-band supportRyder Lee1-45/+26
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau1-0/+42
2020-02-14mt76: mt7615: add set_coverage class supportLorenzo Bianconi1-0/+61