summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mac.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi2019-06-271-27/+3Star
* mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi2019-06-271-25/+1Star
* 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
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-011-2/+2
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-011-3/+3
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-011-2/+2
* mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau2019-05-011-2/+2
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-011-1/+1
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-2/+2
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-3/+3
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-5/+6
* mt76: mt7603: fix sequence number assignmentFelix Fietkau2019-04-121-39/+14Star
* mt76: mt7603: fix tx status HT rate validationFelix Fietkau2019-03-071-1/+1
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-261-0/+1749