ssb-sprom: Add warnings.
[b43-tools.git] / ssb_sprom / ssb_sprom.h
index 4b44e951f742274f749c641dda72bb9ee18e02d3..9705c0a0aab1a581843a15aca8e4e85e9d2b9b67 100644 (file)
@@ -16,7 +16,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING.  If not, write to
-  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
+  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.
 
 */
 
 #include "utils.h"
 
-#define VERSION                        ssb_stringify(VERSION_)
 
 #define SPROM_SIZE             128 /* bytes */
 #define SPROM4_SIZE            440
 
 /* byte offsets */
 #define SPROM_SUBP             (0x02 * 2)
-#define SPROM4_SUBP            (0x00 * 2)
+#define SPROM4_SUBP            (0x02 * 2)
 #define SPROM_SUBV             (0x03 * 2)
 #define SPROM_PPID             (0x04 * 2)
-#define SPROM4_PPID            (0x02 * 2)
+#define SPROM4_PPID            (0x04 * 2)
 #define SPROM_BFLHI            (0x1C * 2)
 #define SPROM_IL0MACADDR       (0x24 * 2)
 #define SPROM_ET0MACADDR       (0x27 * 2)