Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225531
b: refs/heads/master
c: 3b38651
h: refs/heads/master
i:
  225529: 15159bd
  225527: 9f65d88
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jan 4, 2011
1 parent ad4f41e commit 36bebdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: c9e57f0fdccf74ef7884fed61d212e524b9c4bcd
refs/heads/master: 3b386510f49ff5c6e6ac1001da4f3c922ae7de3f
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/ath/carl9170/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,6 @@ static int carl9170_init_rf_bank4_pwr(struct ar9170 *ar, bool band5ghz,
if (err)
return err;

msleep(20);

return 0;
}

Expand Down Expand Up @@ -1660,12 +1658,6 @@ int carl9170_set_channel(struct ar9170 *ar, struct ieee80211_channel *channel,
return err;

cmd = CARL9170_CMD_RF_INIT;

msleep(100);

err = carl9170_echo_test(ar, 0xaabbccdd);
if (err)
return err;
} else {
cmd = CARL9170_CMD_FREQUENCY;
}
Expand Down

0 comments on commit 36bebdd

Please sign in to comment.