commit | b876382bac0fe2ed1129247c47029799bb4d763a | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Thu Apr 09 12:11:57 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 09 17:35:37 2015 -0400 |
tree | 6ebfdeffc17763c32916d21ad6ccdd0c177e2ccc | |
parent | 8dee19e619bb6d4aefdf0ce5260099fec08601a3 [diff] |
amd-xgbe: Move Rx mode configuration into init Currently a call to configure the Rx mode (promiscuous mode, all multicast mode, etc.) is made in xgbe_start separate from the xgbe_init function. This call to set the Rx mode should be part of the xgbe_init function so that calls to the init function don't have to be preceded with calls to configure the Rx mode. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>