mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-18 11:30:53 +09:00
libertas: don't write wdev->ssid/_len
When joining an IBSS network, wdev->ssid/_len will already be set, so there's no need to write them. In any case, they are internal cfg80211 values, and have very little user-visible impact. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
5a63b04ed5
commit
39a9cd5a0e
@@ -1698,9 +1698,6 @@ static void lbs_join_post(struct lbs_private *priv,
|
||||
0, GFP_KERNEL);
|
||||
cfg80211_put_bss(priv->wdev->wiphy, bss);
|
||||
|
||||
memcpy(priv->wdev->ssid, params->ssid, params->ssid_len);
|
||||
priv->wdev->ssid_len = params->ssid_len;
|
||||
|
||||
cfg80211_ibss_joined(priv->dev, bssid, params->chandef.chan,
|
||||
GFP_KERNEL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user