mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
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: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a5615b9775
commit
ba911c9b5b
@@ -1074,6 +1074,8 @@ int vnt_init(struct vnt_private *priv)
|
||||
|
||||
priv->mac_hw = true;
|
||||
|
||||
vnt_radio_power_off(priv);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user