summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mac.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi1-1/+3
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-14/+1
2019-11-20mt76: mt7603: switch to a different counter for survey busy timeFelix Fietkau1-1/+1
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau1-0/+86
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-1/+1
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau1-1/+1
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau1-0/+14
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi1-0/+18
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi1-2/+3
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee1-3/+3
2019-09-05mt76: mt7603: fix invalid fallback ratesFelix Fietkau1-0/+3
2019-06-27mt76: mt7603: rework and fix tx status reportingFelix Fietkau1-37/+90
2019-06-27mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing1-4/+0
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-27/+3
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-25/+1
2019-06-25mt76: mt7603: use napi polling for tx cleanupLorenzo Bianconi1-1/+3
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: fix endianness sparse warningsRyder Lee1-1/+1
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee1-1/+1
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi1-5/+6
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-3/+3
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-2/+2
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau1-2/+2
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi1-1/+1
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-2/+2
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi1-3/+3
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi1-5/+6
2019-04-12mt76: mt7603: fix sequence number assignmentFelix Fietkau1-39/+14
2019-03-07mt76: mt7603: fix tx status HT rate validationFelix Fietkau1-1/+1
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau1-0/+1749