summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structureLorenzo Bianconi1-10/+10
2020-03-17mt76: mt7615: move mt7615_mcu_set_sta in mt7615_mcu_opsLorenzo Bianconi1-2/+2
2020-03-17mt76: mt7615: move mt7615_mcu_set_bmc to mt7615_mcu_opsLorenzo Bianconi1-1/+1
2020-03-17mt76: mt7615: add mt7615_mcu_ops data structureLorenzo Bianconi1-5/+5
2020-03-17mt76: mt7615: fix antenna mask initialization in DBDC modeFelix Fietkau1-1/+7
2020-02-14mt76: mt7615: rework rx phy index handlingFelix Fietkau1-6/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: fix monitor mode on second PHYFelix Fietkau1-4/+7
2020-02-14mt76: mt7615: fix adding active monitor interfacesFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: simplify mcu_set_sta flowRyder Lee1-7/+2
2020-02-14mt76: mt7615: simplify mcu_set_bmc flowRyder Lee1-2/+1
2020-02-14mt76: mt7615: fix and rework tx power handlingFelix Fietkau1-4/+3
2020-02-14mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau1-0/+28
2020-02-14mt76: mt7615: add a get_stats() callbackRyder Lee1-0/+16
2020-02-14mt76: mt7615: report TSF informationRyder Lee1-0/+21
2020-02-14mt76: mt7615: add set_antenna callbackRyder Lee1-0/+27
2020-02-14mt76: mt7615: rework set_channel functionRyder Lee1-1/+4
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau1-0/+3
2020-02-14mt76: mt7615: add set_coverage class supportLorenzo Bianconi1-0/+21
2020-02-14mt7615: replace sta_state callback with sta_add/sta_removeFelix Fietkau1-14/+24
2020-02-14mt76: mt7615: defer mcu initialization via workqueueFelix Fietkau1-0/+3
2020-02-14mt76: mt7615: update beacon contents on BSS_CHANGED_BEACONFelix Fietkau1-5/+4
2020-02-14mt76: mt7615: move radio/mac initialization to .start/stop callbacksFelix Fietkau1-1/+22
2020-02-14mt76: mt7615: initialize dbdc settings on interface addFelix Fietkau1-1/+11
2020-02-14mt76: mt7615: add multiple wiphy support to the rx pathFelix Fietkau1-0/+7
2020-02-14mt76: mt7615: add multiple wiphy support to the dfs support codeFelix Fietkau1-3/+2
2020-02-14mt76: mt7615: add multiple wiphy support for smart carrier senseFelix Fietkau1-1/+1
2020-02-14mt76: mt7615: add dual-phy support for mac80211 opsFelix Fietkau1-53/+94
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-4/+4
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-3/+3
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-2/+2
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: mt7615: add ibss supportLorenzo Bianconi1-0/+1
2019-11-20mt76: mt7615: remove unneeded semicolonYueHaibing1-1/+1
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau1-0/+2
2019-11-20mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi1-1/+23
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi1-2/+2
2019-11-20mt76: mt7615: collect aggregation statsLorenzo Bianconi1-0/+2
2019-11-20mt76: mt7615: fix control frame rx in monitor modeFelix Fietkau1-0/+10
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-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: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi1-0/+3
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi1-0/+5
2019-09-05mt76: mt7615: add Smart Carrier Sense supportLorenzo Bianconi1-0/+1
2019-09-05mt76: mt7615: rework locking scheme for mt7615_set_channelLorenzo Bianconi1-6/+8
2019-09-05mt76: mt7615: add 4 WMM sets supportRyder Lee1-10/+6
2019-09-05mt76: mt7615: add set_key_cmd and mt76_wcid to mt7615_mac_wtbl_set_key signatureLorenzo Bianconi1-7/+5
2019-09-05mt76: mt7615: introduce mt7615_mac_wtbl_set_key routineLorenzo Bianconi1-1/+1