Deleted Added
full compact
if_athvar.h (225444) if_athvar.h (225818)
1/*-
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
1/*-
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
29 * $FreeBSD: head/sys/dev/ath/if_athvar.h 225444 2011-09-08 01:23:05Z adrian $
29 * $FreeBSD: head/sys/dev/ath/if_athvar.h 225818 2011-09-28 02:54:42Z adrian $
30 */
31
32/*
33 * Defintions for the Atheros Wireless LAN controller driver.
34 */
35#ifndef _DEV_ATH_ATHVAR_H
36#define _DEV_ATH_ATHVAR_H
37

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

59#endif
60#define ATH_BCBUF 4 /* number of beacon buffers */
61
62#define ATH_TXDESC 10 /* number of descriptors per buffer */
63#define ATH_TXMAXTRY 11 /* max number of transmit attempts */
64#define ATH_TXMGTTRY 4 /* xmit attempts for mgt/ctl frames */
65#define ATH_TXINTR_PERIOD 5 /* max number of batched tx descriptors */
66
30 */
31
32/*
33 * Defintions for the Atheros Wireless LAN controller driver.
34 */
35#ifndef _DEV_ATH_ATHVAR_H
36#define _DEV_ATH_ATHVAR_H
37

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

59#endif
60#define ATH_BCBUF 4 /* number of beacon buffers */
61
62#define ATH_TXDESC 10 /* number of descriptors per buffer */
63#define ATH_TXMAXTRY 11 /* max number of transmit attempts */
64#define ATH_TXMGTTRY 4 /* xmit attempts for mgt/ctl frames */
65#define ATH_TXINTR_PERIOD 5 /* max number of batched tx descriptors */
66
67#define ATH_BEACON_AIFS_DEFAULT 0 /* default aifs for ap beacon q */
67#define ATH_BEACON_AIFS_DEFAULT 1 /* default aifs for ap beacon q */
68#define ATH_BEACON_CWMIN_DEFAULT 0 /* default cwmin for ap beacon q */
69#define ATH_BEACON_CWMAX_DEFAULT 0 /* default cwmax for ap beacon q */
70
71/*
72 * The key cache is used for h/w cipher state and also for
73 * tracking station state such as the current tx antenna.
74 * We also setup a mapping table between key cache slot indices
75 * and station state to short-circuit node lookups on rx.

--- 660 unchanged lines hidden ---
68#define ATH_BEACON_CWMIN_DEFAULT 0 /* default cwmin for ap beacon q */
69#define ATH_BEACON_CWMAX_DEFAULT 0 /* default cwmax for ap beacon q */
70
71/*
72 * The key cache is used for h/w cipher state and also for
73 * tracking station state such as the current tx antenna.
74 * We also setup a mapping table between key cache slot indices
75 * and station state to short-circuit node lookups on rx.

--- 660 unchanged lines hidden ---