Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159411
b: refs/heads/master
c: b8b0f37
h: refs/heads/master
i:
  159409: 1d5f0fc
  159407: 244e8db
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent 1a1f7ac commit 918b7e9
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: 50aca25b5824f29fa94417abadf82ee7f0c7f816
refs/heads/master: b8b0f377c762558b3773e27f73c7bbcd0fa40171
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static const char *ath9k_hw_devname(u16 devid)
return NULL;
}

static void ath9k_hw_set_defaults(struct ath_hw *ah)
static void ath9k_hw_init_config(struct ath_hw *ah)
{
int i;

Expand Down Expand Up @@ -655,7 +655,7 @@ int ath9k_hw_attach(struct ath_hw *ah)
}

ath9k_hw_init_defaults(ah);
ath9k_hw_set_defaults(ah);
ath9k_hw_init_config(ah);

if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) {
DPRINTF(ah->ah_sc, ATH_DBG_FATAL, "Couldn't reset chip\n");
Expand Down

0 comments on commit 918b7e9

Please sign in to comment.