Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183620
b: refs/heads/master
c: 5e124bd
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Jan 12, 2010
1 parent d4394ae commit 32ee1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28f63a4bb744ea81030219aba2337fddb10b380b
refs/heads/master: 5e124bd5e00fcf54df555b368c2dafe6886f1df2
2 changes: 1 addition & 1 deletion trunk/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 32ee1aa

Please sign in to comment.