Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a72d57a8 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assoc



This should avoid future typos.

Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent eb053a03
Loading
Loading
Loading
Loading
+2 −7
Original line number Original line Diff line number Diff line
@@ -288,13 +288,8 @@ void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id)
	/*
	/*
	 * Set simple BSSID mask on 5212
	 * Set simple BSSID mask on 5212
	 */
	 */
	if (ah->ah_version == AR5K_AR5212) {
	if (ah->ah_version == AR5K_AR5212)
		ath5k_hw_reg_write(ah, get_unaligned_le32(common->bssidmask),
		ath_hw_setbssidmask(common);
				   AR_BSSMSKL);
		ath5k_hw_reg_write(ah,
				   get_unaligned_le16(common->bssidmask + 4),
				   AR_BSSMSKU);
	}


	/*
	/*
	 * Set BSSID which triggers the "SME Join" operation
	 * Set BSSID which triggers the "SME Join" operation