003 File Manager
Current Path:
/usr/src/sys/dev/ath/ath_hal/ar5416
usr
/
src
/
sys
/
dev
/
ath
/
ath_hal
/
ar5416
/
📁
..
📄
ar2133.c
(17.94 KB)
📄
ar5416.h
(18.01 KB)
📄
ar5416.ini
(26.45 KB)
📄
ar5416_ani.c
(30.32 KB)
📄
ar5416_attach.c
(34.25 KB)
📄
ar5416_beacon.c
(9.45 KB)
📄
ar5416_btcoex.c
(11.76 KB)
📄
ar5416_btcoex.h
(1.33 KB)
📄
ar5416_cal.c
(24.11 KB)
📄
ar5416_cal.h
(3.96 KB)
📄
ar5416_cal_adcdc.c
(3.86 KB)
📄
ar5416_cal_adcgain.c
(3.73 KB)
📄
ar5416_cal_iq.c
(4.02 KB)
📄
ar5416_eeprom.c
(1.53 KB)
📄
ar5416_gpio.c
(8.04 KB)
📄
ar5416_interrupts.c
(10.55 KB)
📄
ar5416_keycache.c
(1.93 KB)
📄
ar5416_misc.c
(20.91 KB)
📄
ar5416_phy.c
(5.94 KB)
📄
ar5416_power.c
(4.91 KB)
📄
ar5416_radar.c
(12.03 KB)
📄
ar5416_recv.c
(7.95 KB)
📄
ar5416_reset.c
(93.94 KB)
📄
ar5416_spectral.c
(6.57 KB)
📄
ar5416_xmit.c
(44.12 KB)
📄
ar5416desc.h
(12.28 KB)
📄
ar5416phy.h
(15.4 KB)
📄
ar5416reg.h
(31.42 KB)
Editing: ar5416_btcoex.h
/*- * SPDX-License-Identifier: ISC * * Copyright (c) 2011 Atheros Communications, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * $FreeBSD$ */ #ifndef __ATH_AR5416_BTCOEX_H__ #define __ATH_AR5416_BTCOEX_H__ /* * Weight table configurations. */ #define AR5416_BT_WGHT 0xff55 #define AR5416_STOMP_ALL_WLAN_WGHT 0xfcfc #define AR5416_STOMP_LOW_WLAN_WGHT 0xa8a8 #define AR5416_STOMP_NONE_WLAN_WGHT 0x0000 #define AR5416_STOMP_ALL_FORCE_WLAN_WGHT 0xffff // Stomp BT even when WLAN is idle #define AR5416_STOMP_LOW_FORCE_WLAN_WGHT 0xaaaa // Stomp BT even when WLAN is idle #endif /* __ATH_AR5416_BTCOEX_H__ */
Upload File
Create Folder