net: dsa: sja1105: implement TX timestamping for SJA1110
[linux-2.6-microblaze.git] / drivers / net / dsa / sja1105 / sja1105_spi.c
index f7dd862..32d0021 100644 (file)
@@ -788,6 +788,7 @@ const struct sja1105_info sja1110a_info = {
        .fdb_del_cmd            = sja1105pqrs_fdb_del,
        .ptp_cmd_packing        = sja1105pqrs_ptp_cmd_packing,
        .rxtstamp               = sja1110_rxtstamp,
+       .txtstamp               = sja1110_txtstamp,
        .clocking_setup         = sja1110_clocking_setup,
        .port_speed             = {
                [SJA1105_SPEED_AUTO] = 0,
@@ -836,6 +837,7 @@ const struct sja1105_info sja1110b_info = {
        .fdb_del_cmd            = sja1105pqrs_fdb_del,
        .ptp_cmd_packing        = sja1105pqrs_ptp_cmd_packing,
        .rxtstamp               = sja1110_rxtstamp,
+       .txtstamp               = sja1110_txtstamp,
        .clocking_setup         = sja1110_clocking_setup,
        .port_speed             = {
                [SJA1105_SPEED_AUTO] = 0,
@@ -884,6 +886,7 @@ const struct sja1105_info sja1110c_info = {
        .fdb_del_cmd            = sja1105pqrs_fdb_del,
        .ptp_cmd_packing        = sja1105pqrs_ptp_cmd_packing,
        .rxtstamp               = sja1110_rxtstamp,
+       .txtstamp               = sja1110_txtstamp,
        .clocking_setup         = sja1110_clocking_setup,
        .port_speed             = {
                [SJA1105_SPEED_AUTO] = 0,
@@ -932,6 +935,7 @@ const struct sja1105_info sja1110d_info = {
        .fdb_del_cmd            = sja1105pqrs_fdb_del,
        .ptp_cmd_packing        = sja1105pqrs_ptp_cmd_packing,
        .rxtstamp               = sja1110_rxtstamp,
+       .txtstamp               = sja1110_txtstamp,
        .clocking_setup         = sja1110_clocking_setup,
        .port_speed             = {
                [SJA1105_SPEED_AUTO] = 0,