bgmac: add ndo_set_rx_mode netdev ops
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 6 Feb 2013 05:51:49 +0000 (05:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2013 21:06:49 +0000 (16:06 -0500)
commitc6edfe103b9aacadcd4bb9e8e25cafaefa70a80e
treee8e4d8a7e5b687088204a16761688660d9f1ef6b
parent522c5907b7223130e906f0d57ad840c952f864a3
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 <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c