summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
diff options
context:
space:
mode:
authorZhao, Gang <gamerh2o@gmail.com>2014-03-19 23:02:21 +0800
committerJohannes Berg <johannes.berg@intel.com>2014-04-09 10:55:31 +0200
commitbabd3a272123da5b9bc1da943fad74c581a9df6c (patch)
tree0f6538bfd12b83f95dccdd3f11c7005856f42302 /net/wireless/nl80211.c
parent0c2bef4621c5feb5bda9068c9964b2e9acf57017 (diff)
downloadlinux-babd3a272123da5b9bc1da943fad74c581a9df6c.tar.bz2
cfg80211: slightly clean up of cfg80211_sme_connect()
Wdev->ssid_len has already been set in cfg80211_connect() and is equal to connect->ssid_len. Use wdev->ssid_len instead of connect->ssid_len so it will be consistent with previous ssid assignment statement. If bss is found in cfg80211_get_conn_bss(), wdev->conn->state is set to CFG80211_CONN_AUTHENTICATE_NEXT in there. So it's not needed to set it manually to CFG80211_CONN_AUTHENTICATE_NEXT if bss is found in that function. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/nl80211.c')
0 files changed, 0 insertions, 0 deletions