26#define REG_READ (common->ops->read)
27#define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
28#define ENABLE_REGWRITE_BUFFER(_ah) \
29 if (common->ops->enable_write_buffer) \
30 common->ops->enable_write_buffer((_ah));
32#define REGWRITE_BUFFER_FLUSH(_ah) \
33 if (common->ops->write_flush) \
34 common->ops->write_flush((_ah));
37#define IEEE80211_WEP_NKID 4
48 if (entry >=
common->keymax) {
49 DBG(
"ath: keycache entry %d out of range\n", entry);
67 u16 micentry = entry + 64;
#define AR_KEYTABLE_TYPE(_n)
#define AR_KEYTABLE_MAC1(_n)
#define AR_KEYTABLE_KEY1(_n)
#define AR_KEYTABLE_KEY2(_n)
#define AR_KEYTABLE_KEY0(_n)
#define AR_KEYTABLE_MAC0(_n)
#define AR_KEYTABLE_KEY3(_n)
#define AR_KEYTABLE_TYPE_TKIP
#define AR_KEYTABLE_KEY4(_n)
#define AR_KEYTABLE_TYPE_CLR
@ ATH_CRYPT_CAP_MIC_COMBINED
#define REGWRITE_BUFFER_FLUSH(_ah)
#define REG_WRITE(_ah, _reg, _val)
#define ENABLE_REGWRITE_BUFFER(_ah)
int ath_hw_keyreset(struct ath_common *common, u16 entry)
#define DBG(...)
Print a debugging message.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
struct ib_cm_common common