Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193848
b: refs/heads/master
c: f6e0bb5
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Mar 23, 2010
1 parent 8c818ad commit 648154c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3b56dd6a090e905eece023f690298013da4b6b67
refs/heads/master: f6e0bb56d43d1f3b2ad54d51b65c07ef3bdead16
2 changes: 2 additions & 0 deletions trunk/include/linux/wireless.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@
#define SIOCIWFIRST 0x8B00
#define SIOCIWLAST SIOCIWLASTPRIV /* 0x8BFF */
#define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST)
#define IW_HANDLER(id, func) \
[IW_IOCTL_IDX(id)] = func

/* Odd : get (world access), even : set (root access) */
#define IW_IS_SET(cmd) (!((cmd) & 0x1))
Expand Down

0 comments on commit 648154c

Please sign in to comment.