aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ramips_eth.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2009-10-30 09:18:40 +0000
committerJohn Crispin <john@openwrt.org>2009-10-30 09:18:40 +0000
commit9364f83dbc5f198c30c10347f7d9fbb9c067c757 (patch)
treece9056b7e83dcdfc1ea26f5e4cf69034cadc4de4 /target/linux/ramips/files/drivers/net/ramips_eth.h
parent72c103416c92f4bf1132e56c2c6d6893afade7f8 (diff)
downloadupstream-9364f83dbc5f198c30c10347f7d9fbb9c067c757.tar.gz
upstream-9364f83dbc5f198c30c10347f7d9fbb9c067c757.tar.bz2
upstream-9364f83dbc5f198c30c10347f7d9fbb9c067c757.zip
missing header file changes, and fix mtu value
SVN-Revision: 18220
Diffstat (limited to 'target/linux/ramips/files/drivers/net/ramips_eth.h')
-rw-r--r--target/linux/ramips/files/drivers/net/ramips_eth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/drivers/net/ramips_eth.h b/target/linux/ramips/files/drivers/net/ramips_eth.h
index 891c47b438..ead1b785c0 100644
--- a/target/linux/ramips/files/drivers/net/ramips_eth.h
+++ b/target/linux/ramips/files/drivers/net/ramips_eth.h
@@ -197,6 +197,7 @@ struct raeth_priv
unsigned int skb_free_idx;
+ spinlock_t page_lock;
struct ramips_eth_platform_data *plat;
};