]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b46b5e87e5219c7482268e7844d9c5c21c328c7
tree2041ebbd192bf75af061c36cd8385f152b6624fb
parent165b9e692f5ff0f7e4d8d1615c0aa2639828b3e5
6lowpan: revert 'reuse eth_mac_addr()'

This reverts the commit f5b4825aa313e048ecbfdc7de772b6f5b75821d1 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