aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-7/+9
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-6/+3
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-5/+0
2021-12-19mt76: mt7603: improve reliability of tx powersave filteringFelix Fietkau1-2/+3
2021-12-19mt76: do not pass the received frame with decryption errorXing Song1-0/+4
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-2/+2
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-2/+5
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-10/+23
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-4/+4
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-12mt76: report Rx timestampRyder Lee1-14/+17
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-01-26mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau1-3/+7
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-7/+7
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-4/+4
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-0/+1
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-1/+1
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-2/+2
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-3/+3
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-1/+1
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau1-5/+2
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau1-0/+2
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-1/+2
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau1-2/+2
2020-05-12mt76: mt7603: fix tx status rate index calculationFelix Fietkau1-1/+1
2020-05-12mt76: mt7603: never use an 802.11b CF-End rate on 5GHzFelix Fietkau1-2/+3
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau1-0/+5
2020-03-17mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau1-0/+3
2020-03-17mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau1-1/+2
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau1-3/+3
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-2/+2
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-1/+1
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-8/+8
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-2/+2
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