]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: send AP probe as unicast again
authorJohannes Berg <johannes.berg@intel.com>
Sat, 21 Mar 2015 06:41:04 +0000 (07:41 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 30 Mar 2015 08:47:14 +0000 (10:47 +0200)
commitf87fa898e60e7ae1a60803300569dace595324ca
tree8724dd04e0957a3188ca50a151c7d6bfe37bc250
parentf8dfbd5ef0753c6855e4224a4e574d7bc48e34db
mac80211: send AP probe as unicast again

Louis reported that a static checker was complaining that
the 'dst' variable was set (multiple times) but not used.
This is due to a previous commit having removed the usage
(apparently erroneously), so add it back.

Fixes: 6f03868e788f ("mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR")
Reported-by: Louis Langholtz <lou_langholtz@me.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c