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:
3aa2b3c
)
ar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Sep 2011 17:44:12 +0000
(17:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Sep 2011 17:44:12 +0000
(17:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28213
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index
0222cab
..
1076d3c
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@
-354,7
+354,7
@@
static inline void ag71xx_check_reg_offset(struct ag71xx *ag, unsigned reg)
{
switch (reg) {
case AG71XX_REG_MAC_CFG1 ... AG71XX_REG_MAC_MFL:
- case AG71XX_REG_MAC_IFCTL ... AG71XX_REG_
INT_STATUS
:
+ case AG71XX_REG_MAC_IFCTL ... AG71XX_REG_
TX_SM
:
case AG71XX_REG_MII_CFG:
break;