Skip to content

Commit 527c1e6

Browse files
ecree-solarflaredavem330
authored andcommitted
sfc: actually wire up siena_check_caps()
Assign it to siena_a0_nic_type.check_caps function pointer. Fixes: be904b8 ("sfc: make capability checking a nic_type function") Signed-off-by: Edward Cree <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 966a5c0 commit 527c1e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/sfc/siena.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,4 +1093,5 @@ const struct efx_nic_type siena_a0_nic_type = {
10931093
1 << HWTSTAMP_FILTER_PTP_V1_L4_EVENT |
10941094
1 << HWTSTAMP_FILTER_PTP_V2_L4_EVENT),
10951095
.rx_hash_key_size = 16,
1096+
.check_caps = siena_check_caps,
10961097
};

0 commit comments

Comments
 (0)