summaryrefslogtreecommitdiff
path: root/sys/dev/bwi
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2009-05-13 16:19:05 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2009-05-13 16:19:05 +0000
commit8553eea5ce22b46f348d45c5547a678e5aff88d9 (patch)
treef96ead686cb696e8ef494d835d964c87a043aaf0 /sys/dev/bwi
parentd47f0d75af4cf9eeeb0fe04ceb6a708bb0670eb3 (diff)
Notes
Diffstat (limited to 'sys/dev/bwi')
-rw-r--r--sys/dev/bwi/bwiphy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c
index 9fa7a6b719f8..a0be96df9533 100644
--- a/sys/dev/bwi/bwiphy.c
+++ b/sys/dev/bwi/bwiphy.c
@@ -664,6 +664,8 @@ bwi_phy_init_11b_rev6(struct bwi_mac *mac)
for (ofs = 0xa8; ofs < 0xc8; ++ofs) {
PHY_WRITE(mac, ofs, (val & 0x3f3f));
val += 0x202;
+
+ /* XXX: delay 10 us to avoid PCI parity errors with BCM4318 */
DELAY(10);
}