linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] staging: vt6656: turn radio off after mac registered.
@ 2014-07-05 18:24 Malcolm Priestley
  2014-07-05 18:24 ` [PATCH 2/8] staging: vt6656: vnt_rf_set_txpower use power for priv->byCurPwr Malcolm Priestley
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Malcolm Priestley @ 2014-07-05 18:24 UTC (permalink / raw)
  To: gregkh; +Cc: linux-wireless, Malcolm Priestley

Turn the radio off to save power is the device is unused
on system.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
---
 drivers/staging/vt6656/main_usb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 8a4695e..9d0441f 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -1074,6 +1074,8 @@ int vnt_init(struct vnt_private *priv)
 
 	priv->mac_hw = true;
 
+	vnt_radio_power_off(priv);
+
 	return 0;
 }
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-05 18:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 18:24 [PATCH 1/8] staging: vt6656: turn radio off after mac registered Malcolm Priestley
2014-07-05 18:24 ` [PATCH 2/8] staging: vt6656: vnt_rf_set_txpower use power for priv->byCurPwr Malcolm Priestley
2014-07-05 18:24 ` [PATCH 3/8] staging: vt6656: vnt_rf_setpower rate <= RATE_11M check array bound Malcolm Priestley
2014-07-05 18:24 ` [PATCH 4/8] staging: vt6656: vnt_tx_packet don't change power when off channel Malcolm Priestley
2014-07-05 18:24 ` [PATCH 5/8] staging: vt6656: vnt_rx_data add track rsr and new_rsr errors Malcolm Priestley
2014-07-05 18:24 ` [PATCH 6/8] staging: vt6656: vnt_set_channel remove power setting functions Malcolm Priestley
2014-07-05 18:24 ` [PATCH 7/8] staging: vt6656: Include re_alloc_skb within lock Malcolm Priestley
2014-07-05 18:24 ` [PATCH 8/8] stagingL vt6656: implement fall back rates reporting Malcolm Priestley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).