From: gaston <gperez@inti.gob.ar>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] multiple virtual ad-hoc interfaces
Date: Fri, 24 Jun 2011 09:29:30 -0300 [thread overview]
Message-ID: <1308918570.2017.13.camel@gaston> (raw)
In-Reply-To: <1308917585.2017.10.camel@gaston>
> On 06/23/2011 03:06 PM, gtolon at inti.gob.ar wrote:
>> Hi
>>
>> We are trying to use 2 virtual interfaces in ad-hoc mode using the iw
>> utility and an atheros chipset 9285, but we can?t bring up both them.
>> When we try with the second a "device or resource bussy" message
>> appears. Thank you in advance.
>
> This limitation is intentional. The driver doesn't support more than
> one ad-hoc interface. From drivers/net/wireless/ath/ath9k/main.c:
>
> if ((ah->opmode == NL80211_IFTYPE_ADHOC) ||
> ((vif->type == NL80211_IFTYPE_ADHOC) &&
> sc->nvifs > 0)) {
> ath_err(common, "Cannot create ADHOC interface when other"
> " interfaces already exist.\n");
> ret = -EINVAL;
> goto out;
>
>
> --
> Regards,
> Pavel Roskin
>
Hello, i'm having the same issue with multiple ad-hocs interfaces. The
limitation is just for ad-hoc interfaces, or any beaconing interfaces?
Because i need two interfaces, Ad-Hoc and AP Mode simultaneously, is
that possible with this driver?
Thanks in advance,
P?rez, Gast?n Ezequiel
next parent reply other threads:[~2011-06-24 12:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1308917585.2017.10.camel@gaston>
2011-06-24 12:29 ` gaston [this message]
2011-06-24 13:37 ` [ath9k-devel] multiple virtual ad-hoc interfaces Mohammed Shafi
2011-06-24 20:07 ` gtolon at inti.gob.ar
2011-06-23 19:06 gtolon at inti.gob.ar
2011-06-23 21:20 ` Pavel Roskin
2011-06-23 23:48 ` Adrian Chadd
2011-06-24 5:18 ` Mohammed Shafi
2011-06-24 6:01 ` Adrian Chadd
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=1308918570.2017.13.camel@gaston \
--to=gperez@inti.gob.ar \
--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.