aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: mt76: mt7921e: add LED control supportHao Zhang1-0/+14
2024-05-02wifi: mt76: mt7921: cqm rssi low/high event notifyRong Yan1-0/+61
2024-05-02wifi: mt76: make const arrays in functions staticFelix Fietkau1-2/+2
2024-02-22wifi: mt76: mt7921: fix incorrect type conversion for CLC commandMing Yen Hsieh1-2/+2
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-5/+12
2023-12-11wifi: mt76: mt7921: fix country count limitation for CLCMing Yen Hsieh1-3/+8
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan1-1/+1
2023-12-07wifi: mt76: mt7921: support 5.9/6GHz channel config in acpiRong Yan1-1/+3
2023-11-08wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC configMing Yen Hsieh1-0/+1
2023-09-30wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh1-0/+3
2023-09-30wifi: mt76: mt7921: get regulatory information from the clc eventMing Yen Hsieh1-4/+22
2023-09-30wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh1-1/+3
2023-09-30wifi: mt76: mt7921: move connac nic capability handling to mt7921Deren Wu1-1/+121
2023-07-26wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common codeLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib moduleLorenzo Bianconi1-61/+2
2023-07-26wifi: mt76: mt7921: move acpi_sar code in mt792x-lib moduleLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libLorenzo Bianconi1-44/+0
2023-07-26wifi: mt76: mt7921: move hif_ops macro in mt792x.hLorenzo Bianconi1-4/+4
2023-07-26wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi1-3/+3
2023-07-26wifi: mt76: mt792x: introduce mt792x-lib moduleLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi1-37/+37
2023-07-26wifi: mt76: mt7921: rename mt7921_phy in mt792x_phyLorenzo Bianconi1-7/+7
2023-07-26wifi: mt76: mt7921: rename mt7921_sta in mt792x_staLorenzo Bianconi1-4/+4
2023-07-26wifi: mt76: mt7921: rename mt7921_vif in mt792x_vifLorenzo Bianconi1-10/+10
2023-07-25wifi: mt76: mt7921: Support temp sensorBen Greear1-0/+17
2023-07-06wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou1-8/+0
2023-04-17mt76: mt7921: fix kernel panic by accessing unallocated eeprom.dataSean Wang1-20/+0
2023-04-17wifi: mt76: move mcu_uni_event and mcu_reg_event in common codeLorenzo Bianconi1-4/+4
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-1/+1
2023-04-17wifi: mt76: mt7921: get rid of eeprom.hLorenzo Bianconi1-1/+0
2023-02-03wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen1-2/+34
2023-02-03wifi: mt76: mt7921: fix invalid remain_on_channel durationDeren Wu1-1/+1
2023-02-03wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu1-0/+68
2022-12-09wifi: mt76: mt7921: add support to update fw capability with MTFG tableQuan Zhou1-1/+3
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang1-0/+24
2022-12-01wifi: mt76: mt7921: drop ieee80211_[start, stop]_queues in driverSean Wang1-18/+0
2022-12-01wifi: mt76: mt7921: add unified ROC cmd/event supportQuan Zhou1-0/+119
2022-09-15wifi: mt76: mt7921: introduce Country Location Control supportMing Yen Hsieh1-0/+198
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-387/+31
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang1-5/+0
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-1/+1
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi1-77/+0
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-16/+17
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu1-4/+1
2022-07-11mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi1-125/+1
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi1-88/+1