summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mac.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi1-1/+3
2019-11-20mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi1-0/+92
2019-11-20mt76: mt7615: introduce mt7615_mac_wtbl_update routineLorenzo Bianconi1-5/+11
2019-11-20mt76: mt7615: fix survey channel busy timeFelix Fietkau1-2/+3
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi1-2/+24
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: report rx a-mpdu subframe statusFelix Fietkau1-0/+14
2019-11-20mt76: mt7615: collect aggregation statsLorenzo Bianconi1-0/+18
2019-09-05mt76: mt7615: introduce mt7615_txwi_to_txp utility routineLorenzo Bianconi1-6/+2
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-1/+2
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi1-45/+128
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi1-0/+24
2019-09-05mt76: mt7615: add Smart Carrier Sense supportLorenzo Bianconi1-0/+176
2019-09-05mt76: mt7615: fix some checkpatch warningsRyder Lee1-2/+2
2019-09-05mt76: mt7615: add 4 WMM sets supportRyder Lee1-2/+3
2019-09-05mt76: mt7615: add set_key_cmd and mt76_wcid to mt7615_mac_wtbl_set_key signatureLorenzo Bianconi1-9/+13
2019-09-05mt76: mt7615: introduce mt7615_mac_wtbl_set_key routineLorenzo Bianconi1-1/+50
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 Bianconi1-0/+35
2019-09-05mt76: mt7615: fix invalid fallback ratesFelix Fietkau1-0/+3
2019-09-05mt76: mt7615: fix PS buffering of action framesFelix Fietkau1-1/+1
2019-09-05mt76: mt7615: fix using VHT STBC ratesFelix Fietkau1-6/+12
2019-09-05mt76: mt7615: sync with mt7603 rate control changesFelix Fietkau1-37/+92
2019-09-05mt76: mt7615: reset rate index/counters on rate table updateFelix Fietkau1-1/+4
2019-09-05mt76: mt7615: move mt7615_mcu_set_rates to mac.cFelix Fietkau1-5/+95
2019-09-05mt76: mt7615: add hw dfs pattern detector supportLorenzo Bianconi1-0/+88
2019-06-27mt76: mt7615: add support for per-chain signal strength reportingRyder Lee1-1/+21
2019-06-27mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing1-4/+1
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-27/+3
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-24/+1
2019-06-25mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi1-0/+3
2019-05-01mt76: fix endianness sparse warningsRyder Lee1-6/+6
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+775