6lowpan: revert 'reuse eth_mac_addr()'
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Sun, 1 Jul 2012 19:58:46 +0000 (19:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2012 10:11:15 +0000 (03:11 -0700)
commit42c3629551ab8b1613d27c8d046537f9f5b17cbb
tree2041ebbd192bf75af061c36cd8385f152b6624fb
parent0979e465c5ab205b63a1c1820fe833f396a120f0
6lowpan: revert 'reuse eth_mac_addr()'

This reverts the commit cdf49c283e2e105da86ca575ad35b453f5ff24ea which
replaces lowpan '.ndo_set_mac_address' method by ethernet's one.

Accorind to the IEEE 802.15.4 standard, device has 8-byte length address,
so this hook loses the last 2 bytes which may rise a compatibility problems
with other IEEE 802.15.4 standard implementations.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c
This page took 0.038439 seconds and 5 git commands to generate.