diff options
author | stephen hemminger <shemminger@vyatta.com> | 2011-04-04 07:06:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-06 17:35:21 -0400 |
commit | 2e17e1aa80e914acd8a31a41b9bf1173186a976a (patch) | |
tree | a3a5f0969aefd30dc2c210c53ccfcb8f807ea89b /drivers/net/bnx2.h | |
parent | 6d8a7e6f52b0bf646739f2d4bad4643c64977b2a (diff) |
bnx2: convert to set_phys_id
In this case, need to add element to device private to hold
original led state.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 68020451dc4f..91e83562238e 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6922,6 +6922,7 @@ struct bnx2 { | |||
6922 | u8 num_tx_rings; | 6922 | u8 num_tx_rings; |
6923 | u8 num_rx_rings; | 6923 | u8 num_rx_rings; |
6924 | 6924 | ||
6925 | u32 leds_save; | ||
6925 | u32 idle_chk_status_idx; | 6926 | u32 idle_chk_status_idx; |
6926 | 6927 | ||
6927 | #ifdef BCM_CNIC | 6928 | #ifdef BCM_CNIC |