aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi1-1/+1
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi1-1/+2
2020-02-14mt76: mt76x02: split beaconingMarkus Theil1-0/+2
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau1-3/+3
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau1-1/+1
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau1-3/+3
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-2/+2
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-9/+9
2019-11-20mt76: refactor cc_lock locking schemeLorenzo Bianconi1-0/+3
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau1-7/+42
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau1-0/+9
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-9/+11
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-2/+2
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/+15
2019-11-20mt76: move aggr_stats array in mt76_devLorenzo Bianconi1-3/+3
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi1-0/+21
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee1-8/+8
2019-06-27mt76: mt76x02: fix tx status reporting issuesFelix Fietkau1-17/+85
2019-06-25mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi1-2/+2
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau1-3/+4
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi1-1/+3
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-9/+17
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-138/+0
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi1-2/+2
2019-04-12mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka1-6/+8
2019-03-07mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau1-4/+21
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau1-0/+26
2019-03-07mt76: mt76x02: when setting a key, use PN from mac80211Felix Fietkau1-1/+15
2019-02-26mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau1-3/+3
2019-02-26mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau1-0/+3
2019-02-18mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau1-7/+8
2019-02-18mt76: fix corrupted software generated tx CCMP PNFelix Fietkau1-1/+1
2019-02-18mt76: increase ED/CCA tx block thresholdFelix Fietkau1-1/+1
2019-02-18mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau1-2/+9
2019-02-18mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau1-0/+3
2019-02-18mt76: run MAC work every 100msFelix Fietkau1-2/+2
2019-02-18mt76: explicitly disable energy detect cca during scanFelix Fietkau1-2/+2
2019-02-18mt76: fix software encryption issuesFelix Fietkau1-0/+7
2019-02-18mt76: beaconing fixes for USBStanislaw Gruszka1-3/+26
2019-02-18mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka1-1/+14
2019-01-22mt76: fix per-chain signal strength reportingFelix Fietkau1-1/+1
2019-01-21mt76: do not report out-of-range rx nssLorenzo Bianconi1-4/+10
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau1-5/+0
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau1-1/+1
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi1-1/+0
2019-01-11mt76: mac: minor optimizations in mt76x02_mac_tx_rate_valLorenzo Bianconi1-4/+2