linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luciano Coelho <luciano.coelho@nokia.com>
To: ext Arik Nemtsov <arik@wizery.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH v3 14/18] wl1271: AP mode - record TX configuration settings
Date: Thu, 30 Dec 2010 00:35:52 +0200	[thread overview]
Message-ID: <1293662152.15791.4.camel@powerslave> (raw)
In-Reply-To: <AANLkTi=tTx=XZ0nFnTsds1F1X2saSYiVmgSxWL1zU-GY@mail.gmail.com>

On Wed, 2010-12-29 at 23:11 +0200, ext Arik Nemtsov wrote:
> On Wed, Dec 29, 2010 at 11:21, Luciano Coelho <luciano.coelho@nokia.com> wrote:
> > On Tue, 2010-12-28 at 19:36 +0200, ext Arik Nemtsov wrote:
> >>
> >> diff --git a/drivers/net/wireless/wl12xx/main.c
> >> b/drivers/net/wireless/wl12xx/main.c
> >> index 3747d98..ea61ae7 100644
> >> --- a/drivers/net/wireless/wl12xx/main.c
> >> +++ b/drivers/net/wireless/wl12xx/main.c
> >> @@ -1433,6 +1433,8 @@ static int wl1271_op_config(struct ieee80211_hw
> >> *hw, u32 changed)
> >>                 goto out;
> >>         }
> >>
> >> +       is_ap = (wl->bss_type == BSS_TYPE_AP_BSS);
> >> +
> >>         ret = wl1271_ps_elp_wakeup(wl, false);
> >>         if (ret < 0)
> >>                 goto out;
> >
> > Did you forget to fix this one? As we discussed, this should be in
> > 10/18.
> >
> 
> Actually it was added in 10/18 (at the beginning of the function), but
> I forgot to remove it from 14/18.
> The correct place to set this is here after the mutex is held, so I've
> moved this line to 10/18 (for good this time I hope).

Yes, after I wrote this email, I checked 10/18 and it was there together
with the is_ap declaration, but, as you said, better do it after the
mutex is locked.

-- 
Cheers,
Luca.


  reply	other threads:[~2010-12-29 22:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28 17:36 [PATCH v3 00/18] AP mode support for wl12xx Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 01/18] wl1271: Add AP related configuration to conf_drv_settings Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 02/18] wl1271: AP mode - AP specific CMD_CONFIGURE sub-commands Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 03/18] wl1271: AP mode - add AP specific event Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 04/18] wl1271: AP-mode high level commands Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 05/18] wl1271: AP mode - workaround for FW bug on station remove Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 06/18] wl1271: AP mode - init sequence Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 07/18] wl1271: AP specific RX filter configuration Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 08/18] wl1271: Add AP related definitions to HOST-FW interface Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 09/18] wl1271: Configure AP on BSS info change Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 10/18] wl1271: AP mode config in ieee80211_ops.config Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 11/18] wl1271: AP mode - change filter config Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 12/18] wl1271: AP mode - add STA add/remove ops Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 13/18] wl1271: AP mode - changes in TX path Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 14/18] wl1271: AP mode - record TX configuration settings Arik Nemtsov
2010-12-29  9:21   ` Luciano Coelho
2010-12-29 21:11     ` Arik Nemtsov
2010-12-29 22:35       ` Luciano Coelho [this message]
2010-12-28 17:36 ` [PATCH v3 15/18] wl1271: AP mode - encryption support Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 16/18] wl1271: AP mode - fetch appropriate firmware for AP Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 17/18] wl1271: Read MAC address from NVS file on HW startup Arik Nemtsov
2010-12-28 17:36 ` [PATCH v3 18/18] wl1271: Enable AP-mode Arik Nemtsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1293662152.15791.4.camel@powerslave \
    --to=luciano.coelho@nokia.com \
    --cc=arik@wizery.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).