Skip to content
Snippets Groups Projects
Commit 8fd798cb authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add a missing variable assignment

SVN-Revision: 8339
parent b085680b
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ disable_atheros() ( ...@@ -71,6 +71,7 @@ disable_atheros() (
) )
enable_atheros() { enable_atheros() {
local device="$1"
config_get channel "$device" channel config_get channel "$device" channel
config_get vifs "$device" vifs config_get vifs "$device" vifs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment