projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba394b
)
ramips: raeth: use the NUM_TX_DESC for the tx_skb array
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 11 Feb 2012 15:11:47 +0000
(15:11 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 11 Feb 2012 15:11:47 +0000
(15:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30439
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ramips/files/drivers/net/ramips_eth.h
patch
|
blob
|
history
diff --git
a/target/linux/ramips/files/drivers/net/ramips_eth.h
b/target/linux/ramips/files/drivers/net/ramips_eth.h
index
ef644c1
..
ecf8d77
100644
(file)
--- a/
target/linux/ramips/files/drivers/net/ramips_eth.h
+++ b/
target/linux/ramips/files/drivers/net/ramips_eth.h
@@
-222,7
+222,7
@@
struct raeth_priv
unsigned int phy_tx;
struct tasklet_struct tx_housekeeping_tasklet;
struct ramips_tx_dma *tx;
- struct sk_buff *tx_skb[NUM_
R
X_DESC];
+ struct sk_buff *tx_skb[NUM_
T
X_DESC];
unsigned int skb_free_idx;