Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10271
b: refs/heads/master
c: 8aeabc3
h: refs/heads/master
i:
  10269: 53fba24
  10267: 81a74b3
  10263: a55d182
  10255: 0f1180e
  10239: 12a7403
v: v3
  • Loading branch information
Pavel Roskin authored and Jeff Garzik committed Sep 23, 2005
1 parent c7a5514 commit d3b5912
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f3cb4cc120177090b0ccc9fb20a12010de39ac8a
refs/heads/master: 8aeabc375041a5fe9c9be315472497b2e0547eed
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,12 +1112,14 @@ static void orinoco_send_wevents(struct net_device *dev)
err = hermes_read_ltv(hw, IRQ_BAP, HERMES_RID_CURRENTBSSID,
ETH_ALEN, NULL, wrqu.ap_addr.sa_data);
if (err != 0)
return;
goto out;

wrqu.ap_addr.sa_family = ARPHRD_ETHER;

/* Send event to user space */
wireless_send_event(dev, SIOCGIWAP, &wrqu, NULL);

out:
orinoco_unlock(priv, &flags);
}

Expand Down

0 comments on commit d3b5912

Please sign in to comment.