linux/drivers/net/wireless/ath/reg.h

/*
 * Copyright (c) 2008-2009 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.
 */

#ifndef ATH_REGISTERS_H
#define ATH_REGISTERS_H

#define AR_MIBC
#define AR_MIBC_COW
#define AR_MIBC_FMC
#define AR_MIBC_CMC
#define AR_MIBC_MCS

#define AR_STA_ID0
#define AR_STA_ID1
#define AR_STA_ID1_SADH_MASK

/*
 * BSSID mask registers. See ath_hw_set_bssid_mask()
 * for detailed documentation about these registers.
 */
#define AR_BSSMSKL
#define AR_BSSMSKU

#define AR_TFCNT
#define AR_RFCNT
#define AR_RCCNT
#define AR_CCCNT

#define AR_KEYTABLE_0
#define AR_KEYTABLE(_n)
#define AR_KEY_CACHE_SIZE
#define AR_RSVD_KEYTABLE_ENTRIES
#define AR_KEY_TYPE
#define AR_KEYTABLE_TYPE_40
#define AR_KEYTABLE_TYPE_104
#define AR_KEYTABLE_TYPE_128
#define AR_KEYTABLE_TYPE_TKIP
#define AR_KEYTABLE_TYPE_AES
#define AR_KEYTABLE_TYPE_CCM
#define AR_KEYTABLE_TYPE_CLR
#define AR_KEYTABLE_ANT
#define AR_KEYTABLE_VALID
#define AR_KEYTABLE_KEY0(_n)
#define AR_KEYTABLE_KEY1(_n)
#define AR_KEYTABLE_KEY2(_n)
#define AR_KEYTABLE_KEY3(_n)
#define AR_KEYTABLE_KEY4(_n)
#define AR_KEYTABLE_TYPE(_n)
#define AR_KEYTABLE_MAC0(_n)
#define AR_KEYTABLE_MAC1(_n)

#endif /* ATH_REGISTERS_H */