]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Xilinx: ARM: Correct DT 576001 - zero descriptor tracking memory at initialization.
authorBrian Hill <brian.hill@xilinx.com>
Tue, 21 Sep 2010 22:28:34 +0000 (16:28 -0600)
committerBrian Hill <brian.hill@xilinx.com>
Tue, 21 Sep 2010 22:28:34 +0000 (16:28 -0600)
commit9a8e8f350e87c74202eba3be900f7516d184251e
tree048e7725a0987ea6d899f2b670647e4707478dc7
parentc131180ffef2aa21d0bd153497e11f1645a459d4
Xilinx: ARM: Correct DT 576001 - zero descriptor tracking memory at initialization.

When the kernel attempts IP address assignment at bootup it closed the interface
without it having ever been opened.  Some cleanup code which expected only NULL
or valid addresses didn't cope with this situation.

Zero descriptor tracking array at initialization to avoid this problem.
drivers/net/xilinx_emacpss.c