Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159406
b: refs/heads/master
c: e1e2f93
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent da5b919 commit 980b227
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8df5d1b77395271dd9b75ed2b9aa9235f7589a0d
refs/heads/master: e1e2f93ffacab692823209e00a124e802039aa9a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ static int ath_init(u16 devid, struct ath_softc *sc)

ah->ah_sc = sc;
ah->hw_version.devid = devid;
sc->sc_ah = ah;

r = ath9k_hw_attach(ah, sc);
if (r) {
Expand All @@ -1340,7 +1341,6 @@ static int ath_init(u16 devid, struct ath_softc *sc)
"initialization status: %d\n", r);
goto bad;
}
sc->sc_ah = ah;

/* Get the hardware key cache size. */
sc->keymax = ah->caps.keycache_size;
Expand Down

0 comments on commit 980b227

Please sign in to comment.