mirror of https://gitee.com/openkylin/linux.git
sfc: actually wire up siena_check_caps()
Assign it to siena_a0_nic_type.check_caps function pointer.
Fixes: be904b8552
("sfc: make capability checking a nic_type function")
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
966a5c08af
commit
527c1e615b
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue