All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] staging: vt6655: Fix missing power saving support
@ 2015-06-21 10:05 Malcolm Priestley
  2015-06-21 10:05 ` [PATCH 2/3] staging: vt6655: vnt_tx_packet don't wakeup from power saving Malcolm Priestley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Malcolm Priestley @ 2015-06-21 10:05 UTC (permalink / raw)
  To: gregkh; +Cc: linux-wireless, Malcolm Priestley

Add IEEE80211_HW_SUPPORTS_PS to ieee80211_hw flags
enabling this feature.

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

diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index 0bfc939..b1357af 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1819,7 +1819,8 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
 	priv->hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
 		IEEE80211_HW_REPORTS_TX_ACK_STATUS |
 		IEEE80211_HW_SIGNAL_DBM |
-		IEEE80211_HW_TIMING_BEACON_ONLY;
+		IEEE80211_HW_TIMING_BEACON_ONLY |
+		IEEE80211_HW_SUPPORTS_PS;
 
 	priv->hw->max_signal = 100;
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in

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

end of thread, other threads:[~2015-07-15  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-21 10:05 [PATCH 1/3] staging: vt6655: Fix missing power saving support Malcolm Priestley
2015-06-21 10:05 ` [PATCH 2/3] staging: vt6655: vnt_tx_packet don't wakeup from power saving Malcolm Priestley
2015-06-21 10:05 ` [PATCH 3/3] staging: vt6655: Correct listen interval TBTT wake up Malcolm Priestley
2015-07-15  2:26 ` [PATCH 1/3] staging: vt6655: Fix missing power saving support Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.