summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921 (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt7921: Check devm_kasprintf() returned valueMa Ke2024-09-061-0/+2
* wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau2024-09-065-8/+13
* wifi: mt76: partially move channel change code to coreFelix Fietkau2024-09-066-17/+12
* wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the channel usageMing Yen Hsieh2024-09-051-1/+1
* wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki2024-08-131-1/+1
* wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang2024-07-261-0/+1
* wifi: mt76: mt792x: fix scheduler interference in drv own processMichael Lo2024-07-091-0/+3
* wifi: mt76: mt792x: extend mt76_connac_mcu_uni_add_dev for per-link BSSSean Wang2024-07-092-3/+4
* wifi: mt76: mt792x: add struct mt792x_chanctxDeren Wu2024-07-091-18/+13
* wifi: mt76: mt792x: add struct mt792x_link_staDeren Wu2024-07-094-72/+77
* wifi: mt76: mt792x: add struct mt792x_bss_confDeren Wu2024-07-092-42/+42
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-271-2/+2
|\
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-2/+2
* | wifi: mt76: un-embedd netdev from mt76_devBreno Leitao2024-06-211-1/+1
|/
* wifi: mt76: mt7921e: add LED control supportHao Zhang2024-05-024-2/+52
* wifi: mt76: mt7921: cqm rssi low/high event notifyRong Yan2024-05-023-0/+67
* wifi: mt76: make const arrays in functions staticFelix Fietkau2024-05-021-2/+2
* wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen2024-05-023-4/+2
* wifi: mt76: mt7921: introduce mt7920 PCIe supportDeren Wu2024-05-021-2/+9
* wifi: mt76: mt7921: fix suspend issue on MediaTek COB platformMichael Lo2024-02-221-0/+7
* wifi: mt76: mt7921: fix a potential association failure upon resumingLeon Yen2024-02-224-0/+18
* wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspendMing Yen Hsieh2024-02-222-0/+9
* wifi: mt76: mt7921: fix incorrect type conversion for CLC commandMing Yen Hsieh2024-02-221-2/+2
* wifi: mt76: mt7921e: fix use-after-free in free_irq()Deren Wu2024-02-221-0/+1
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-314-0/+4
* Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-197-18/+78
|\
| * wifi: mt76: mt7921: fix wrong 6Ghz power typeMing Yen Hsieh2023-12-111-3/+35
| * wifi: mt76: mt7921: fix CLC command timeout when suspend/resumeMing Yen Hsieh2023-12-113-5/+22
| * wifi: mt76: mt7921: fix country count limitation for CLCMing Yen Hsieh2023-12-111-3/+8
| * wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queueSean Wang2023-12-112-2/+3
| * wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao2023-12-072-2/+5
| * wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi2023-12-071-1/+1
| * wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan2023-12-071-1/+1
| * wifi: mt76: mt7921: support 5.9/6GHz channel config in acpiRong Yan2023-12-071-1/+3
* | wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC configMing Yen Hsieh2023-11-081-0/+1
|/
* wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel infoMing Yen Hsieh2023-10-231-0/+3
* wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh2023-09-302-0/+54
* wifi: mt76: mt7921: get regulatory information from the clc eventMing Yen Hsieh2023-09-303-4/+36
* wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh2023-09-302-1/+37
* wifi: mt76: mt7921: move connac nic capability handling to mt7921Deren Wu2023-09-301-1/+121
* wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi2023-09-303-30/+2
* wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi2023-09-304-19/+3
* wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vifSean Wang2023-09-301-6/+6
* wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Ingo Rohloff2023-09-301-0/+2
* wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan2023-09-301-4/+1
* wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau2023-09-301-1/+1
* wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau2023-09-301-1/+1
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-6/+3
* wifi: mt76: mt7921: move mt7921u_disconnect mt792x-libLorenzo Bianconi2023-07-261-18/+1
* wifi: mt76: mt7921: move mt7921_dma_init in pci.cLorenzo Bianconi2023-07-264-73/+67