Message ID | 6c05b939-5649-4a07-91b2-81791ae0ad80@nbd.name (mailing list archive) |
---|---|
State | New |
Delegated to: | Kalle Valo |
Headers | show |
Series | pull request: mt76 2025-01-13 | expand |
Felix Fietkau <nbd@nbd.name> wrote: > Hi Kalle, > > Here's my pull request for 6.14. > > - Felix > > The following changes since commit 8221712a174ad83e36489c414c26619010f4e348: > > wifi: brcmfmac: Add missing Return: to function documentation (2025-01-10 15:14:00 +0200) > > are available in the Git repository at: > > https://github.com/nbd168/wireless tags/mt76-for-kvalo-2025-01-13 > > for you to fetch changes up to 4d915d0d5cf04c7e36127303fb74b325f47839c0: > > wifi: mt76: mt7921: avoid undesired changes of the preset regulatory domain (2025-01-13 11:22:01 +0100) > > ---------------------------------------------------------------- > mt76 patches for 6.14 > > - mlo fixes for mt792x > - single wiphy multiband support for mt7996 > - mt7915 stability fixes > > ---------------------------------------------------------------- I see new warnings with GCC 14.2 (and sparse): drivers/net/wireless/mediatek/mt76/mt7996/init.c:205:55: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] drivers/net/wireless/mediatek/mt76/mt7996/init.c:205:9: note: 'snprintf' output between 16 and 18 bytes into a destination of size 17 drivers/net/wireless/mediatek/mt76/mt7996/init.c:220:57: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] drivers/net/wireless/mediatek/mt76/mt7996/init.c:220:9: note: 'snprintf' output between 16 and 18 bytes into a destination of size 17 drivers/net/wireless/mediatek/mt76/mt7925/main.c:2124:36: warning: variable 'pri_link_conf' set but not used [-Wunused-but-set-variable] drivers/net/wireless/mediatek/mt76/mt7996/main.c:659:33: warning: variable 'link' set but not used [-Wunused-but-set-variable] drivers/net/wireless/mediatek/mt76/mac80211.c:1046:20: warning: Using plain integer as NULL pointer