mirror of https://github.com/torvalds/linux.git
In our test device, we're currently freeing skbs in the transmit path
with kfree(), rather than kfree_skb(). This change uses the correct
kfree_skb() instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| route-test.c | ||
| utils.c | ||
| utils.h | ||