Commit ba911c9b authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: turn radio off after mac registered.

Turn the radio off to save power is the device is unused
on system.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a5615b97
...@@ -1074,6 +1074,8 @@ int vnt_init(struct vnt_private *priv) ...@@ -1074,6 +1074,8 @@ int vnt_init(struct vnt_private *priv)
priv->mac_hw = true; priv->mac_hw = true;
vnt_radio_power_off(priv);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment