Skip to content

Commit

Permalink
net/mac80211/mlme.c: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Joe Perches authored and John W. Linville committed Jan 12, 2010
1 parent 28f63a4 commit 5e124bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5e124bd

Please sign in to comment.