From: Nicolas Dichtel Date: Thu, 5 Feb 2015 17:21:30 +0000 (+0100) Subject: ieee802154: fix netns settings X-Git-Tag: omap-for-v4.2/o2_dc~131^2~375^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d1ce8f81eb046626cfa1bb0f419f8dca04bcae;p=pandora-kernel.git ieee802154: fix netns settings 6LoWPAN currently doesn't supports x-netns and works only in init_net. With this patch, we ensure that: - the wpan interface cannot be moved to another netns; - the 6lowpan interface cannot be moved to another netns; - the wpan interface is in the same netns than the 6lowpan interface; - the 6lowpan interface is in init_net. Signed-off-by: Nicolas Dichtel Acked-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed