aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7603 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-5/+5
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-0/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau2-1/+2
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-1/+0
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt76: mt7603: simplify led reg definitionsLorenzo Bianconi2-15/+6
2020-02-14mt76: mt7603: fix input validation issues for powersave-filtered framesFelix Fietkau1-4/+15
2020-02-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi1-1/+1
2020-02-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi1-1/+1
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau2-3/+4
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 Fietkau3-9/+9
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau4-8/+8
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 Fietkau4-16/+16
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2-4/+4
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau1-1/+4
2019-11-21mt76: fix fix ampdu lockingMarkus Theil1-2/+4
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi1-0/+1
2019-11-20mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi1-1/+3
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi1-9/+0
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi1-1/+0
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau1-0/+2
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 Fietkau5-1/+112
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2-1/+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 Fietkau2-0/+15
2019-11-20mt76: mt7603: remove q_rx field from struct mt7603_devFelix Fietkau1-2/+0
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi5-0/+61
2019-11-20mt76: move queue debugfs entry to driver specific codeLorenzo Bianconi1-0/+2
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-05mt76: mt7603: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-19/+2
2019-09-05mt76: mt7603: remove unnecessary mcu queue initializationLorenzo Bianconi1-3/+0
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-11/+0
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi3-5/+5
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee11-18/+19
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee1-2/+4
2019-09-05mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi1-1/+1
2019-09-05mt76: mt7603: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-09-05mt76: mt7603: fix invalid fallback ratesFelix Fietkau1-0/+3
2019-09-05mt76: mt7603: enable hardware rate up/down selectionFelix Fietkau1-2/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-27mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (different base types)Lorenzo Bianconi1-1/+1
2019-06-27mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi3-5/+3