diff options
author | stephen hemminger <shemminger@vyatta.com> | 2011-04-04 13:06:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-06 23:35:21 +0200 |
commit | 2e17e1aa80e914acd8a31a41b9bf1173186a976a (patch) | |
tree | a3a5f0969aefd30dc2c210c53ccfcb8f807ea89b /drivers/net/bnx2.h | |
parent | vxge: convert to set_phys_id (diff) | |
download | linux-2e17e1aa80e914acd8a31a41b9bf1173186a976a.tar.xz linux-2e17e1aa80e914acd8a31a41b9bf1173186a976a.zip |
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 { u8 num_tx_rings; u8 num_rx_rings; + u32 leds_save; u32 idle_chk_status_idx; #ifdef BCM_CNIC |