summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/if_ral.c4
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;