Deleted Added
sdiff udiff text old ( 220866 ) new ( 220891 )
full compact
1/* $FreeBSD: head/sys/dev/iwn/if_iwnvar.h 220866 2011-04-19 19:47:41Z bschmidt $ */
2/* $OpenBSD: if_iwnvar.h,v 1.18 2010/04/30 16:06:46 damien Exp $ */
3
4/*-
5 * Copyright (c) 2007, 2008
6 * Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2008 Sam Leffler, Errno Consulting
8 *
9 * Permission to use, copy, modify, and distribute this software for any

--- 191 unchanged lines hidden (view full) ---

201
202 u_int sc_flags;
203#define IWN_FLAG_HAS_OTPROM (1 << 1)
204#define IWN_FLAG_CALIB_DONE (1 << 2)
205#define IWN_FLAG_USE_ICT (1 << 3)
206#define IWN_FLAG_INTERNAL_PA (1 << 4)
207#define IWN_FLAG_HAS_11N (1 << 6)
208#define IWN_FLAG_ENH_SENS (1 << 7)
209
210 uint8_t hw_type;
211
212 struct iwn_ops ops;
213 const char *fwname;
214 const struct iwn_sensitivity_limits
215 *limits;
216 int ntxqs;

--- 103 unchanged lines hidden ---