aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-09 08:40:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-09 08:40:06 +0000
commit4c29a2c2630d362813b79a6033c5ce32620b5db2 (patch)
tree6c3b16e42bedad7c857aa6b9fbb6e7569c0700da /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parent4a28844d80e086fa00ca39f3fabcf5a199606a8f (diff)
downloadupstream-4c29a2c2630d362813b79a6033c5ce32620b5db2.tar.gz
upstream-4c29a2c2630d362813b79a6033c5ce32620b5db2.tar.bz2
upstream-4c29a2c2630d362813b79a6033c5ce32620b5db2.zip
ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive functions
Cc: backfire@openwrt.org SVN-Revision: 20751
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 77551dd625..af41972481 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -38,7 +38,7 @@
#define ETH_FCS_LEN 4
#define AG71XX_DRV_NAME "ag71xx"
-#define AG71XX_DRV_VERSION "0.5.34"
+#define AG71XX_DRV_VERSION "0.5.35"
#define AG71XX_NAPI_WEIGHT 64
#define AG71XX_OOM_REFILL (1 + HZ/10)