rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()
authorPatrick McHardy <kaber@trash.net>
Fri, 26 Feb 2010 06:34:50 +0000 (06:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Feb 2010 10:43:39 +0000 (02:43 -0800)
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>
net/core/rtnetlink.c

Simple merge