Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111948
b: refs/heads/master
c: 31e9ab2
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Sep 24, 2008
1 parent d9d358d commit 8fb1ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 459f5f90f1bd959ced04761406415b178b315177
refs/heads/master: 31e9ab2b180bccb3977b9a82ff357ac4c6ee3c83
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath9k/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,8 @@ int ath_vap_attach(struct ath_softc *sc,
avp->av_opmode = opmode;
avp->av_bslot = -1;

ath9k_hw_set_tsfadjust(sc->sc_ah, 1);
if (opmode == ATH9K_M_HOSTAP)
ath9k_hw_set_tsfadjust(sc->sc_ah, 1);

sc->sc_vaps[if_id] = avp;
sc->sc_nvaps++;
Expand Down

0 comments on commit 8fb1ed8

Please sign in to comment.