Commit 527c1e61 authored by Edward Cree's avatar Edward Cree Committed by David S. Miller
Browse files

sfc: actually wire up siena_check_caps()



Assign it to siena_a0_nic_type.check_caps function pointer.

Fixes: be904b85 ("sfc: make capability checking a nic_type function")
Signed-off-by: default avatarEdward Cree <ecree@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 966a5c08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1093,4 +1093,5 @@ const struct efx_nic_type siena_a0_nic_type = {
			     1 << HWTSTAMP_FILTER_PTP_V1_L4_EVENT |
			     1 << HWTSTAMP_FILTER_PTP_V2_L4_EVENT),
	.rx_hash_key_size = 16,
	.check_caps = siena_check_caps,
};