diff options
Diffstat (limited to 'drivers/net/sfc/nic.h')
-rw-r--r-- | drivers/net/sfc/nic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/sfc/nic.h b/drivers/net/sfc/nic.h index eb0586925b51..17407eac0030 100644 --- a/drivers/net/sfc/nic.h +++ b/drivers/net/sfc/nic.h | |||
@@ -142,20 +142,14 @@ static inline struct falcon_board *falcon_board(struct efx_nic *efx) | |||
142 | 142 | ||
143 | /** | 143 | /** |
144 | * struct siena_nic_data - Siena NIC state | 144 | * struct siena_nic_data - Siena NIC state |
145 | * @fw_version: Management controller firmware version | ||
146 | * @fw_build: Firmware build number | ||
147 | * @mcdi: Management-Controller-to-Driver Interface | 145 | * @mcdi: Management-Controller-to-Driver Interface |
148 | * @wol_filter_id: Wake-on-LAN packet filter id | 146 | * @wol_filter_id: Wake-on-LAN packet filter id |
149 | */ | 147 | */ |
150 | struct siena_nic_data { | 148 | struct siena_nic_data { |
151 | u64 fw_version; | ||
152 | u32 fw_build; | ||
153 | struct efx_mcdi_iface mcdi; | 149 | struct efx_mcdi_iface mcdi; |
154 | int wol_filter_id; | 150 | int wol_filter_id; |
155 | }; | 151 | }; |
156 | 152 | ||
157 | extern void siena_print_fwver(struct efx_nic *efx, char *buf, size_t len); | ||
158 | |||
159 | extern struct efx_nic_type falcon_a1_nic_type; | 153 | extern struct efx_nic_type falcon_a1_nic_type; |
160 | extern struct efx_nic_type falcon_b0_nic_type; | 154 | extern struct efx_nic_type falcon_b0_nic_type; |
161 | extern struct efx_nic_type siena_a0_nic_type; | 155 | extern struct efx_nic_type siena_a0_nic_type; |