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)
commita73f8e21f3f93159bc19e154e8f50891c22c11db
tree8724dd04e0957a3188ca50a151c7d6bfe37bc250
parent07862e13e60305e3026aaff88c764b4bafa02a64
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: a344d6778a98 ("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