]> 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)
commitf646c1743e65b49a227433fbcb4fc2a67a7c6c6d
tree8724dd04e0957a3188ca50a151c7d6bfe37bc250
parent50ae43d68cd8af30e8fe508a94f4567678c4ad77
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: 2db6698aaefe ("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