diff options
author | 2006-02-04 11:40:32 +0000 | |
---|---|---|
committer | 2006-02-04 11:40:32 +0000 | |
commit | 4da9976467200319efe69e901b1f2b2f8c45f6b3 (patch) | |
tree | 46edf893a5cba2c6070f3c7a16083c602d1e77da /sys/dev/usb/if_ral.c | |
parent | silently discard f/w notifications that are unknown (fixes spurious (diff) | |
download | wireguard-openbsd-4da9976467200319efe69e901b1f2b2f8c45f6b3.tar.xz wireguard-openbsd-4da9976467200319efe69e901b1f2b2f8c45f6b3.zip |
fix a copy/paste in a comment.
Diffstat (limited to 'sys/dev/usb/if_ral.c')
-rw-r--r-- | sys/dev/usb/if_ral.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 769be5e7655..f1da3128719 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.62 2006/01/29 03:22:52 brad Exp $ */ +/* $OpenBSD: if_ral.c,v 1.63 2006/02/04 11:40:32 damien Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -1001,7 +1001,7 @@ Static uint8_t ural_rxrate(struct ural_rx_desc *desc) { if (letoh32(desc->flags) & RAL_RX_OFDM) { - /* reverse function of rt2560_plcp_signal */ + /* reverse function of ural_plcp_signal */ switch (desc->rate) { case 0xb: return 12; case 0xf: return 18; |