summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05mt76: mt7615: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-09-05mt76: mt7615: move mt7615_mcu_set_rates to mac.cFelix Fietkau1-1/+1
2019-09-05mt76: mt7615: fall back to sw encryption for unsupported ciphersLorenzo Bianconi1-0/+15
2019-09-05mt76: mt7615: add csa supportLorenzo Bianconi1-0/+13
2019-09-05mt76: mt7615: add hw dfs pattern detector supportLorenzo Bianconi1-0/+6
2019-06-27mt76: mt7615: remove cfg80211_chan_def from mt7615_set_channel signatureLorenzo Bianconi1-3/+2
2019-06-27mt76: mt7615: update peer's bssid when state transition occursRyder Lee1-3/+2
2019-06-27mt76: mt7615: fix slow performance when enable encryptionRyder Lee1-1/+1
2019-06-27mt76: mt7615: enable support for meshRyder Lee1-0/+1
2019-06-27mt76: mt7615: rearrange locking in mt7615_configLorenzo Bianconi1-8/+5
2019-06-27mt76: mt7615: init get_txpower mac80211 callbackLorenzo Bianconi1-0/+1
2019-06-27mt76: mt7615: add the capability to configure tx powerLorenzo Bianconi1-0/+3
2019-06-25mt7615: mcu: remove unused parameter in mt7615_mcu_del_wtblLorenzo Bianconi1-1/+1
2019-06-25mt7615: mcu: unify mt7615_mcu_add_wtbl_bmc and mt7615_mcu_del_wtbl_bmcLorenzo Bianconi1-11/+4
2019-06-25mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter1-2/+3
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+499