projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f63a4
)
net/mac80211/mlme.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Sat, 9 Jan 2010 06:33:38 +0000
(22:33 -0800)
committer
John 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
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 8045fd63616bf8413827dd7796e6eb0e3b6651f5..86f025bc9456528fb5d428fede395015f6af5d7c 100644
(file)
--- a/
net/mac80211/mlme.c
+++ b/
net/mac80211/mlme.c
@@
-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);