]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
r8152: remove clearing bp
authorhayeswang <hayeswang@realtek.com>
Wed, 1 Oct 2014 05:25:10 +0000 (13:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 20:46:34 +0000 (16:46 -0400)
commit204c8704128943bf3f8b605f4b40bdc2b6bd89dc
tree308563da021863e02d06a0948a5fea07636ec41e
parent1b0ecb28b0cc216535ce6477d39aa610c3ff68a1
r8152: remove clearing bp

The xxx_clear_bp() is used to halt the firmware. It only necessary
for updating the new firmware. Besides, depend on the version of
the current firmware, it may have problem to halt the firmware
directly. Finally, halt the firmware would let the firmware code
useless, and the bugs which are fixed by the firmware would occur.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c