summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mt76: connac: fix sta_rec_wtbl tag lenLorenzo Bianconi1-1/+1
2021-11-18mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mo...Lorenzo Bianconi1-2/+2
2021-11-18mt76: mt7921: fix firmware usage of RA info using legacy ratesSean Wang1-1/+10
2021-11-18mt76: connac: fix GTK rekey offload failure on WPA mixed modeLeon Yen1-6/+9
2021-06-19mt76: mt7921: limit txpower according to userlevel powerLorenzo Bianconi1-8/+20
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-9/+31
2021-06-19mt76: connac: check band caps in mt76_connac_mcu_set_rate_txpowerLorenzo Bianconi1-4/+13
2021-06-19mt76: connac: add mt76_connac_mcu_get_nic_capability utility routineLorenzo Bianconi1-0/+54
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi1-4/+6
2021-06-19mt76: mt7921: enable random mac address during sched_scanDeren Wu1-6/+8
2021-06-19mt76: connac: add bss color support for sta modeYN Chen1-0/+14
2021-06-19mt76: connac: update BA win size in Rx directionDeren Wu1-1/+3
2021-06-19mt76: connac: fix WoW with disconnetion and bitmap patternYN Chen1-4/+7
2021-06-19mt76: mt7921: enable rx header traslation offloadLorenzo Bianconi1-0/+29
2021-06-19mt76: connac: add missing configuration in mt76_connac_mcu_wtbl_hdr_trans_tlvLorenzo Bianconi1-0/+11
2021-05-15mt76: connac: fix HT A-MPDU setting field in STA_REC_PHYFelix Fietkau1-0/+4
2021-04-21mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utilitySean Wang1-8/+14
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-0/+42
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-0/+133
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller1-1/+1
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-13mt76: mt7615: always add rx header translation tlv when adding stationsFelix Fietkau1-5/+1
2021-04-13mt76: mt7921: reduce the data latency during hw scanSean Wang1-1/+4
2021-04-12mt76: mt7921: fix the dwell time controlSean Wang1-1/+2
2021-04-12mt76: connac: introduce mt76_sta_cmd_info data structureLorenzo Bianconi1-17/+18
2021-04-12mt76: connac: fix kernel warning adding monitor interfaceLorenzo Bianconi1-0/+1
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-0/+19
2021-04-12mt76: connac: update sched_scan cmd usageSean Wang1-2/+5
2021-04-12mt76: connac: fix up the setting for ht40 mode in mt76_connac_mcu_uni_add_bssSean Wang1-0/+2
2021-04-11mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+3
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee1-1/+1
2021-01-29mt76: mt7921: add coredump supportSean Wang1-0/+34
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi1-9/+327
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-0/+307
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi1-0/+197
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-0/+986