Peter Crosthwaite 6ab57a6b80 net: cadence_gem: Fix Tx descriptor update
The local variable "desc" was being used to read-modify-write the
first descriptor (of a multi-desc packet) upon packet completion.
desc however continues to be used by the code as the current
descriptor. Give this first desc RMW it's own local variable to
avoid trampling.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-06-10 19:39:34 +04:00
..
2014-06-09 11:54:22 +01:00
2014-06-05 21:52:37 +01:00
2013-12-24 18:02:18 +01:00
2014-05-15 17:29:03 +01:00
2014-06-05 21:52:37 +01:00
2014-06-10 09:50:27 +02:00
2014-05-28 17:36:21 +02:00
2014-05-30 13:10:07 -06:00
2014-06-05 21:52:37 +01:00
2014-06-10 09:50:27 +02:00
2014-05-28 17:36:21 +02:00
2013-08-22 19:10:27 +02:00
2014-06-02 16:38:09 +02:00
2014-05-07 18:38:39 +01:00