Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb correct location of the firmware file again.



details:   https://anonhg.NetBSD.org/src/rev/30b16c7fc544
branches:  trunk
changeset: 785812:30b16c7fc544
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 30 14:30:23 2013 +0000

description:
correct location of the firmware file again.

diffstat:

 sys/dev/usb/if_athn_usb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e5b6943ba814 -r 30b16c7fc544 sys/dev/usb/if_athn_usb.c
--- a/sys/dev/usb/if_athn_usb.c Sat Mar 30 14:14:30 2013 +0000
+++ b/sys/dev/usb/if_athn_usb.c Sat Mar 30 14:30:23 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_athn_usb.c,v 1.3 2013/03/30 14:14:31 christos Exp $ */
+/*     $NetBSD: if_athn_usb.c,v 1.4 2013/03/30 14:30:24 christos Exp $ */
 /*     $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $  */
 
 /*-
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.3 2013/03/30 14:14:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.4 2013/03/30 14:30:24 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -813,7 +813,7 @@
                name = "athn-ar9271";
 
        /* Read firmware image from the filesystem. */
-       if ((error = firmware_open("if_athn_usb", name, &fwh)) != 0) {
+       if ((error = firmware_open("if_athn", name, &fwh)) != 0) {
                aprint_error_dev(sc->sc_dev,
                    "failed to open firmware file %s (%d)\n", name, error);
                return error;



Home | Main Index | Thread Index | Old Index