]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Ignore ifdown event if mode change triggered it
authorJouni Malinen <j@w1.fi>
Sun, 17 Jul 2011 10:56:34 +0000 (13:56 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Jul 2011 10:56:34 +0000 (13:56 +0300)
commit7d9c369827e9413da985a26946bd52fbbe5d5acb
tree9b47d851b27dbed8f1c5326b33e75f0c300cad92
parent428380597240290085a99adb3c9cea5489e62976
nl80211: Ignore ifdown event if mode change triggered it

When driver_nl80211.c has to set the netdev down to change iftype, an
RTM_NEWLINK event is generated. Do not generate
EVENT_INTERFACE_DISABLED event based on that.
src/drivers/driver_nl80211.c