Re: [PATCH 1/3] staging: vt6655: Fix missing power saving support

2015-07-14 Thread Greg KH
On Sun, Jun 21, 2015 at 11:05:53AM +0100, Malcolm Priestley wrote: Add IEEE80211_HW_SUPPORTS_PS to ieee80211_hw flags enabling this feature. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/device_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH 1/3] staging: vt6655: Fix missing power saving support

2015-06-21 Thread Malcolm Priestley
Add IEEE80211_HW_SUPPORTS_PS to ieee80211_hw flags enabling this feature. Signed-off-by: Malcolm Priestley tvbox...@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