diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-16 06:51:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-04-22 15:20:15 -0400 |
commit | ecbbed32e7c2ad7d9a6305b02e11502b51f2605c (patch) | |
tree | 0645e1b463290d14376580cec10631879527998c /drivers/net/wireless/ath/reg.h | |
parent | 703a4e5521dcd6624a8740c5be597c4fc8e4b9bb (diff) |
ath: update hardware mac address with bssid mask
Preparation for updating common->macaddr along with virtual interface
MAC address changes.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/reg.h')
-rw-r--r-- | drivers/net/wireless/ath/reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/reg.h b/drivers/net/wireless/ath/reg.h index 298e53f3fa48..3ad4c774bd22 100644 --- a/drivers/net/wireless/ath/reg.h +++ b/drivers/net/wireless/ath/reg.h | |||
@@ -23,6 +23,10 @@ | |||
23 | #define AR_MIBC_CMC 0x00000004 | 23 | #define AR_MIBC_CMC 0x00000004 |
24 | #define AR_MIBC_MCS 0x00000008 | 24 | #define AR_MIBC_MCS 0x00000008 |
25 | 25 | ||
26 | #define AR_STA_ID0 0x8000 | ||
27 | #define AR_STA_ID1 0x8004 | ||
28 | #define AR_STA_ID1_SADH_MASK 0x0000ffff | ||
29 | |||
26 | /* | 30 | /* |
27 | * BSSID mask registers. See ath_hw_set_bssid_mask() | 31 | * BSSID mask registers. See ath_hw_set_bssid_mask() |
28 | * for detailed documentation about these registers. | 32 | * for detailed documentation about these registers. |