diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-11-16 12:59:13 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-16 12:59:13 -0500 |
commit | 26c6e80892d8c160dffaba85889bd4e65b1dacf6 (patch) | |
tree | 0d7751d80ac44b9407270be246f83e8354fc26ba /net/mac80211/scan.c | |
parent | 6fc4adca6ce3e1d57a42707019dddcb883578a91 (diff) | |
parent | d61f978b8f26d2392c88249f877e46e2c2b5561d (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'net/mac80211/scan.c')
-rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index c4cdbde24fd3..43e60b5a7546 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c @@ -917,7 +917,7 @@ int ieee80211_request_sched_scan_start(struct ieee80211_sub_if_data *sdata, struct cfg80211_sched_scan_request *req) { struct ieee80211_local *local = sdata->local; - struct ieee80211_sched_scan_ies sched_scan_ies; + struct ieee80211_sched_scan_ies sched_scan_ies = {}; int ret, i; mutex_lock(&local->mtx); |