Hi Ben On Sun, Jan 22, 2012 at 03:09:35AM +0000, Ben Hutchings wrote: > Currently cfg80211 fails to create a "phy80211" symlink in sysfs from > the net device to the wiphy device. The latter needs to be registered > first. > > Compile-tested only. > > Reported-by: Cesare Leonardi <celeonar@xxxxxxxxx> > Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> This problem was created by my changes (commit 7cabafcea793c003503a118da58da358b0692930). I was aware of remove symlink, and I'm sorry for that, but I think this symlink is not necessary, i.e: dereferencing device/ieee80211/phy0 give the same data: [root@dhcp-27-172 wlan0]# readlink -f phy80211 /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0 [root@dhcp-27-172 wlan0]# readlink -f device /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 Of course user space application may relay on the link, but well fixing that in kernel is not so easy as it looks at first glace. Reverting commits causing this problem, will remove fix for another quite serious issue. Changing ipw2x00 or mac80211 is risky, as that initalization code is kinda fragile. The best way for fix, is change applications that relay on that link. Thanks Stanislaw -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html