Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249653
b: refs/heads/master
c: 40bee8c
h: refs/heads/master
i:
  249651: 036ece4
v: v3
  • Loading branch information
Sukesh Srikakula authored and Greg Kroah-Hartman committed May 17, 2011
1 parent a979b2a commit 964a6a4
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: 1ce4784e675150748ff2d19b9a4ba287e3018905
refs/heads/master: 40bee8c1f1e78f8fefe69bb320cd991c88a497bb
3 changes: 2 additions & 1 deletion trunk/drivers/staging/brcm80211/include/bcmsdpcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ typedef volatile struct {
* Shared structure between dongle and the host.
* The structure contains pointers to trap or assert information.
*/
#define SDPCM_SHARED_VERSION 0x0001
#define SDPCM_SHARED_VERSION 0x0002
#define SDPCM_SHARED_VERSION_MASK 0x00FF
#define SDPCM_SHARED_ASSERT_BUILT 0x0100
#define SDPCM_SHARED_ASSERT 0x0200
Expand All @@ -200,6 +200,7 @@ typedef struct {
u32 assert_line;
u32 console_addr; /* Address of hndrte_cons_t */
u32 msgtrace_addr;
u8 tag[32];
} sdpcm_shared_t;

extern sdpcm_shared_t sdpcm_shared;
Expand Down

0 comments on commit 964a6a4

Please sign in to comment.