Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74462
b: refs/heads/master
c: 6591e36
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Nov 30, 2007
1 parent 9d72477 commit d6f7439
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: d0a689575102641149e67595e45ab006dbbb4a0d
refs/heads/master: 6591e36a1c52445f95f26738394909ee9bf94390
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/if_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 r
#define IF_CS_H_IC_TX_OVER 0x0001
#define IF_CS_H_IC_RX_OVER 0x0002
#define IF_CS_H_IC_DNLD_OVER 0x0004
#define IF_CS_H_IC_HOST_EVENT 0x0008
#define IF_CS_H_IC_POWER_DOWN 0x0008
#define IF_CS_H_IC_HOST_EVENT 0x0010
#define IF_CS_H_IC_MASK 0x001f

#define IF_CS_H_INT_MASK 0x00000004
Expand Down

0 comments on commit d6f7439

Please sign in to comment.