Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219830
b: refs/heads/master
c: 5ebee11
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 9a5aff5 commit 646606d
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: 29c4275adbe15e95db54ce04a3137a6ff40c890c
refs/heads/master: 5ebee113b66e9dfc07aa1ca45978c3a5c6bc970d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/include/bcmsdpcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
#define SDPCM_DOFFSET_SHIFT 24

#define SDPCM_FCMASK_OFFSET 4 /* Flow control */
#define SDPCM_FCMASK_VALUE(p) (((uint8 *)p)[SDPCM_FCMASK_OFFSET ] & 0xff)
#define SDPCM_FCMASK_VALUE(p) (((uint8 *)p)[SDPCM_FCMASK_OFFSET] & 0xff)
#define SDPCM_WINDOW_OFFSET 5 /* Credit based fc */
#define SDPCM_WINDOW_VALUE(p) (((uint8 *)p)[SDPCM_WINDOW_OFFSET] & 0xff)
#define SDPCM_VERSION_OFFSET 6 /* Version # */
Expand Down

0 comments on commit 646606d

Please sign in to comment.