commit | f801cf40243d8f81ac05aa7466d9d8b1e676ee7c | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Wed Sep 02 14:21:24 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Sep 17 13:20:03 2015 +0200 |
tree | 27a03ba9afe263fb9b2268b08f602e1f5e92b9fe | |
parent | 742c3afe53c5d16fa62632c34f8e2273766d3052 [diff] |
ieee802154: 6lowpan: earlier skb->dev switch We should change the skb->dev pointer earlier to the lowpan interface Sometimes we call iphc_decompress which also use some netdev printout functionality. This patch will change that the correct interface will be displayed in this case, which should be the lowpan interface. Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com> Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>