linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: md@Linux.IT (Marco d'Itri)
To: linux-hotplug@vger.kernel.org
Subject: Bug#499868: udev: multiple mac80211 interfaces created on the same
Date: Mon, 06 Apr 2009 17:31:27 +0000	[thread overview]
Message-ID: <20090406173127.GA3761@bongo.bofh.it> (raw)

Does anybody have good ideas about how to fix this case?

Everything in the udevinfo output is identical except:

-    ATTR{link_mode}="1"
+    ATTR{link_mode}="0"

-    ATTR{carrier}="1"
-    ATTR{dormant}="0"

-    ATTR{flags}="0x1003"
+    ATTR{flags}="0x1002"

(The first one is the "real" interface.)

----- Forwarded message from Celejar <celejar@gmail.com> -----

From: Celejar <celejar@gmail.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#499868: udev: multiple mac80211 interfaces created on the same
	physical device are incorrectly renamed

Package: udev
Version: 0.125-6
Severity: normal

mac80211 drivers allow multiple interfaces to be created on the same physical
device, so the underlying wmaster0 device can have eth0, eth1 and eth2.  When
the driver is first loaded, a udev rule like this is written:

# PCI device 0x14e4:0x4318 (b43)
SUBSYSTEM="net", ACTION="add", DRIVERS="?*", ATTR{address}="xx:xx:xx:xx:xx:xx", ATTR{type}="1", KERNEL="wlan*", NAME="eth0"

(originally 'NAME="wlan0"', I changed it to eth0)

When I subsequently add an interface with

iw dev wmaster0 interface add eth1 type station

a udev rule like this is added:

# PCI device 0x14e4:0x4318 (b43)
SUBSYSTEM="net", ACTION="add", DRIVERS="?*", ATTR{address}="xx:xx:xx:xx:xx:xx", ATTR{type}="1", KERNEL="eth**", NAME="eth1"

Then, if I add another interface with

iw dev wmaster0 interface add eth2 type station

it gets caught by the existing rule and I get the infamous 'eth2_rename'
instead of 'eth2'.

I have seen this behavior with both b43 and ath5k.  Perhaps creating multiple
ethX interfaces is a corner case, but the documentation should at least warn
about it.


----- End forwarded message -----

-- 
ciao,
Marco

             reply	other threads:[~2009-04-06 17:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 17:31 Marco d'Itri [this message]
2009-04-15 13:43 ` Bug#499868: udev: multiple mac80211 interfaces created on the same Marco d'Itri
2009-04-15 14:12 ` Bug#499868: udev: multiple mac80211 interfaces created on the Kay Sievers

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=20090406173127.GA3761@bongo.bofh.it \
    --to=md@linux.it \
    --cc=linux-hotplug@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).