tg3: Move tg3_set_rx_mode
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 13 Feb 2012 10:20:08 +0000 (10:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2012 20:57:32 +0000 (15:57 -0500)
commitccd5ba9db50d09d6d6e2d91d76d3b27fff8f6ed5
tree5a8b112f7809ac685c3f410d6e7fe9b1bf8fb367
parentfaf1627ac15d25687259844575a128e9f06f3e6f
tg3: Move tg3_set_rx_mode

This patch moves __tg3_set_rx_mode above its first use and moves
tg3_set_rx_mode down closer to where the netdev_ops functions should be.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/tg3.c