cfg80211: fix sysfs registration race
authorJohannes Berg <johannes.berg@intel.com>
Thu, 26 Sep 2013 18:03:45 +0000 (20:03 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Sep 2013 18:03:45 +0000 (20:03 +0200)
My locking rework/race fixes caused a regression in the
registration, causing uevent notifications for wireless
devices before the device is really fully registered and
available in nl80211.

Fix this by moving the device_add() under rtnl and move
the rfkill to afterwards (it can't be under rtnl.)

Reported-and-tested-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found