From: Ben Greear <greearb@candelatech.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] RFC: v3: Support multiple STA on same AP with ath9k
Date: Mon, 13 Sep 2010 12:23:29 -0700 [thread overview]
Message-ID: <4C8E7A31.70600@candelatech.com> (raw)
In-Reply-To: <20100913121428.GA15567@vasanth-laptop>
On 09/13/2010 05:14 AM, Vasanthakumar Thiagarajan wrote:
>> - /* configure bssid mask */
>> - if (ah->caps.hw_caps& ATH9K_HW_CAP_BSSIDMASK)
>> - ath_hw_setbssidmask(common);
>> + /* configure bssid mask, if ah->hw is configured.
>> + * it is NOT configured when mac80211 is calling
>> + * ieee80211_do_open, but probably just as well since
>> + * this STA isn't in the list yet.
>> + */
>> + if (ah->hw) {
>
> This seems bogus. why a check for hw at this point??. IIRS hw of
> ah is not initialized at all, in that case this would fail always.
> Did you test with these code?
>
>> + int avifs = ieee80211_count_sta_atomic(sc->hw);
>
> If your aim here is to get the number of virtual interfaces
> associated to a hw, sc->nvifs should work.
Using nvifs seems to work fine. I can respin that patch using
nvifs.
Any suggestions for fixing the bssid mask setting in ath_opmode_init?
My change, appears to work because it's set in ath9k_add_interface, even
if not in the ath_opmode_init method.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
WARNING: multiple messages have this Message-ID (diff)
From: Ben Greear <greearb@candelatech.com>
To: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"ath9k-devel@lists.ath9k.org" <ath9k-devel@venema.h4ckr.net>
Subject: Re: RFC: v3: Support multiple STA on same AP with ath9k
Date: Mon, 13 Sep 2010 12:23:29 -0700 [thread overview]
Message-ID: <4C8E7A31.70600@candelatech.com> (raw)
In-Reply-To: <20100913121428.GA15567@vasanth-laptop>
On 09/13/2010 05:14 AM, Vasanthakumar Thiagarajan wrote:
>> - /* configure bssid mask */
>> - if (ah->caps.hw_caps& ATH9K_HW_CAP_BSSIDMASK)
>> - ath_hw_setbssidmask(common);
>> + /* configure bssid mask, if ah->hw is configured.
>> + * it is NOT configured when mac80211 is calling
>> + * ieee80211_do_open, but probably just as well since
>> + * this STA isn't in the list yet.
>> + */
>> + if (ah->hw) {
>
> This seems bogus. why a check for hw at this point??. IIRS hw of
> ah is not initialized at all, in that case this would fail always.
> Did you test with these code?
>
>> + int avifs = ieee80211_count_sta_atomic(sc->hw);
>
> If your aim here is to get the number of virtual interfaces
> associated to a hw, sc->nvifs should work.
Using nvifs seems to work fine. I can respin that patch using
nvifs.
Any suggestions for fixing the bssid mask setting in ath_opmode_init?
My change, appears to work because it's set in ath9k_add_interface, even
if not in the ath_opmode_init method.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
next prev parent reply other threads:[~2010-09-13 19:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-10 20:07 [ath9k-devel] RFC: v3: Support multiple STA on same AP with ath9k Ben Greear
2010-09-10 20:07 ` Ben Greear
2010-09-10 21:12 ` [ath9k-devel] " Johannes Berg
2010-09-10 21:12 ` Johannes Berg
2010-09-10 21:23 ` [ath9k-devel] " Ben Greear
2010-09-10 21:23 ` Ben Greear
2010-09-10 21:27 ` [ath9k-devel] " Johannes Berg
2010-09-10 21:27 ` Johannes Berg
2010-09-13 12:14 ` [ath9k-devel] " Vasanthakumar Thiagarajan
2010-09-13 12:14 ` Vasanthakumar Thiagarajan
2010-09-13 14:36 ` [ath9k-devel] " Ben Greear
2010-09-13 14:36 ` Ben Greear
2010-09-13 19:23 ` Ben Greear [this message]
2010-09-13 19:23 ` Ben Greear
2010-09-14 13:46 ` [ath9k-devel] " Vasanthakumar Thiagarajan
2010-09-14 13:46 ` Vasanthakumar Thiagarajan
2010-09-14 14:39 ` [ath9k-devel] " Ben Greear
2010-09-14 14:39 ` Ben Greear
2010-09-14 14:44 ` [ath9k-devel] " Vasanthakumar Thiagarajan
2010-09-14 14:44 ` Vasanthakumar Thiagarajan
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=4C8E7A31.70600@candelatech.com \
--to=greearb@candelatech.com \
--cc=ath9k-devel@lists.ath9k.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.