summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2019-11-21mt76: fix fix ampdu lockingMarkus Theil1-2/+4
2019-11-20mt76: mt7615: read {tx,rx} mask from eepromLorenzo Bianconi4-2/+23
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: mt7615: disable radar pattern detector during scanningLorenzo Bianconi1-2/+4
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi1-7/+0
2019-11-20mt76: mt7615: add ibss supportLorenzo Bianconi3-0/+15
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi1-1/+0
2019-11-20mt76: mt7615: remove unneeded semicolonYueHaibing2-2/+2
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau1-0/+2
2019-11-20mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi6-3/+137
2019-11-20mt76: mt7615: introduce mt7615_mac_wtbl_update routineLorenzo Bianconi2-5/+12
2019-11-20mt76: mt7615: fix survey channel busy timeFelix Fietkau2-4/+8
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi5-4/+43
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-15/+3
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: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau2-0/+16
2019-11-20mt76: mt7615: collect aggregation statsLorenzo Bianconi5-0/+66
2019-11-20mt76: mt7615: add queue entry in debugfsLorenzo Bianconi2-0/+72
2019-11-20mt76: mt7615: enable SCS by defaultLorenzo Bianconi1-1/+1
2019-11-20mt76: mt7615: fix control frame rx in monitor modeFelix Fietkau3-1/+38
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2-10/+7
2019-09-05mt76: mt7615: add support to read temperature from mcuLorenzo Bianconi4-11/+59
2019-09-05mt76: mt7615: introduce mt7615_txwi_to_txp utility routineLorenzo Bianconi2-6/+15
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau1-1/+0
2019-09-05mt76: mt7615: apply calibration-free data from OTPFelix Fietkau1-0/+38
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-19/+2
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-1/+2
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi2-45/+131
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-10/+0
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi5-0/+34
2019-09-05mt76: mt7615: add Smart Carrier Sense supportLorenzo Bianconi6-0/+270
2019-09-05mt76: mt7615: rework locking scheme for mt7615_set_channelLorenzo Bianconi1-6/+8
2019-09-05mt76: mt7615: fix some checkpatch warningsRyder Lee3-5/+3
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee1-1/+6
2019-09-05mt76: mt7615: update cw_min/max related settingsRyder Lee1-9/+9
2019-09-05mt76: mt7615: add 4 WMM sets supportRyder Lee3-12/+10
2019-09-05mt76: mt7615: fix MT7615_WATCHDOG_TIME definitionLorenzo Bianconi1-1/+1
2019-09-05mt76: mt7615: add set_key_cmd and mt76_wcid to mt7615_mac_wtbl_set_key signatureLorenzo Bianconi3-18/+21
2019-09-05mt76: mt7615: remove wtbl_sec_key definitionLorenzo Bianconi1-14/+0
2019-09-05mt76: mt7615: introduce mt7615_mac_wtbl_set_key routineLorenzo Bianconi6-48/+63
2019-09-05mt76: mt7615: add mt7615_mac_wtbl_addr routineLorenzo Bianconi1-1/+6
2019-09-05mt76: mt7615: move mt7615_mac_get_key_info in mac.cLorenzo Bianconi4-49/+55
2019-09-05mt76: mt7615: add missing register initializationFelix Fietkau2-4/+31
2019-09-05mt76: mt7615: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-09-05mt76: mt7615: fix invalid fallback ratesFelix Fietkau1-0/+3
2019-09-05mt76: mt7615: fix PS buffering of action framesFelix Fietkau1-1/+1