]> git.baikalelectronics.ru Git - kernel.git/commit
sis900: remove TxIDLE
authorSergej Benilov <sergej.benilov@googlemail.com>
Mon, 24 Jun 2019 21:21:02 +0000 (23:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 05:38:23 +0000 (22:38 -0700)
commit7d9c647bb0110d7a561d3a0b0094317ffc5b9b2e
treeb8db317bcdbddc2599eb0d8c6d7f6e3ba0aacc58
parenteadfa4be1d5defd6f7576029a4ce6abea5eab5bf
sis900: remove TxIDLE

Before "sis900: fix TX completion" patch, TX completion was done on TxIDLE interrupt.
TX completion also was the only thing done on TxIDLE interrupt.
Since "sis900: fix TX completion", TX completion is done on TxDESC interrupt.
So it is not necessary any more to set and to check for TxIDLE.

Eliminate TxIDLE from sis900.
Correct some typos, too.

Signed-off-by: Sergej Benilov <sergej.benilov@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sis/sis900.c