Deleted Added
full compact
ah.h (242509) ah.h (242689)
1/*
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 *
1/*
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 *
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah.h 242509 2012-11-03 04:55:43Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah.h 242689 2012-11-07 06:23:23Z adrian $
18 */
19
20#ifndef _ATH_AH_H_
21#define _ATH_AH_H_
22/*
23 * Atheros Hardware Access Layer
24 *
25 * Clients of the HAL call ath_hal_attach to obtain a reference to an ath_hal

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

1210 int ath_hal_beacon_filter_interval; /* ok to be 0 for now? */
1211
1212 /* For now, set this to 0 - net80211 needs to know about hardware MFP support */
1213 int ath_hal_mfp_support;
1214
1215 int ath_hal_enable_ani; /* should set this.. */
1216 int ath_hal_cwm_ignore_ext_cca;
1217 int ath_hal_show_bb_panic;
18 */
19
20#ifndef _ATH_AH_H_
21#define _ATH_AH_H_
22/*
23 * Atheros Hardware Access Layer
24 *
25 * Clients of the HAL call ath_hal_attach to obtain a reference to an ath_hal

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

1210 int ath_hal_beacon_filter_interval; /* ok to be 0 for now? */
1211
1212 /* For now, set this to 0 - net80211 needs to know about hardware MFP support */
1213 int ath_hal_mfp_support;
1214
1215 int ath_hal_enable_ani; /* should set this.. */
1216 int ath_hal_cwm_ignore_ext_cca;
1217 int ath_hal_show_bb_panic;
1218 int ath_hal_ant_ctrl_comm2g_switch_enable;
1219 int ath_hal_ext_atten_margin_cfg;
1220 int ath_hal_war70c;
1218} HAL_OPS_CONFIG;
1219
1220/*
1221 * Hardware Access Layer (HAL) API.
1222 *
1223 * Clients of the HAL call ath_hal_attach to obtain a reference to an
1224 * ath_hal structure for use with the device. Hardware-related operations
1225 * that follow must call back into the HAL through interface, supplying

--- 430 unchanged lines hidden ---
1221} HAL_OPS_CONFIG;
1222
1223/*
1224 * Hardware Access Layer (HAL) API.
1225 *
1226 * Clients of the HAL call ath_hal_attach to obtain a reference to an
1227 * ath_hal structure for use with the device. Hardware-related operations
1228 * that follow must call back into the HAL through interface, supplying

--- 430 unchanged lines hidden ---