Add aliases for Corerev >= 16, Corerev >= 22, and 802.11ac
[b43-tools.git] / ssb_sprom / utils.c
index b57b415d798cd8d17ad0231de71c52cca91cbed9..2324ac93ce9259a0a33063ceeb2854518c9052b2 100644 (file)
@@ -2,7 +2,7 @@
 
   Broadcom Sonics Silicon Backplane bus SPROM data modification tool
 
-  Copyright (c) 2006-2007 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2006-2007 Michael Buesch <m@bues.ch>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ int prinfo(const char *fmt, ...)
                return 0;
 
        va_start(va, fmt);
-       ret = vfprintf(stderr, fmt, va);
+       ret = vfprintf(stdout, fmt, va);
        va_end(va);
 
        return ret;
@@ -63,7 +63,7 @@ int prdata(const char *fmt, ...)
        va_list va;
 
        va_start(va, fmt);
-       ret = vfprintf(stderr, fmt, va);
+       ret = vfprintf(stdout, fmt, va);
        va_end(va);
 
        return ret;