]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: simplify and correct P2P-Device scan check
authorJohannes Berg <johannes.berg@intel.com>
Fri, 10 May 2013 16:58:00 +0000 (18:58 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2013 22:02:17 +0000 (00:02 +0200)
commit483ea6a8fc8882bc0660956f0e845ac7af7a5447
tree8b29245415dc01b8e21e978665b56a8c603c5f3e
parent83819d469c83f726ce556bd4fe66767c3b8ad971
cfg80211: simplify and correct P2P-Device scan check

If the driver for some reason successfully finishes
scanning while in p2p_stop_device(), cfg80211 will
still set it to aborted. Simplify this code using the
new 'notified' value and only mark it aborted in case
the driver didn't notify cfg80211 at all (in which
case we also leak the request to not crash, this is
a driver bug.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.c