commit | b4ca6e8300602a53a508c1a1ef023d23605cf84a | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Feb 06 12:49:37 2017 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Feb 08 10:12:34 2017 +0200 |
tree | 755fd4fe521923e211ec9ed90f402a6d24a1081f | |
parent | b9ac440d02210228529329378a0759c89cb2ab46 [diff] |
drivers/eth/mcux: Free net_buf using net_nbuf_unref The driver was using net_buf_unref(). This technically works ok but debugging the network buffer allocations is more difficult if done like this. Change-Id: If3453a49337c7a359c8af22cfdf331fccc697af5 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>