From a67391b3ea03102e6bdb3d25fb9aa0dc18dc8dc5 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 15 Oct 2025 10:53:29 -0400 Subject: [PATCH] Clarify Broadcom chip support comments --- install/config/hardware/fix-bcm43xx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/config/hardware/fix-bcm43xx.sh b/install/config/hardware/fix-bcm43xx.sh index d6eebd86..5078f69e 100644 --- a/install/config/hardware/fix-bcm43xx.sh +++ b/install/config/hardware/fix-bcm43xx.sh @@ -1,6 +1,6 @@ -# Install Wi-Fi drivers for Broadcom chips: -# - BCM4360 (2013–2015) -# - BCM4331 (2012, early 2013) +# Install Wi-Fi drivers for Broadcom chips found in some MacBooks, as well as other systems: +# - BCM4360 (2013–2015 MacBooks) +# - BCM4331 (2012, early 2013 MacBooks) pci_info=$(lspci -nnv)