Skip to content
Commit e42a43a5 authored by David S. Miller's avatar David S. Miller
Browse files

lan78xx: Do not access skb_queue_head list pointers directly.



Use skb_queue_walk() instead.

Adjust inner loop test to utilize and skb_queue_is_first().
Unfortunately we have to keep pkt_cnt around because it is
used by a latter loop in this function.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7957a9de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment