[PATCH (net.git) 0/4] stmmac fixes for net.git.
From: Giuseppe CAVALLARO <hidden>
Date: 2012-06-04 15:38:18
This set of patches fixes some problem in the driver included in net.git. A patch fixes a problem in the driver when built as dynamic module. Another one fixes some useless initialisations in the rx/tx processes. Giuseppe Cavallaro (4): stmmac: remove two useless initialisation stmmac: fix driver's doc when run kernel-doc script stmmac: update driver's doc stmmac: fix driver Kconfig when built as module Documentation/networking/stmmac.txt | 44 +++++++++++-------- drivers/net/ethernet/stmicro/stmmac/Kconfig | 5 +- drivers/net/ethernet/stmicro/stmmac/stmmac.h | 3 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 35 ++++++++++++++-- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 29 +------------ .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 4 +- 6 files changed, 62 insertions(+), 58 deletions(-) -- 1.7.4.4