diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-10 20:52:45 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:28 -0400 |
commit | 13b81559200b8e54473e5b140323cbb5f2bb21c0 (patch) | |
tree | 0c326b1daaa9cf73ef36b82de600f6599610dfa9 /drivers/net/wireless/ath/ath9k/recv.c | |
parent | e5aa847489e543e33a7c72898e72183871ce2916 (diff) |
atheros: define shared bssidmask setting
Also make ath5k and ath9k use it, and share register definitions.
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/ath9k/recv.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index 97a5efe18d66..fb635a0a34e8 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
@@ -282,7 +282,7 @@ static void ath_opmode_init(struct ath_softc *sc) | |||
282 | 282 | ||
283 | /* configure bssid mask */ | 283 | /* configure bssid mask */ |
284 | if (ah->caps.hw_caps & ATH9K_HW_CAP_BSSIDMASK) | 284 | if (ah->caps.hw_caps & ATH9K_HW_CAP_BSSIDMASK) |
285 | ath9k_hw_setbssidmask(ah); | 285 | ath_hw_setbssidmask(common); |
286 | 286 | ||
287 | /* configure operational mode */ | 287 | /* configure operational mode */ |
288 | ath9k_hw_setopmode(ah); | 288 | ath9k_hw_setopmode(ah); |