projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966a5c0
)
sfc: actually wire up siena_check_caps()
author
Edward Cree
<ecree@solarflare.com>
Tue, 12 May 2020 13:24:34 +0000
(14:24 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 12 May 2020 19:47:40 +0000
(12:47 -0700)
Assign it to siena_a0_nic_type.check_caps function pointer.
Fixes: be904b855200 ("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>
drivers/net/ethernet/sfc/siena.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/siena.c
b/drivers/net/ethernet/sfc/siena.c
index ed1cb6caa69d9bd73773097de1bd9d431939d0fd..d8b052979b1bc445a299c370417271d2c758bea5 100644
(file)
--- a/
drivers/net/ethernet/sfc/siena.c
+++ b/
drivers/net/ethernet/sfc/siena.c
@@
-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,
};