]> Pileus Git - ~andy/linux/commit
mac80211: remove unused assignment
authorJohannes Berg <johannes.berg@intel.com>
Fri, 6 Jul 2012 19:18:24 +0000 (21:18 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2012 12:49:11 +0000 (14:49 +0200)
commit31ee67a1ced64f61e3f8266ddfd820d6ce599da3
treed607470922d8e755a75e4364072681b5a81d62c1
parent7d25745d05e7a0f0fb0d5e29bef40cb6326efc96
mac80211: remove unused assignment

ieee80211_mlme_notify_scan_completed() iterates all
interfaces and doesn't need to assign anything to
the sdata variable before the loop.

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