diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2012-11-25 23:10:46 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-26 22:22:13 (GMT) |
commit | cfd1979e81c72386cb4dad51a957d6f154f23525 (patch) | |
tree | 6a3ddac321177d4c0c7b8729f08bc2cf8339168d /drivers/net/ethernet/stmicro | |
parent | f9e01b5565398e549a5d391ea2e62f7b6e806e3f (diff) | |
download | linux-fsl-qoriq-cfd1979e81c72386cb4dad51a957d6f154f23525.tar.xz |
stmmac: update the driver version to Nov_2012
Many new feauture have been introduced in the driver:
ethtool coalesce options, Rx HW watchdog... so this patch updates the
driver's version.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h index fe0535c..023a4fb 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h @@ -24,7 +24,7 @@ #define __STMMAC_H__ #define STMMAC_RESOURCE_NAME "stmmaceth" -#define DRV_MODULE_VERSION "March_2012" +#define DRV_MODULE_VERSION "Nov_2012" #include <linux/clk.h> #include <linux/stmmac.h> |