Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170615
b: refs/heads/master
c: a72d57a
h: refs/heads/master
i:
  170613: ca971af
  170611: 2f37e37
  170607: 843d27b
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Oct 7, 2009
1 parent 1168274 commit dc7dd73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb053a037d8951018bdc9133c8d312da9cd0aefb
refs/heads/master: a72d57a862f700edf85da81aae3cd8f923e989a1
9 changes: 2 additions & 7 deletions trunk/drivers/net/wireless/ath/ath5k/pcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
if (ah->ah_version == AR5K_AR5212) {
ath5k_hw_reg_write(ah, get_unaligned_le32(common->bssidmask),
AR_BSSMSKL);
ath5k_hw_reg_write(ah,
get_unaligned_le16(common->bssidmask + 4),
AR_BSSMSKU);
}
if (ah->ah_version == AR5K_AR5212)
ath_hw_setbssidmask(common);

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

0 comments on commit dc7dd73

Please sign in to comment.