Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sunhme: remove unnecessary setting of skb->dev
skb->dev is being unnecessarily set during ring init and skb alloc in rx. It is already being set to the proper value when eth_type_trans is called on packet receive, and the skb->dev is not referenced anywhere else in the code. Signed-off-by: Jon Mason <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information