summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_addLorenzo Bianconi1-1/+5
2020-08-19mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang1-2/+5
2020-05-28mt76: mt7615: fix hw_scan with ssid_type for specified SSID onlySean Wang1-0/+1
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi1-7/+7
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-0/+51
2020-05-13mt76: mt7615: configure bss info adding the interfaceSean Wang1-35/+62
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-8/+53
2020-05-13mt76: mt7615: reduce hw scan timeoutLorenzo Bianconi1-1/+4
2020-05-13mt76: mt7615: do not report scan_complete twice to mac80211Lorenzo Bianconi1-5/+7
2020-05-13mt76: mt7663: fix the usage WoW with net detect supportSean Wang1-1/+1
2020-05-12mt76: mt7615: scan all channels if not specifiedLorenzo Bianconi1-2/+2
2020-05-12mt76: mt7663: add support to sched scan with randomise addrSean Wang1-1/+6
2020-05-12mt76: mt7663: introduce WoW with net detect supportSean Wang1-3/+10
2020-05-12mt76: mt7615: fix ibss mode for mt7663Lorenzo Bianconi1-0/+3
2020-05-12mt76: mt7615: introduce beacon_loss mcu eventLorenzo Bianconi1-0/+38
2020-05-12mt76: mt7615: add gtk rekey offload supportLorenzo Bianconi1-1/+101
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi1-2/+4
2020-05-12mt76: mt7615: add WoW supportLorenzo Bianconi1-42/+178
2020-05-12mt76: mt7615: introduce mt7615_mcu_set_hif_suspend mcu commandSean Wang1-1/+35
2020-05-12mt76: mt7615: introduce support for hardware beacon filterLorenzo Bianconi1-0/+41
2020-05-12mt76: mt7615: add passive mode for hw scanLorenzo Bianconi1-2/+2
2020-05-12mt76: mt7615: fix ssid configuration in mt7615_mcu_hw_scanLorenzo Bianconi1-2/+7
2020-05-12mt76: mt7615: set spatial extension indexFelix Fietkau1-0/+6
2020-05-12mt76: mt7663: remove check in mt7663_load_n9Lorenzo Bianconi1-8/+5
2020-05-12mt76: mt7663: add the possibility to load firmware v2Lorenzo Bianconi1-6/+49
2020-05-12mt76: mt7615: fix event report in mt7615_mcu_bss_eventLorenzo Bianconi1-1/+2
2020-05-12mt76: mt7615: add sta pointer to mt7615_mcu_add_bss_info signatureLorenzo Bianconi1-15/+6
2020-05-12mt76: mt7663: fix up BMC entry indicated to unicmd firmwareSean Wang1-19/+3
2020-05-12mt76: mt7615: fix sta ampdu factor for VHTFelix Fietkau1-2/+9
2020-05-12mt76: mt7615: fix aid configuration in mt7615_mcu_wtbl_generic_tlvLorenzo Bianconi1-1/+4
2020-05-12mt76: mt7615: fix mt7615_driver_own routineLorenzo Bianconi1-1/+5
2020-05-12mt76: mt7615: fix mt7615_firmware_own for mt7663eLorenzo Bianconi1-3/+2
2020-05-12mt76: mt7615: parse mcu return code for unified commandsLorenzo Bianconi1-0/+10
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi1-0/+21
2020-05-12mt76: mt7615: provide aid info to the mcuLorenzo Bianconi1-1/+3
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi1-2/+1
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-4/+11
2020-05-12mt76: mt7615: add support for applying tx DPD calibration from EEPROMFelix Fietkau1-0/+121
2020-05-12mt76: mt7615: add support for applying DC offset calibration from EEPROMFelix Fietkau1-26/+169
2020-05-12mt76: mt7615: introduce __mt7663_load_firmware routineLorenzo Bianconi1-5/+17
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi1-28/+35
2020-05-12mt76: mt7615: introduce rlm tlv in bss_info mcu commandLorenzo Bianconi1-13/+98
2020-05-12mt76: mt7615: introduce BSS absence eventSean Wang1-0/+24
2020-05-12mt76: mt7615: introduce scheduled scan supportLorenzo Bianconi1-8/+102
2020-05-12mt76: mt7615: introduce hw scan supportLorenzo Bianconi1-0/+125
2020-05-12mt76: mt7615: introduce mt7615_mcu_set_channel_domain mcu commandLorenzo Bianconi1-2/+70
2020-05-12mt76: mt7615: add ethool support to mt7663 driverLorenzo Bianconi1-1/+7
2020-03-23mt76: mt7615: fix endianness in unified commandLorenzo Bianconi1-1/+1
2020-03-23mt76: mt7615: fix mt7663e firmware struct endiannessLorenzo Bianconi1-7/+7
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi1-2/+154