mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02: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:
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user