Bug 8917 - Wireless lan modules/stack lacks MII support
Summary: Wireless lan modules/stack lacks MII support
Status: REJECTED INVALID
Alias: None
Product: Networking
Classification: Unclassified
Component: Wireless (show other bugs)
Hardware: All Linux
: P1 low
Assignee: John W. Linville
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 12:07 UTC by Rene Bartsch
Modified: 2007-09-14 06:19 UTC (History)
0 users

See Also:
Kernel Version: 2.6.*
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Rene Bartsch 2007-08-21 12:07:46 UTC
Hi,

I don't know whether this is the right way to go for a feature request, so please point me to the right address if I'm wrong at bugzilla of kernel.org.


A big drawback in kernel 2.6.x is the missing MII (Media Independend Interface) support for wireless devices. Because of that it's often not possible to do link detection on wireless lan devices (e.g. necessary for the bonding module or fail-over setups).

So, please make it possible to query at least the link state by MII interface in some generic way with the new 802.11 stack.

Have Phun with Linux ;-)

Rene Bartsch
Comment 1 Stephen Hemminger 2007-09-06 07:58:18 UTC
The wireless devices should all support carrier, but the MII interface assumes a Ethernet PHY (ie MII registers). Obviously, wireless uses a completely different link access protocol than Ethernet.

Programs like network manager and bonding can use carrier to detect when link is up.

Note You need to log in before you can comment on or make changes to this bug.