Linux wireless drivers development
 help / color / mirror / Atom feed
From: Vasanthakumar Thiagarajan <vasanth@atheros.com>
To: "linville@tuxdriver.com" <linville@tuxdriver.com>,
	"johannes@sipsolutions.net" <johannes@sipsolutions.net>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] mac80211: Remove bss information of the current AP when it goes out of range
Date: Tue, 3 Feb 2009 09:57:54 +0530	[thread overview]
Message-ID: <20090203042753.GA8246@vasanth-laptop> (raw)
In-Reply-To: <1233583454-14957-1-git-send-email-vasanth@atheros.com>

On Mon, Feb 02, 2009 at 07:34:14PM +0530, Vasanth Thiagarajan wrote:
> +               if (remove_bss) {
> +                       struct ieee80211_bss *bss;
> +
> +                       bss = ieee80211_rx_bss_get(local, ifsta->bssid,
> +                                       local->hw.conf.channel->center_freq,
> +                                       ifsta->ssid, ifsta->ssid_len);
> +                       if (bss)
> +                               atomic_dec(&bss->users);
> +                       ieee80211_rx_bss_put(local, bss);

oops, I missed braces here.

> 
> 
> --
> 1.5.5.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2009-02-03  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-02 14:04 [PATCH] mac80211: Remove bss information of the current AP when it goes out of range Vasanthakumar Thiagarajan
2009-02-03  4:27 ` Vasanthakumar Thiagarajan [this message]

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=20090203042753.GA8246@vasanth-laptop \
    --to=vasanth@atheros.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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