From: Alexander Aring Date: Mon, 17 Nov 2014 07:20:49 +0000 (+0100) Subject: mac802154: use new nl802154 iftype types X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944742a36d784c2a36a141ac10ba5168b0313cec;p=pandora-kernel.git mac802154: use new nl802154 iftype types This patch replace the depracted IEEE802154_DEV to the new introduced NL802154_IFTYPE_NODE types. There is a backwards compatibility to have the identical types for both enum definitions. Also remove some inlcude issue with "linux/nl802154.h", because the export nl_policy inside this header it was always necessary to have an include of "net/rtnetlink.h" before. The reason for this is more complicated. Nevertheless we removed this now, because "linux/nl802154.h" is the depracted netlink interface. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed