summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mac.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: flush tx status queue on DMA resetFelix Fietkau2021-04-211-0/+2
* mt76: report Rx timestampRyder Lee2021-04-121-14/+17
* mt76: add support for 802.3 rx framesFelix Fietkau2021-04-111-1/+1
* mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau2021-01-261-3/+7
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-261-7/+7
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-4/+4
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-0/+1
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-241-2/+2
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-2/+2
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-3/+3
* mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau2020-09-241-1/+1
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-241-5/+2
* mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau2020-09-241-0/+2
* mt76: only iterate over initialized rx queuesFelix Fietkau2020-05-281-1/+2
* mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau2020-05-281-2/+2
* mt76: mt7603: fix tx status rate index calculationFelix Fietkau2020-05-121-1/+1
* mt76: mt7603: never use an 802.11b CF-End rate on 5GHzFelix Fietkau2020-05-121-2/+3
* mt76: fix A-MPDU density handlingFelix Fietkau2020-05-121-0/+5
* mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau2020-03-171-0/+3
* mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau2020-03-171-1/+2
* mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi2020-02-141-0/+3
* mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau2020-02-141-3/+3
* mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau2020-02-141-1/+1
* mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-2/+2
* mt76: keep a set of software tx queues per phyFelix Fietkau2020-02-141-1/+1
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-8/+8
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-2/+2
* mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2019-11-201-1/+3
* mt76: unify channel survey update codeFelix Fietkau2019-11-201-14/+1
* mt76: mt7603: switch to a different counter for survey busy timeFelix Fietkau2019-11-201-1/+1
* mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-0/+86
* mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-1/+1
* mt76: store current channel survey_state in struct mt76_devFelix Fietkau2019-11-201-1/+1
* mt76: report rx a-mpdu subframe statusFelix Fietkau2019-11-201-0/+14
* mt76: mt7603: collect aggregation statsLorenzo Bianconi2019-11-201-0/+18
* mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi2019-09-051-2/+3
* mt76: mt7603: fix some checkpatch warningsRyder Lee2019-09-051-3/+3
* mt76: mt7603: fix invalid fallback ratesFelix Fietkau2019-09-051-0/+3
* mt76: mt7603: rework and fix tx status reportingFelix Fietkau2019-06-271-37/+90
* mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing2019-06-271-4/+0
* mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi2019-06-271-27/+3
* mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi2019-06-271-25/+1
* mt76: mt7603: use napi polling for tx cleanupLorenzo Bianconi2019-06-251-1/+3
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-011-2/+2
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-011-1/+1
* mt76: fix endianness sparse warningsRyder Lee2019-05-011-1/+1
* mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-011-1/+1
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-5/+6