From 2c9e5787396110f19fad35555faec78015a6ffd8 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 24 Jan 2014 15:34:22 +0000 Subject: Fix comment. --- sys/dev/usb/wlan/if_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/wlan/if_run.c') diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index e22de22..1256342 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -1388,7 +1388,7 @@ run_efuse_read(struct run_softc *sc, uint16_t addr, uint16_t *val, int count) return (0); } -/* Read 16-bit from eFUSE ROM (RT3070 only.) */ +/* Read 16-bit from eFUSE ROM for RT3xxx. */ static int run_efuse_read_2(struct run_softc *sc, uint16_t addr, uint16_t *val) { -- cgit v1.1