Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193849
b: refs/heads/master
c: 2ae2332
h: refs/heads/master
i:
  193847: 8c818ad
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Mar 23, 2010
1 parent 648154c commit 90a6ac4
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: f6e0bb56d43d1f3b2ad54d51b65c07ef3bdead16
refs/heads/master: 2ae2332ed11687325096e68e326ec57f0294cff9
2 changes: 1 addition & 1 deletion trunk/include/linux/wireless.h
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
* 32 bit bitmasks. Note : 32 bits = 0x20 = 2^5. */
#define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
(cmd - SIOCIWFIRSTPRIV + 0x60) : \
(cmd - SIOCSIWCOMMIT))
(cmd - SIOCIWFIRST))
#define IW_EVENT_CAPA_INDEX(cmd) (IW_EVENT_CAPA_BASE(cmd) >> 5)
#define IW_EVENT_CAPA_MASK(cmd) (1 << (IW_EVENT_CAPA_BASE(cmd) & 0x1F))
/* Event capability constants - event autogenerated by the kernel
Expand Down

0 comments on commit 90a6ac4

Please sign in to comment.