aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pcu.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-09-09 22:19:26 -0700
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:24 -0400
commit17753748e15eaf29c8db15c5c05b8dde5db6e64d (patch)
tree91cecfd361c921404c61f6e533e5fcceef811c72 /drivers/net/wireless/ath/ath5k/pcu.c
parent9ecdef4be864fede4e5964abc82c8d7451288539 (diff)
downloadkernel_samsung_smdk4412-17753748e15eaf29c8db15c5c05b8dde5db6e64d.zip
kernel_samsung_smdk4412-17753748e15eaf29c8db15c5c05b8dde5db6e64d.tar.gz
kernel_samsung_smdk4412-17753748e15eaf29c8db15c5c05b8dde5db6e64d.tar.bz2
ath: move ath_bcast_mac to common header
This is used by both ath5k and ath9k to set the first bssid mask. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/pcu.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/pcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c
index 2942f13..43aa358 100644
--- a/drivers/net/wireless/ath/ath5k/pcu.c
+++ b/drivers/net/wireless/ath/ath5k/pcu.c
@@ -365,7 +365,7 @@ void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id)
* assuming only 4 bits for a mac address and for BSSIDs you can then have:
*
* \
- * MAC: 0001 |
+ * MAC: 0001 |
* BSSID-01: 0100 | --> Belongs to us
* BSSID-02: 1001 |
* /