summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21mt76: mt7615: sdio code must access rate/key regs in preocess contextLorenzo Bianconi1-3/+3
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi1-3/+1
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi1-0/+19
2020-07-21mt76: mt7615: check MT76_STATE_PM flag before accessing the deviceLorenzo Bianconi1-2/+4
2020-07-21mt76: mt7615: run mt7615_pm_wake in mt7615_mac_sta_{add,remove}Lorenzo Bianconi1-1/+10
2020-07-21mt76: mt7615: wake device before pushing frames in mt7615_txLorenzo Bianconi1-6/+50
2020-07-21mt76: mt7615: wake device before pulling packets from mac80211 queuesLorenzo Bianconi1-1/+19
2020-07-21mt76: mt7615: run mt7615_mcu_set_roc holding mt76 mutexLorenzo Bianconi1-4/+12
2020-07-21mt76: mt7615: run mt7615_mcu_set_wmm holding mt76 mutexLorenzo Bianconi1-1/+7
2020-07-21mt76: mt7615: wake device before performing freq scanLorenzo Bianconi1-4/+30
2020-07-21mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi1-0/+3
2020-07-21mt76: mt7615: wake device before configuring hw keysLorenzo Bianconi1-3/+9
2020-07-21mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi1-40/+42
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi1-0/+2
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi1-1/+1
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau1-5/+39
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau1-3/+3
2020-07-21mt76: mt7615: add .set_tsf callbackRyder Lee1-0/+21
2020-07-21mt76: mt7663: introduce ARP filter offloadSean Wang1-0/+3
2020-07-21mt76: mt7615: re-enable offloading of sequence number assignmentFelix Fietkau1-0/+5
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi1-0/+1
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi1-0/+3
2020-05-28mt76: mt7615: Use kmemdup in mt7615_queue_key_update()YueHaibing1-2/+1
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi1-23/+3
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-0/+79
2020-05-13mt76: mt7615: configure bss info adding the interfaceSean Wang1-4/+1
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-0/+3
2020-05-13mt76: mt7615: do not report scan_complete twice to mac80211Lorenzo Bianconi1-4/+4
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-1/+1
2020-05-12mt76: mt7615: add gtk rekey offload supportLorenzo Bianconi1-0/+8
2020-05-12mt76: mt7615: add WoW supportLorenzo Bianconi1-0/+79
2020-05-12mt76: mt7615: do not mark sched_scan disabled in mt7615_scan_workLorenzo Bianconi1-1/+0
2020-05-12mt76: mt7615: add sta pointer to mt7615_mcu_add_bss_info signatureLorenzo Bianconi1-3/+3
2020-05-12mt76: enable TDLS supportLorenzo Bianconi1-2/+2
2020-05-12mt76: mt7615: move mcu bss upload before creating the staLorenzo Bianconi1-4/+13
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi1-0/+23
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi1-0/+34
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-28/+4
2020-05-12mt76: mt7615: fix possible deadlock in mt7615_stopLorenzo Bianconi1-11/+8
2020-05-12mt76: mt7615: add support for applying tx DPD calibration from EEPROMFelix Fietkau1-1/+3
2020-05-12mt76: mt7615: add support for applying DC offset calibration from EEPROMFelix Fietkau1-0/+3
2020-05-12mt76: mt7615: do not always reset the dfs state setting the channelLorenzo Bianconi1-1/+20
2020-05-12mt76: mt7615: introduce rlm tlv in bss_info mcu commandLorenzo Bianconi1-3/+3
2020-05-12mt76: mt7615: introduce scheduled scan supportLorenzo Bianconi1-5/+50
2020-05-12mt76: mt7615: introduce hw scan supportLorenzo Bianconi1-0/+34
2020-05-12mt76: mt7615: introduce mt7615_mcu_set_channel_domain mcu commandLorenzo Bianconi1-0/+1
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