aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-02 13:36:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-02 13:36:15 +0000
commitbe88103c829a295a91702650d6057a7395bdf8c6 (patch)
treedc08b56748238845cae415fe4b90c764772f749f /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parenta6e21ff78d2e8dfdd66d3b8aba13e103409ced97 (diff)
downloadupstream-be88103c829a295a91702650d6057a7395bdf8c6.tar.gz
upstream-be88103c829a295a91702650d6057a7395bdf8c6.tar.bz2
upstream-be88103c829a295a91702650d6057a7395bdf8c6.zip
ar71xx: ag71xx: don't use virt_to_phys
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19950 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 881ffa3693..7bc19a0ec1 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.27"
+#define AG71XX_DRV_VERSION "0.5.28"
#define AG71XX_NAPI_WEIGHT 64
#define AG71XX_OOM_REFILL (1 + HZ/10)