Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167514
b: refs/heads/master
c: 9e7ba24
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Oct 7, 2009
1 parent b261a9c commit 067f13e
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: 0358bc293e4aceac51e0e09837830898e90d2552
refs/heads/master: 9e7ba2465fd453429aa5849c2aadb526cda19034
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/adm8211.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ do { \
#define ADM8211_SYNCTL_CS1 (1 << 28)
#define ADM8211_SYNCTL_CAL (1 << 27)
#define ADM8211_SYNCTL_SELCAL (1 << 26)
#define ADM8211_SYNCTL_RFtype ((1 << 24) || (1 << 23) || (1 << 22))
#define ADM8211_SYNCTL_RFtype ((1 << 24) | (1 << 23) | (1 << 22))
#define ADM8211_SYNCTL_RFMD (1 << 22)
#define ADM8211_SYNCTL_GENERAL (0x7 << 22)
/* SYNCTL 21:0 Data (Si4126: 18-bit data, 4-bit address) */
Expand Down

0 comments on commit 067f13e

Please sign in to comment.