From: Alexander Aring Date: Sun, 2 Nov 2014 03:18:42 +0000 (+0100) Subject: mac802154: set short address filter on ifup X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~66^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b4bad16ec41e1d3d5575ff9aca29aab2f831bc;p=pandora-kernel.git mac802154: set short address filter on ifup This patch moves the setting of hardware short address filtering inside of interface up instead doing it it directly inside of netlink interface. The netlink call which can only be called when netif isn't running sets only the necessary short_addr value in sdata. After an interface up the address filter will be set with this value. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed