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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1074,6 +1074,8 @@ int vnt_init(struct vnt_private *priv)

	priv->mac_hw = true;

	vnt_radio_power_off(priv);

	return 0;
}