All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/3] mac80211: IBSS fix scan request
Date: Tue, 03 Mar 2015 10:23:32 +0100	[thread overview]
Message-ID: <1425374612.2450.22.camel@sipsolutions.net> (raw)
In-Reply-To: <1424533961-3869-2-git-send-email-janusz.dziedzic@tieto.com> (sfid-20150221_165301_817676_E828A7F3)

On Sat, 2015-02-21 at 16:52 +0100, Janusz Dziedzic wrote:
> In case of wide bandwidth scan all channels we have
> in chandef, not only control one.

I think you should say why :)


> @@ -1381,11 +1450,18 @@ static void ieee80211_sta_find_ibss(struct
> ieee80211_sub_if_data *sdata)
>         /* Selected IBSS not found in current scan results - try to
> scan */
>         if (time_after(jiffies, ifibss->last_scan_completed +
>                                         IEEE80211_SCAN_INTERVAL)) {
> +               struct ieee80211_channel *channels[8];
> +               unsigned int num = 0;

no need to initialize 'num' here.

johannes


  reply	other threads:[~2015-03-03  9:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 15:52 [PATCH 1/3] cfg80211: add VHT support for IBSS Janusz Dziedzic
2015-02-21 15:52 ` [PATCH 2/3] mac80211: IBSS fix scan request Janusz Dziedzic
2015-03-03  9:23   ` Johannes Berg [this message]
2015-02-21 15:52 ` [PATCH 3/3] mac80211: add VHT support for IBSS Janusz Dziedzic
2015-03-03  9:28   ` Johannes Berg
2015-03-03  9:21 ` [PATCH 1/3] cfg80211: " Johannes Berg

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=1425374612.2450.22.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=janusz.dziedzic@tieto.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.