diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-04-12 10:45:11 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-04-12 10:45:11 +0400 |
commit | d968370ee7ce22583ab741961f0044d2922aa1a1 (patch) | |
tree | 4c5375d7893d50eb6b5b17a1e0243c3b6469aefe /drivers/net/ethernet/stmicro/stmmac/common.h | |
parent | d97c121bb23d32ef631c553d2656f8ccf8349507 (diff) | |
parent | e66a8ddff72e85605f2212a0ebc666c7e9116641 (diff) | |
download | linux-d968370ee7ce22583ab741961f0044d2922aa1a1.tar.xz |
Merge remote branch 'wireless-next/master' into ath6kl-next
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/common.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h index d0b814ef0675..0319d640f728 100644 --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h @@ -67,6 +67,7 @@ struct stmmac_extra_stats { unsigned long ipc_csum_error; unsigned long rx_collision; unsigned long rx_crc; + unsigned long dribbling_bit; unsigned long rx_length; unsigned long rx_mii; unsigned long rx_multicast; |