summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-08-30 03:08:20 +0200
committerDavid S. Miller <davem@davemloft.net>2018-08-30 03:08:20 +0200
commitdef70b61afbc28f5df07841e0f770abde1b401ed (patch)
tree1d0e8330fda26f8dfe73346cec46f01f159bdbe9 /Documentation
parentr8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devices (diff)
parentnet: hns: add netif_carrier_off before change speed and duplex (diff)
downloadlinux-def70b61afbc28f5df07841e0f770abde1b401ed.tar.xz
linux-def70b61afbc28f5df07841e0f770abde1b401ed.zip
Merge branch 'hns-fixes'
Peng Li says: ==================== net: hns: fix some bugs about speed and duplex change If there are packets in hardware when changing the spped or duplex, it may cause hardware hang up. This patchset adds the code for waiting chip to clean the all pkts(TX & RX) in chip when the driver uses the function named "adjust link". This patchset cleans the pkts as follows: 1) close rx of chip, close tx of protocol stack. 2) wait rcb, ppe, mac to clean. 3) adjust link 4) open rx of chip, open tx of protocol stack. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions