Re: [PATCH 1/3] rsi: sdio: add WOWLAN support for S3 suspend state

2017-09-27 Thread Amitkumar Karwar
On Tue, Sep 26, 2017 at 3:29 PM, Kalle Valo wrote: > Amitkumar Karwar writes: > >> From: Karun Eagalapati >> >> WoWLAN is supported in RS9113 device through GPIO pin2. >> wowlan config frame is internally sent to firmware in

Re: [PATCH 1/3] rsi: sdio: add WOWLAN support for S3 suspend state

2017-09-26 Thread Kalle Valo
Amitkumar Karwar writes: > From: Karun Eagalapati > > WoWLAN is supported in RS9113 device through GPIO pin2. > wowlan config frame is internally sent to firmware in mac80211 > suspend handler. Also beacon miss threshold and keep-alive time > values are

[PATCH 1/3] rsi: sdio: add WOWLAN support for S3 suspend state

2017-09-25 Thread Amitkumar Karwar
From: Karun Eagalapati WoWLAN is supported in RS9113 device through GPIO pin2. wowlan config frame is internally sent to firmware in mac80211 suspend handler. Also beacon miss threshold and keep-alive time values are increased to avoid un-necessary disconnection with AP.