Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278223
b: refs/heads/master
c: 4745fc0
h: refs/heads/master
i:
  278221: fb5fb86
  278219: 03b61fa
  278215: 10809c7
  278207: 3448c4a
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Nov 21, 2011
1 parent dac0bf2 commit 7fe4118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb4431bf608fe135ba743ecdd0aa084a3569992f
refs/heads/master: 4745fc095da0d276b9c149e87b853b78d42d4f32
4 changes: 4 additions & 0 deletions trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,10 @@ static int nl80211_send_wiphy(struct sk_buff *msg, u32 pid, u32 seq, int flags,
NLA_PUT_U32(msg, i, NL80211_CMD_REGISTER_BEACONS);
}

#ifdef CONFIG_NL80211_TESTMODE
CMD(testmode_cmd, TESTMODE);
#endif

#undef CMD

if (dev->ops->connect || dev->ops->auth) {
Expand Down

0 comments on commit 7fe4118

Please sign in to comment.