Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166695
b: refs/heads/master
c: fbcbe56
h: refs/heads/master
i:
  166693: 85fbf44
  166691: b04936c
  166687: 44cc230
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Oct 1, 2009
1 parent f896796 commit be25827
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 6ad3810b0ec9e00eb00500ec4f7a554aa8f5a577
refs/heads/master: fbcbe56cf4c6e880c1902cc066168f79ec5c2b27
18 changes: 9 additions & 9 deletions trunk/drivers/net/qlge/qlge.h
Original file line number Diff line number Diff line change
Expand Up @@ -1381,15 +1381,15 @@ struct intr_context {

/* adapter flags definitions. */
enum {
QL_ADAPTER_UP = (1 << 0), /* Adapter has been brought up. */
QL_LEGACY_ENABLED = (1 << 3),
QL_MSI_ENABLED = (1 << 3),
QL_MSIX_ENABLED = (1 << 4),
QL_DMA64 = (1 << 5),
QL_PROMISCUOUS = (1 << 6),
QL_ALLMULTI = (1 << 7),
QL_PORT_CFG = (1 << 8),
QL_CAM_RT_SET = (1 << 9),
QL_ADAPTER_UP = 0, /* Adapter has been brought up. */
QL_LEGACY_ENABLED = 1,
QL_MSI_ENABLED = 2,
QL_MSIX_ENABLED = 3,
QL_DMA64 = 4,
QL_PROMISCUOUS = 5,
QL_ALLMULTI = 6,
QL_PORT_CFG = 7,
QL_CAM_RT_SET = 8,
};

/* link_status bit definitions */
Expand Down

0 comments on commit be25827

Please sign in to comment.