From: Ivo van Doorn <ivdoorn@gmail.com>
To: Marcus Better <marcus@better.se>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] bcm43xx-d80211: proper implementation of virtual interface support
Date: Thu, 4 May 2006 22:55:58 +0200 [thread overview]
Message-ID: <200605042256.02333.IvDoorn@gmail.com> (raw)
In-Reply-To: <e3dkfd$pc5$1@sea.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
On Thursday 4 May 2006 21:26, Marcus Better wrote:
> Jiri Benc wrote:
> > This is unnecessary. AFAIK bcm43xx hardware doesn't support more than one
> > interface at a time (not counting monitor interfaces as those are somewhat
> > special).
>
> I wonder what exactly is causing this limitation? Why isn't it just a matter
> of software support?
Hardware limitations probably. For example the Ralink devices.
The MAC address must be written into the registers for correct behaviour.
When multiple virtual interfaces are going to be used, the device
should be working under multiple MAC addresses. While the device
could be tricked into doing that (I believe rt61 and rt73 drivers from Ralink
are making such an attempt) it could give quite some overhead when for
each frame that is being send the driver should sort out from which
virtual interface it came, write the matching MAC address to the register,
and hope that the device will like it when the MAC address is changed so often
and the RX is not being affected because of some hardware filter.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-05-04 21:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-01 19:35 [PATCH] bcm43xx-d80211: proper implementation of virtual interface support Michael Buesch
2006-05-02 11:20 ` Jiri Benc
2006-05-04 19:26 ` Marcus Better
2006-05-04 20:55 ` Ivo van Doorn [this message]
2006-05-04 22:22 ` Jiri Benc
2006-05-05 5:45 ` Ulrich Kunitz
2006-05-05 10:15 ` Johannes Berg
2006-05-05 10:34 ` Jiri Benc
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=200605042256.02333.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=marcus@better.se \
--cc=netdev@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).