24 #define REG_READ (common->ops->read) 25 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) 26 #define ENABLE_REGWRITE_BUFFER(_ah) \ 27 if (common->ops->enable_write_buffer) \ 28 common->ops->enable_write_buffer((_ah)); 30 #define REGWRITE_BUFFER_FLUSH(_ah) \ 31 if (common->ops->write_flush) \ 32 common->ops->write_flush((_ah)); 35 #define IEEE80211_WEP_NKID 4 46 if (entry >=
common->keymax) {
47 DBG(
"ath: keycache entry %d out of range\n", entry);
65 u16 micentry = entry + 64;
int ath_hw_keyreset(struct ath_common *common, u16 entry)
#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)