commit | 56b106ae7b1f6b7cef4ef7e79a03b59cfc940923 | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Tue Apr 13 20:21:12 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 14 04:49:50 2010 -0700 |
tree | 3bf4908dd7a31231480f7f7289e6660b49bd41e3 | |
parent | 3c32be635c18ead00d460b7bdad1da52622ff40f [diff] |
stmmac: rework normal and enhanced descriptors Currently the driver assumes that the mac10/100 can only use the normal descriptor structure and the gmac can only use the enhanced structures. This patch removes the descriptor's code from the dma files and adds two new files just for handling the normal and enhanced descriptors. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>