Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95867
b: refs/heads/master
c: e94e106
h: refs/heads/master
i:
  95865: 07057cd
  95863: b6ea761
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 1, 2008
1 parent 6911ee6 commit 8e2b3c6
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: 8b808bf29bdafe9270cb283ea093bb87f5a3be19
refs/heads/master: e94e106831403d5028e7bb73c3163951134de1ba
2 changes: 1 addition & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int ieee80211_open(struct net_device *dev)

switch (sdata->vif.type) {
case IEEE80211_IF_TYPE_WDS:
if (is_zero_ether_addr(sdata->u.wds.remote_addr))
if (!is_valid_ether_addr(sdata->u.wds.remote_addr))
return -ENOLINK;

/* Create STA entry for the WDS peer */
Expand Down

0 comments on commit 8e2b3c6

Please sign in to comment.