Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 72920ee..d0cc701 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -1774,7 +1774,7 @@ int ieee80211_mgd_auth(struct ieee80211_sub_if_data *sdata, if (!wk) return -ENOMEM; - memcpy(wk->filter_ta, req->bss->bssid, ETH_ALEN);; + memcpy(wk->filter_ta, req->bss->bssid, ETH_ALEN); if (req->ie && req->ie_len) { memcpy(wk->ie, req->ie, req->ie_len); -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html