diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 8045fd63616b..86f025bc9456 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -1783,7 +1783,7 @@ int ieee80211_mgd_auth(struct ieee80211_sub_if_data *sdata, | |||
1783 | if (!wk) | 1783 | if (!wk) |
1784 | return -ENOMEM; | 1784 | return -ENOMEM; |
1785 | 1785 | ||
1786 | memcpy(wk->filter_ta, req->bss->bssid, ETH_ALEN);; | 1786 | memcpy(wk->filter_ta, req->bss->bssid, ETH_ALEN); |
1787 | 1787 | ||
1788 | if (req->ie && req->ie_len) { | 1788 | if (req->ie && req->ie_len) { |
1789 | memcpy(wk->ie, req->ie, req->ie_len); | 1789 | memcpy(wk->ie, req->ie, req->ie_len); |