]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: fix segmentation fault caused by mlme request
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Wed, 25 Apr 2012 23:24:56 +0000 (23:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2012 09:32:55 +0000 (05:32 -0400)
commit10192ab562f0c1421a79cc8a86c662d7b56ea9ee
treeebaba22fad4a214419140ad021ecb797d2e9ddb1
parent3ade9dc1e8c2b6083175b57c20355f5c0edeaee3
6lowpan: fix segmentation fault caused by mlme request

Add nescesary mlme callbacks to satisfy "iz list" request from user space.
Due to 6lowpan device doesn't have its own phy, mlme implemented as a pipe
to a real phy to which 6lowpan is attached.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c