diff options
Diffstat (limited to 'net/atm/mpc.c')
-rw-r--r-- | net/atm/mpc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/atm/mpc.c b/net/atm/mpc.c index 1ac4b94bf626..38a6cb0863f0 100644 --- a/net/atm/mpc.c +++ b/net/atm/mpc.c | |||
@@ -73,7 +73,8 @@ static void mpoad_close(struct atm_vcc *vcc); | |||
73 | static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb); | 73 | static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb); |
74 | 74 | ||
75 | static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb); | 75 | static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb); |
76 | static int mpc_send_packet(struct sk_buff *skb, struct net_device *dev); | 76 | static netdev_tx_t mpc_send_packet(struct sk_buff *skb, |
77 | struct net_device *dev); | ||
77 | static int mpoa_event_listener(struct notifier_block *mpoa_notifier, unsigned long event, void *dev); | 78 | static int mpoa_event_listener(struct notifier_block *mpoa_notifier, unsigned long event, void *dev); |
78 | static void mpc_timer_refresh(void); | 79 | static void mpc_timer_refresh(void); |
79 | static void mpc_cache_check( unsigned long checking_time ); | 80 | static void mpc_cache_check( unsigned long checking_time ); |
@@ -528,7 +529,8 @@ static int send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc) | |||
528 | /* | 529 | /* |
529 | * Probably needs some error checks and locking, not sure... | 530 | * Probably needs some error checks and locking, not sure... |
530 | */ | 531 | */ |
531 | static int mpc_send_packet(struct sk_buff *skb, struct net_device *dev) | 532 | static netdev_tx_t mpc_send_packet(struct sk_buff *skb, |
533 | struct net_device *dev) | ||
532 | { | 534 | { |
533 | struct mpoa_client *mpc; | 535 | struct mpoa_client *mpc; |
534 | struct ethhdr *eth; | 536 | struct ethhdr *eth; |