]> 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)
commitdf01ae82d10d9da85f09316cd86d6d8e312c2299
treeebaba22fad4a214419140ad021ecb797d2e9ddb1
parentfd6fc69be0dc97065d2853d014806fb9b967c4df
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