diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2012-11-12 00:20:42 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2012-11-12 00:20:42 +0000 |
commit | 98a8be5a503ca1f6c257a8be995aa5934eb6861f (patch) | |
tree | f09deb62562c89b004702a50340c41b6c3e55c57 /sys | |
parent | 31e082a8f129a3e5c298ad87098ac13eb1bffe42 (diff) |
add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwn
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_iwnvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwnvar.h b/sys/dev/pci/if_iwnvar.h index cdf37f44c21..96a9ff8c06d 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.22 2011/01/09 15:45:37 damien Exp $ */ +/* $OpenBSD: if_iwnvar.h,v 1.23 2012/11/12 00:20:41 jcs Exp $ */ /*- * Copyright (c) 2007, 2008 @@ -201,6 +201,7 @@ struct iwn_softc { #define IWN_FLAG_BUSY (1 << 5) #define IWN_FLAG_HAS_11N (1 << 6) #define IWN_FLAG_ENH_SENS (1 << 7) +#define IWN_FLAG_NO_BT_COEX (1 << 8) uint8_t hw_type; |