Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170619
b: refs/heads/master
c: a3f86bf
h: refs/heads/master
i:
  170617: 7992638
  170615: dc7dd73
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Oct 7, 2009
1 parent 9549ab1 commit 2b514f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: abba06869e2546484fa142528737d1a0622add54
refs/heads/master: a3f86bff1c056f47c2df4c58bfcf7bdda8eaf9d0
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath5k/pcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ void ath5k_hw_set_associd(struct ath5k_hw *ah)
*/
ath5k_hw_reg_write(ah,
get_unaligned_le32(common->curbssid),
AR_BSSMSKL);
AR5K_BSS_ID0);
ath5k_hw_reg_write(ah,
get_unaligned_le16(common->curbssid + 4) |
((common->curaid & 0x3fff) << AR5K_BSS_ID1_AID_S),
AR_BSSMSKU);
AR5K_BSS_ID1);

if (common->curaid == 0) {
ath5k_hw_disable_pspoll(ah);
Expand Down

0 comments on commit 2b514f2

Please sign in to comment.