net/mac80211/mlme.c: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Sat, 9 Jan 2010 06:33:38 +0000 (22:33 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jan 2010 19:20:55 +0000 (14:20 -0500)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c

index 8045fd6..86f025b 100644 (file)
@@ -1783,7 +1783,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);