The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.14-fixes-3 for you to fetch changes up to 81f64e925c29fe6e99f04b131fac1935ac931e81: PCI: Avoid FLR for Mediatek MT7922 WiFi (2025-02-13 08:36:54 -0600) ---------------------------------------------------------------- - Update a BUILD_BUG_ON() usage that works on current compilers, but breaks compilation on gcc 5.3.1 (Alex Williamson) - Avoid use of FLR for Mediatek MT7922 WiFi; the device previously worked after a long timeout and fallback to SBR, but after a recent RRS change it doesn't work at all after FLR (Bjorn Helgaas) ---------------------------------------------------------------- Alex Williamson (1): PCI: Fix BUILD_BUG_ON usage for old gcc Bjorn Helgaas (1): PCI: Avoid FLR for Mediatek MT7922 WiFi drivers/pci/probe.c | 5 +++-- drivers/pci/quirks.c | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-)