summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/attach.c
diff options
context:
space:
mode:
authorNick Kossifidis2010-08-15 19:03:10 +0200
committerJohn W. Linville2010-08-24 22:27:58 +0200
commit418de6d955fa1da0cb4332661a31d21f57e954ab (patch)
treeef275b26166dafbdf68d8398a37ec3945c2758b8 /drivers/net/wireless/ath/ath5k/attach.c
parentcfg80211/mac80211: extensible frame processing (diff)
downloadkernel-qcow2-linux-418de6d955fa1da0cb4332661a31d21f57e954ab.tar.gz
kernel-qcow2-linux-418de6d955fa1da0cb4332661a31d21f57e954ab.tar.xz
kernel-qcow2-linux-418de6d955fa1da0cb4332661a31d21f57e954ab.zip
ath5k: rename ath5k_hw_set_associd to _set_bssid
Although the named function also sets the aid, its main purpose is configuring the bssid and we use that everywhere else. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/attach.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/attach.c b/drivers/net/wireless/ath/ath5k/attach.c
index b32e28caeee2..e72a1e5421d7 100644
--- a/drivers/net/wireless/ath/ath5k/attach.c
+++ b/drivers/net/wireless/ath/ath5k/attach.c
@@ -329,7 +329,7 @@ int ath5k_hw_attach(struct ath5k_softc *sc)
/* Set BSSID to bcast address: ff:ff:ff:ff:ff:ff for now */
memcpy(common->curbssid, ath_bcast_mac, ETH_ALEN);
- ath5k_hw_set_associd(ah);
+ ath5k_hw_set_bssid(ah);
ath5k_hw_set_opmode(ah, sc->opmode);
ath5k_hw_rfgain_opt_init(ah);