mac80211: fix uninitialized variable
authorMichal Kazior <michal.kazior@tieto.com>
Fri, 18 Oct 2013 21:57:00 +0000 (14:57 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 28 Oct 2013 14:05:31 +0000 (15:05 +0100)
commit0951ebb8aa219115cec6a53c033ee34715a248db
treeee545907c58f08f1d21692c45f5ac5b28b613272
parent33a45867c56074a23d01e286890e3b61f3ff8fff
mac80211: fix uninitialized variable

CSA completion could call in a driver
bss_info_changed() with a garbled `changed` flag
leading to all sorts of problems.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c