add a missing variable assignment
SVN-Revision: 8339
This commit is contained in:
parent
b085680b96
commit
8fd798cb2c
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ disable_atheros() (
|
|||
)
|
||||
|
||||
enable_atheros() {
|
||||
local device="$1"
|
||||
config_get channel "$device" channel
|
||||
config_get vifs "$device" vifs
|
||||
|
||||
|
|
Loading…
Reference in a new issue