Skip to content
Snippets Groups Projects
Commit 12852dc4 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

Revert "brcmbca: BCM recommended to handle shutdown event to unload WLAN driver"

This reverts commit 5b3fd950.
parent 3e0c9c0c
Branches
Tags
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# Prepare the NVRAM and load Broadcom wifi drivers # Prepare the NVRAM and load Broadcom wifi drivers
START=18 START=18
STOP=18
# Function: # Function:
# Tries to find a NVRAM file supplied by the manufacturer and use this as source. # Tries to find a NVRAM file supplied by the manufacturer and use this as source.
...@@ -186,9 +185,3 @@ boot() { ...@@ -186,9 +185,3 @@ boot() {
return 0 return 0
} }
############ shutdown-function ############
shutdown() {
/etc/init.d/bcm-wlan-drivers.sh stop
sleep 3
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment