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;
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)