ACK/cmnt: [SRU Xenial][v2][PATCH 1/2] UBUNTU: SAUCE: Redpine: fix for Soft-AP restart issue

Siva Rebbagondla siva8118 at gmail.com
Mon May 28 13:04:49 UTC 2018


​
On Mon, May 28, 2018 at 6:02 PM, Shrirang Bagul <
shrirang.bagul at canonical.com> wrote:

> On Mon, 2018-05-28 at 16:19 +0530, Siva Rebbagondla wrote:
> > From: Sanjay Kumar Konduri <sanjay.konduri at redpinesignals.com>
> >
> > BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1773400
> >
> > Observed third party station is unable to scan redpine AP, when Soft-AP
> > restart command invoked. This is because power save is not disabled for
> > rsi Soft-AP mode in rsi_mac80211_tx().
> >
> > Signed-off-by: Sanjay Kumar Konduri <sanjay.konduri at redpinesignals.com>
> > Signed-off-by: Siva Rebbagondla <siva.rebbagondla at redpinesignals.com>
> When you have multiple patches addressing different bugs, it's advisable
> to
> include a cover letter with a short explanation. Otherwise, everything
> looks
> okay.
>
​ Sure Shrirang. I will follow cover letter format, in case of multiple
patches submission.​ Thanks ​


>
> Acked-by: Shrirang Bagul <shrirang.bagul at canonical.com>
> > ---
> > v2: Changed the subject as per stable patch format [Shrirang].
> > ---
> >  ubuntu/rsi/rsi_91x_mac80211.c | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/ubuntu/rsi/rsi_91x_mac80211.c
> b/ubuntu/rsi/rsi_91x_mac80211.c
> > index 129859a..244ef27 100644
> > --- a/ubuntu/rsi/rsi_91x_mac80211.c
> > +++ b/ubuntu/rsi/rsi_91x_mac80211.c
> > @@ -564,8 +564,7 @@ static void rsi_mac80211_tx(struct ieee80211_hw *hw,
> >               return;
> >       }
> >       if ((!bss->assoc) &&
> > -         (adapter->ps_state == PS_ENABLED) &&
> > -         (vif->type == NL80211_IFTYPE_STATION))
> > +         (adapter->ps_state == PS_ENABLED))
> >               rsi_disable_ps(adapter);
> >       if (ieee80211_is_auth(wlh->frame_control))
> >               common->mac_ops_resumed = false;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20180528/ce5bfc6d/attachment.html>


More information about the kernel-team mailing list