#include <linux/export.h>
#include <asm/unaligned.h>
#include <net/mac80211.h>
#include "ath.h"
#include "reg.h"
Go to the source code of this file.
#define ENABLE_REGWRITE_BUFFER |
( |
|
_ah | ) |
|
Value:if (
common->ops->enable_write_buffer) \
common->ops->enable_write_buffer((_ah));
Definition at line 27 of file key.c.
#define IEEE80211_WEP_NKID 4 /* number of key ids */ |
Definition at line 36 of file key.c.
Definition at line 25 of file key.c.
#define REG_WRITE |
( |
|
_ah, |
|
|
|
_reg, |
|
|
|
_val |
|
) |
| (common->ops->write)(_ah, _val, _reg) |
Definition at line 26 of file key.c.
#define REGWRITE_BUFFER_FLUSH |
( |
|
_ah | ) |
|
Value:if (
common->ops->write_flush) \
common->ops->write_flush((_ah));
Definition at line 31 of file key.c.
Definition at line 42 of file key.c.