diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-12-31 03:39:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-12-31 03:39:02 +0000 |
commit | a0e0d972e06365e4650d1115f665c5e026dce450 (patch) | |
tree | 762b62b5370734ad68cfb7e7ccb1e743465664f2 /sys/dev/ic/ar5xxx.c | |
parent | 87277b61de702d177aa6fc6e8bc0c951fe6beace (diff) |
people who don't understand the preprocessor should stay away from the tree.
Diffstat (limited to 'sys/dev/ic/ar5xxx.c')
-rw-r--r-- | sys/dev/ic/ar5xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5xxx.c b/sys/dev/ic/ar5xxx.c index 8b8ad0b8f53..ba1cca8298c 100644 --- a/sys/dev/ic/ar5xxx.c +++ b/sys/dev/ic/ar5xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.c,v 1.6 2004/12/31 01:00:23 reyk Exp $ */ +/* $OpenBSD: ar5xxx.c,v 1.7 2004/12/31 03:39:01 espie Exp $ */ /* * Copyright (c) 2004 Reyk Floeter <reyk@vantronix.net>. @@ -600,7 +600,7 @@ ar5k_eeprom_bin2freq(hal, bin, mode) #define EEPROM_READ_HDR(_o, _v) { \ if ((ret = hal->ah_eeprom_read(hal, (_o), \ - &hal->ah_capabilities.cap_eeprom.##_v)) != 0) \ + &hal->ah_capabilities.cap_eeprom._v)) != 0) \ return (ret); \ } |