Searched hist:c6edfe103b9aacadcd4bb9e8e25cafaefa70a80e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac.c | diff c6edfe103b9aacadcd4bb9e8e25cafaefa70a80e Tue Feb 05 23:51:49 CST 2013 Hauke Mehrtens <hauke@hauke-m.de> 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>
|