wlan_cfg80211: Set the hidden ssid scan properly. 66/81866/4
authorhyunuktak <hyunuk.tak@samsung.com>
Fri, 29 Jul 2016 01:42:41 +0000 (10:42 +0900)
committerhyunuk tak <hyunuk.tak@samsung.com>
Mon, 8 Aug 2016 04:53:28 +0000 (21:53 -0700)
commit1d693164c998065673204a172d009ac888a6af12
tree61b3cd247e312703273ea9518cef395cb7d1a695
parentd3717461f4cba8dc7c5b91a9f872e2bab0a4e7f4
wlan_cfg80211: Set the hidden ssid scan properly.

"vif->cfg80211.hidden_ssid_scan" value is always setting as true although "ssid[i].ssid_len" value is zero.
If there are no ssids passed from celler, then unable to do ssid scan.
So it is needed to properly set it.

Change-Id: Id4064ab1b65b29a375c276c16c095309ca4a92b1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
drivers/net/wireless/sc2331/wlan_cfg80211.c