commit | aa5f66d5a1df1c2b04bccdcb19711675c765d7c4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 26 20:03:45 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 26 20:03:45 2013 +0200 |
tree | e1de25f7c9a1a5f4f7335f7bdf98e54e2263949f | |
parent | cc63ec766b7821c8dc4dc1d1e980124aea96b553 [diff] |
cfg80211: fix sysfs registration race 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>