summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: add support for 802.3 rx framesFelix Fietkau2021-04-111-1/+3
* mt76: move chainmask in mt76_phyLorenzo Bianconi2021-01-261-3/+3
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-261-2/+2
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-8/+8
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-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-2/+1
* mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau2020-09-241-0/+2
* mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau2020-05-281-1/+1
* mt76: fix A-MPDU density handlingFelix Fietkau2020-05-121-2/+5
* mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi2020-02-141-1/+1
* mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi2020-02-141-1/+2
* mt76: mt76x02: split beaconingMarkus Theil2020-02-141-0/+2
* mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau2020-02-141-3/+3
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-141-1/+1
* mt76: move chainmask back to driver specific structsFelix Fietkau2020-02-141-3/+3
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-2/+2
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-9/+9
* mt76: refactor cc_lock locking schemeLorenzo Bianconi2019-11-201-0/+3
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-7/+42
* mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2019-11-201-0/+9
* mt76: unify channel survey update codeFelix Fietkau2019-11-201-9/+11
* mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-2/+2
* 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/+15
* mt76: move aggr_stats array in mt76_devLorenzo Bianconi2019-11-201-3/+3
* mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi2019-11-201-0/+21
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: mt76x02: fix some checkpatch warningsRyder Lee2019-09-051-8/+8
* mt76: mt76x02: fix tx status reporting issuesFelix Fietkau2019-06-271-17/+85
* mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi2019-06-251-2/+2
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-011-1/+1
* mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau2019-05-011-3/+4
* mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-011-1/+3
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-011-2/+2
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-011-9/+17
* mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka2019-05-011-138/+0
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka2019-04-121-6/+8
* mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau2019-03-071-4/+21
* mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-071-0/+26
* mt76: mt76x02: when setting a key, use PN from mac80211Felix Fietkau2019-03-071-1/+15
* mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau2019-02-261-3/+3
* mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau2019-02-261-0/+3
* mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau2019-02-181-7/+8
* mt76: fix corrupted software generated tx CCMP PNFelix Fietkau2019-02-181-1/+1
* mt76: increase ED/CCA tx block thresholdFelix Fietkau2019-02-181-1/+1
* mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau2019-02-181-2/+9
* mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau2019-02-181-0/+3
* mt76: run MAC work every 100msFelix Fietkau2019-02-181-2/+2