commit | 7b3148e7802718841dc8a3971bb6cdc20c9db656 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Apr 25 16:18:00 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Apr 28 15:01:09 2017 +0300 |
tree | abcd2c7772b3bbeb3be3c399782e74674a30a893 | |
parent | 25307d533169dd72f41366ff9d20e99cc6707af6 [diff] |
drivers/eth/mcux: Fix the fragment ordering in RX The data fragments were stored in reversed order when the RX data was saved into network buffers. This was caused by net_pkt changes in commit "net/net_pkt: Fully separate struct net_pkt from struct net_buf". Change-Id: I8ad2cfc23b2cb90896b0548eab168895b0d7421d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>