Bug#656813: [PATCH 1/2] ipw2200: Fix order of device registration

2012-01-23 Thread Stanislaw Gruszka
Hi Ben On Sun, Jan 22, 2012 at 03:09:35AM +, 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 > Signed-off-

Bug#656813: [PATCH 1/2] ipw2200: Fix order of device registration

2012-01-21 Thread Ben Hutchings
On Sun, 2012-01-22 at 04:32 +0100, Stefan Lippers-Hollmann wrote: > Hi > > On Sunday 22 January 2012, 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. > > > > Compil

Bug#656813: [PATCH 1/2] ipw2200: Fix order of device registration

2012-01-21 Thread Stefan Lippers-Hollmann
Hi On Sunday 22 January 2012, 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 > Signed-off-by: Ben Hutchings

Bug#656813: [PATCH 1/2] ipw2200: Fix order of device registration

2012-01-21 Thread Ben Hutchings
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 Signed-off-by: Ben Hutchings --- drivers/net/wireless/ipw2x00/ipw2200.c | 23 -