From: Hauke Mehrtens Date: Wed, 6 Feb 2013 05:51:49 +0000 (+0000) Subject: bgmac: add ndo_set_rx_mode netdev ops X-Git-Tag: v3.9-rc1~139^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6edfe103b9aacadcd4bb9e8e25cafaefa70a80e;p=pandora-kernel.git bgmac: add ndo_set_rx_mode netdev ops When changing the device from or to promisc mode this only affects the device after the device is bought up the next time. For bridging it is needed to change the device to promisc mode while it is up, which is possible with this patch. Signed-off-by: Hauke Mehrtens Signed-off-by: David S. Miller --- Reading git-diff-tree failed