net/ixgbe/base: update FW PHY flow control
authorWei Dai <wei.dai@intel.com>
Wed, 21 Dec 2016 09:48:07 +0000 (17:48 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:40:51 +0000 (19:40 +0100)
commit611001b8021df68e11d9ce017b8e4efbce5c3f0e
tree34e2d74931baef3b2cd40d9775e86168e34cef4a
parent88814faa87b504f7f75bcf6475b5695d9880d91a
net/ixgbe/base: update FW PHY flow control

This patch removes the flow control conversion from Rx and Tx to pause
and asymmetric pause, as that is handled by the ixgbe_negotiate_fc().

Performing the conversion prior to ixgbe_negotiate_fc() results in
an incorrect fc mode if Rx only pause is selected when the link partner
is advertising Tx.

Signed-off-by: Wei Dai <wei.dai@intel.com>
drivers/net/ixgbe/base/ixgbe_x550.c