commit | 10de05afe01c12cedc42eb9ce05b111eed6c8210 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Feb 26 06:34:50 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 27 02:43:39 2010 -0800 |
tree | 4311e8504a32b6fdf1b97515b9d2fd6e01fdbeaf | |
parent | cb395eaf439625f26c8527bb05bb905774a54c36 [diff] |
rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() Commit 3b8bcfd (net: introduce pre-up netdev notifier) added a new notifier which is run before a device is set UP for use by cfg80211. The patch missed to add the new notifier to the ignore list in rtnetlink_event(), so we currently get an unnecessary netlink notification before a device is set UP. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>