#include "ath.h"
#include "reg.h"
Go to the source code of this file.
◆ REG_READ
◆ REG_WRITE
#define REG_WRITE |
( |
|
_ah, |
|
|
|
_reg, |
|
|
|
_val |
|
) |
| (common->ops->write)(_ah, _val, _reg) |
◆ ENABLE_REGWRITE_BUFFER
#define ENABLE_REGWRITE_BUFFER |
( |
|
_ah | ) |
|
Value:if (
common->ops->enable_write_buffer) \
common->ops->enable_write_buffer((_ah));
struct ib_cm_common common
Definition at line 26 of file ath_key.c.
◆ REGWRITE_BUFFER_FLUSH
#define REGWRITE_BUFFER_FLUSH |
( |
|
_ah | ) |
|
Value:if (
common->ops->write_flush) \
common->ops->write_flush((_ah));
struct ib_cm_common common
Definition at line 30 of file ath_key.c.
◆ IEEE80211_WEP_NKID
#define IEEE80211_WEP_NKID 4 /* number of key ids */ |
◆ ath_hw_keyreset()
Definition at line 41 of file ath_key.c.
46 if (entry >=
common->keymax) {
47 DBG(
"ath: keycache entry %d out of range\n", entry);
65 u16 micentry = entry + 64;
#define AR_KEYTABLE_KEY1(_n)
#define AR_KEYTABLE_TYPE(_n)
#define AR_KEYTABLE_KEY2(_n)
#define AR_KEYTABLE_TYPE_TKIP
#define REGWRITE_BUFFER_FLUSH(_ah)
#define REG_WRITE(_ah, _reg, _val)
#define AR_KEYTABLE_MAC0(_n)
#define AR_KEYTABLE_KEY0(_n)
struct ib_cm_common common
#define AR_KEYTABLE_MAC1(_n)
#define AR_KEYTABLE_TYPE_CLR
#define AR_KEYTABLE_KEY4(_n)
#define DBG(...)
Print a debugging message.
#define ENABLE_REGWRITE_BUFFER(_ah)
#define AR_KEYTABLE_KEY3(_n)
References ah, AR_KEYTABLE_KEY0, AR_KEYTABLE_KEY1, AR_KEYTABLE_KEY2, AR_KEYTABLE_KEY3, AR_KEYTABLE_KEY4, AR_KEYTABLE_MAC0, AR_KEYTABLE_MAC1, AR_KEYTABLE_TYPE, AR_KEYTABLE_TYPE_CLR, AR_KEYTABLE_TYPE_TKIP, ATH_CRYPT_CAP_MIC_COMBINED, common, DBG, ENABLE_REGWRITE_BUFFER, REG_READ, REG_WRITE, and REGWRITE_BUFFER_FLUSH.
Referenced by ath9k_init_crypto().