mt76: update to Git HEAD (2025-06-18)
55218e636092 Revert "wifi: mt76: mt7996: fill txd by host driver" fdfe9eca6401 wifi: mt76: disable napi on driver removal d7a070e11de4 wifi: mt76: mt7925: fix missing hdr_trans_tlv command for broadcast wtbl 29363a669195 wifi: mt76: mt7996: prevent uninit return in mt7996_mac_sta_add_links e285cb42be03 wifi: mt76: Remove an unneeded local variable in mt76x02_dma_init() 3dee73c357cf wifi: mt76x2: Add support for LiteOn WN4516R,WN4519R 73f9582f92b6 wifi: mt76: mt7925: introduce thermal protection cf8522c5eea8 wifi: mt76: mt7925: fix host interrupt register initialization 8a24527e6c63 wifi: mt76: mt7921: add 160 MHz AP for mt7922 device d0ef73122e8b wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor() 7fdbe4cb5c8d wifi: mt76: mt7996: avoid null deref in mt7996_stop_phy() 925d156dab3d wifi: mt76: mt7996: fix uninitialized symbol warning a403590fd464 Revert "wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()" ca76c1bcede4 wifi: mt76: mt7996: remove duplicate check in mt7996_mcu_sta_mld_setup_tlv() b70a4a619538 wifi: mt76: scan: Fix 'mlink' dereferenced before IS_ERR_OR_NULL check 2247afffc734 wifi: mt76: add mt76_connac_mcu_build_rnr_scan_param routine 460aa7da0ef6 wifi: mt76: mt7925: add RNR scan support for 6GHz a68584ddf98e wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init() 025c1d19b55a wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init() c20015bdc88b wifi: mt76: mt7925: prevent multiple scan commands 832387a1f876 wifi: mt76: mt7925: refine the sniffer commnad 7bf6a2914a54 wifi: mt76: mt7925: ensure all MCU commands wait for response 1bd4dbd48281 wifi: mt76: mt7925: extend MCU support for testmode 0ca6ed4e2724 wifi: mt76: mt7925: add test mode support a2838480f805 wifi: mt76: remove capability of partial bandwidth UL MU-MIMO 1865f5ea80ea wifi: mt76: mt7996: fix beamformee SS field 3bda39f1465e wifi: mt76: mt7996: set EHT max ampdu length capability 7d30840e5b21 wifi: mt76: mt7996: drop fragments with multicast or broadcast RA bf22595a1d8a wifi: mt76: mt7996: fix invalid NSS setting when TX path differs from NSS b9f01d7c368c wifi: mt76: mt7996: change max beacon size 8808d7c4eed7 wifi: mt76: mt7996: fix RX buffer size of MCU event 36e0b90e47ff wifi: mt76: fix available_antennas setting da2c23bec426 wifi: mt76: support power delta calculation for 5 TX paths 3e161d0cf3c7 wifi: mt76: mt7925: add rfkill_poll for hardware rfkill ee6dac9b6b76 wifi: mt76: mt7915: mcu: increase eeprom command timeout 0534761b76e1 wifi: mt76: mt7915: mcu: lower default timeout 79dd14f2e816 wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch f2943046881d wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic context 656eb209ec42 wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field() 4f47d90943a3 wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed() 189532e383c1 wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl() 5603bd03d56a wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work() ca24f0794e94 wifi: mt76: mt7925: fix the wrong config for tx interrupt 63f18baa5bb6 wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scan 4bdc4c5f26e0 wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scan 321ae47a7439 wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan() 3699df4e85ec wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_offload() a17fbd3d8598 wifi: mt76: mt7921: prevent decap offload config before STA initialization Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3f69fe3907
commit
042afe1f3d
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
|
|||
|
||||
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2025-04-11
|
||||
PKG_SOURCE_VERSION:=be28ef77e330fdee28054214c798f028ddfbbc02
|
||||
PKG_MIRROR_HASH:=71d0651fd74b00fd83f5ea965483623dd6b33581c9cb0a05552d8e3d29dd2767
|
||||
PKG_SOURCE_DATE:=2025-06-18
|
||||
PKG_SOURCE_VERSION:=a17fbd3d85981af047bd75777a106a230de0178b
|
||||
PKG_MIRROR_HASH:=714219787b93c202a6efa22b795a92ddcb26df0899c492c71b5c813d78df4fa2
|
||||
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
PKG_USE_NINJA:=0
|
||||
|
|
Loading…
Reference in a new issue