Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34496
b: refs/heads/master
c: bd5785b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Sep 22, 2006
1 parent 9adf617 commit e17a59f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 280a306c539389156477cc9c07028d43fe4fbf86
refs/heads/master: bd5785ba3ac1c89aa4c351ceb2acd96686424d8c
3 changes: 2 additions & 1 deletion trunk/net/core/wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

#include <linux/wireless.h> /* Pretty obvious */
#include <net/iw_handler.h> /* New driver API */
#include <net/netlink.h>

#include <asm/uaccess.h> /* copy_to_user() */

Expand Down Expand Up @@ -1849,7 +1850,7 @@ static void wireless_nlevent_process(unsigned long data)
struct sk_buff *skb;

while ((skb = skb_dequeue(&wireless_nlevent_queue)))
netlink_broadcast(rtnl, skb, 0, RTNLGRP_LINK, GFP_ATOMIC);
rtnl_notify(skb, 0, RTNLGRP_LINK, NULL, GFP_ATOMIC);
}

static DECLARE_TASKLET(wireless_nlevent_tasklet, wireless_nlevent_process, 0);
Expand Down

0 comments on commit e17a59f

Please sign in to comment.