Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb reflect the new location of the firmware files



details:   https://anonhg.NetBSD.org/src/rev/43e10efe20b4
branches:  trunk
changeset: 785797:43e10efe20b4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 30 03:12:39 2013 +0000

description:
reflect the new location of the firmware files

diffstat:

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

diffs (27 lines):

diff -r c5a2b6c78bfd -r 43e10efe20b4 sys/dev/usb/if_athn_usb.c
--- a/sys/dev/usb/if_athn_usb.c Sat Mar 30 03:09:44 2013 +0000
+++ b/sys/dev/usb/if_athn_usb.c Sat Mar 30 03:12:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_athn_usb.c,v 1.1 2013/03/30 02:53:02 christos Exp $ */
+/*     $NetBSD: if_athn_usb.c,v 1.2 2013/03/30 03:12:39 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.1 2013/03/30 02:53:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.2 2013/03/30 03:12:39 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