summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mac.c
AgeCommit message (Expand)Author
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau
2020-05-12mt76: mt7603: fix tx status rate index calculationFelix Fietkau
2020-05-12mt76: mt7603: never use an 802.11b CF-End rate on 5GHzFelix Fietkau
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau
2020-03-17mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau
2020-03-17mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi
2019-11-20mt76: unify channel survey update codeFelix Fietkau
2019-11-20mt76: mt7603: switch to a different counter for survey busy timeFelix Fietkau
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee
2019-09-05mt76: mt7603: fix invalid fallback ratesFelix Fietkau
2019-06-27mt76: mt7603: rework and fix tx status reportingFelix Fietkau
2019-06-27mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi
2019-06-25mt76: mt7603: use napi polling for tx cleanupLorenzo Bianconi
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi
2019-05-01mt76: fix endianness sparse warningsRyder Lee
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi