diff options
Diffstat (limited to 'sys/dev/pci/if_iwnvar.h')
-rw-r--r-- | sys/dev/pci/if_iwnvar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwnvar.h b/sys/dev/pci/if_iwnvar.h index 3a9d1c830d9..b399aeee3e3 100644 --- a/sys/dev/pci/if_iwnvar.h +++ b/sys/dev/pci/if_iwnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwnvar.h,v 1.15 2009/10/28 18:42:47 damien Exp $ */ +/* $OpenBSD: if_iwnvar.h,v 1.16 2009/11/04 17:46:52 damien Exp $ */ /*- * Copyright (c) 2007, 2008 @@ -205,8 +205,7 @@ struct iwn_softc { #define IWN_FLAG_HAS_OTPROM (1 << 1) #define IWN_FLAG_CALIB_DONE (1 << 2) #define IWN_FLAG_USE_ICT (1 << 3) -#define IWN_FLAG_HYBRID (1 << 4) -#define IWN_FLAG_INTERNAL_PA (1 << 5) +#define IWN_FLAG_INTERNAL_PA (1 << 4) uint8_t hw_type; const struct iwn_hal *sc_hal; |