aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sxg/sxghw.h
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-03-20 17:35:58 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:13 -0700
commitb9346e0fc5f0761c63a6e26c6436f0d6d645c826 (patch)
treeb45a2aeb8445c767236227da13101ecdb106572d /drivers/staging/sxg/sxghw.h
parentStaging: sxg: Fix interface bug not working after open is called second time. (diff)
downloadlinux-dev-b9346e0fc5f0761c63a6e26c6436f0d6d645c826.tar.xz
linux-dev-b9346e0fc5f0761c63a6e26c6436f0d6d645c826.zip
Staging: sxg: Read the correct MAC address from the card for Rev B cards
Read the correct MAC address from EEPROM/Flash. Without this fix, all the interfaces were using the same MAC address. This works on Rev B firmware. Signed-off-by: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sxg/sxghw.h')
-rw-r--r--drivers/staging/sxg/sxghw.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/sxg/sxghw.h b/drivers/staging/sxg/sxghw.h
index f59a86acc1c8..81f81d4b0ad0 100644
--- a/drivers/staging/sxg/sxghw.h
+++ b/drivers/staging/sxg/sxghw.h
@@ -944,15 +944,6 @@ struct sxg_config {
struct sw_cfg_data SwCfg;
};
-/* EEPROM/Flash Format (Sahara rev A) */
-struct sxg_config_a {
- /* H/W Section - Read by Sahara hardware (256 bytes) */
- struct hw_cfg_data HwCfg[NUM_HW_CFG_ENTRIES_A];
-
- /* S/W Section - Other configuration data (128 bytes) */
- struct sw_cfg_data SwCfg;
-};
-
#ifdef WINDOWS_COMPILER
/*
* The following macro is something of a kludge, but it is the only way