diff --git a/brcmbca/base-files/etc/init.d/wifi_bringup b/brcmbca/base-files/etc/init.d/wifi_bringup index 5767981f69d3e24fe6ce49db4949b716153f774d..a4b64ed1c37a04501f1993c8553be8e6880b187f 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 -}