diff options
| -rw-r--r-- | net/packet/af_packet.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 1238949e66a9..48b18dad6763 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c | |||
| @@ -982,10 +982,7 @@ static int tpacket_snd(struct packet_sock *po, struct msghdr *msg) | |||
| 982 | goto out_put; | 982 | goto out_put; |
| 983 | 983 | ||
| 984 | size_max = po->tx_ring.frame_size | 984 | size_max = po->tx_ring.frame_size |
| 985 | - sizeof(struct skb_shared_info) | 985 | - (po->tp_hdrlen - sizeof(struct sockaddr_ll)); |
| 986 | - po->tp_hdrlen | ||
| 987 | - LL_ALLOCATED_SPACE(dev) | ||
| 988 | - sizeof(struct sockaddr_ll); | ||
| 989 | 986 | ||
| 990 | if (size_max > dev->mtu + reserve) | 987 | if (size_max > dev->mtu + reserve) |
| 991 | size_max = dev->mtu + reserve; | 988 | size_max = dev->mtu + reserve; |
