Re: [1/3] mwifiex: code rearrangement in suspend handler

2016-07-08 Thread Kalle Valo
Amitkumar Karwar wrote: > We will derive sta_priv at the beginning of suspend handler. > This will be useful for next patch in this series. > > Signed-off-by: Amitkumar Karwar Thanks, 3 patches applied to wireless-drivers-next.git: 322397b268f7

[PATCH 1/3] mwifiex: code rearrangement in suspend handler

2016-06-27 Thread Amitkumar Karwar
We will derive sta_priv at the beginning of suspend handler. This will be useful for next patch in this series. Signed-off-by: Amitkumar Karwar --- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff