cfg80211: remove dead variable
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 31 Oct 2009 15:15:39 +0000 (16:15 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Nov 2009 23:44:48 +0000 (18:44 -0500)
commit7fdad987d63f02c8fba30276ba395ac8dc93b719
tree06d50ad675b48b9aa9f220d1fba9102b19cac168
parent5b9482dda6dda11dc7050ffa5b4ebfb0c775880f
cfg80211: remove dead variable

commit 211a4d12abf86fe0df4cd68fc6327cbb58f56f81
  Author: Johannes Berg <johannes@sipsolutions.net>
  Date:   Tue Oct 20 15:08:53 2009 +0900

      cfg80211: sme: deauthenticate on assoc failure

accidentally introduced a dead variable, I had
changed the code to not need it while creating
the patch and it looks like I forgot to remove
the variable (and nobody else noticed either).

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/mlme.c