From 12852dc4b53b58f9d324971c6434ad767805b2a5 Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: Tue, 4 Mar 2025 10:45:03 +0100
Subject: [PATCH] Revert "brcmbca: BCM recommended to handle shutdown event to
 unload WLAN driver"

This reverts commit 5b3fd950696bb8bdbe8a37bba3b4525de9bd081f.
---
 brcmbca/base-files/etc/init.d/wifi_bringup | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/brcmbca/base-files/etc/init.d/wifi_bringup b/brcmbca/base-files/etc/init.d/wifi_bringup
index 5767981f6..a4b64ed1c 100755
--- a/brcmbca/base-files/etc/init.d/wifi_bringup
+++ b/brcmbca/base-files/etc/init.d/wifi_bringup
@@ -3,7 +3,6 @@
 # Prepare the NVRAM and load Broadcom wifi drivers
 
 START=18
-STOP=18
 
 # Function:
 # Tries to find a NVRAM file supplied by the manufacturer and use this as source.
@@ -186,9 +185,3 @@ boot() {
 
 	return 0
 }
-
-############ shutdown-function ############
-shutdown() {
-	/etc/init.d/bcm-wlan-drivers.sh stop
-	sleep 3
-}
-- 
GitLab