tg3: Fix for diasllow rx coalescing time to be 0
authorSatish Baddipadige <satish.baddipadige@broadcom.com>
Wed, 3 Aug 2016 04:13:59 +0000 (09:43 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Aug 2016 18:56:18 +0000 (11:56 -0700)
commitf3db44dd1f779cfe53b332c28bd3120d4d14ce99
tree8f369e3d24cf0ae5585ed779ac98546062c0e86c
parent6988ee1c54b334089a5499a2ec7edd04d5fa2528
tg3: Fix for diasllow rx coalescing time to be 0

When the rx coalescing time is 0, interrupts
are not generated from the controller and rx path hangs.
To avoid this rx hang, updating the driver to not allow
rx coalescing time to be 0.

Signed-off-by: Satish Baddipadige <satish.baddipadige@broadcom.com>
Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/tg3.c