diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:09:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:09:23 +0000 |
commit | 8b778d5ba3e00c78f5d86024303f88b1dcd03002 (patch) | |
tree | 967ed7c077003cc99fa3a3151cbd2e46c25331c9 /target/linux/au1000/patches-2.6.35 | |
parent | 31ce3e2546b650528d797d146eac9fc21aa9b8d1 (diff) | |
download | upstream-8b778d5ba3e00c78f5d86024303f88b1dcd03002.tar.gz upstream-8b778d5ba3e00c78f5d86024303f88b1dcd03002.tar.bz2 upstream-8b778d5ba3e00c78f5d86024303f88b1dcd03002.zip |
refresh 2.6.35 patches
SVN-Revision: 22773
Diffstat (limited to 'target/linux/au1000/patches-2.6.35')
-rw-r--r-- | target/linux/au1000/patches-2.6.35/003-au1000_eth_ioctl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/au1000/patches-2.6.35/003-au1000_eth_ioctl.patch b/target/linux/au1000/patches-2.6.35/003-au1000_eth_ioctl.patch index 570455c38b..b19b4564dc 100644 --- a/target/linux/au1000/patches-2.6.35/003-au1000_eth_ioctl.patch +++ b/target/linux/au1000/patches-2.6.35/003-au1000_eth_ioctl.patch @@ -1,7 +1,7 @@ --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c -@@ -994,10 +994,14 @@ static void au1000_multicast_list(struct - writel(reg, &aup->mac->control); +@@ -968,10 +968,14 @@ static void au1000_multicast_list(struct + } } +#define AU1000_KNOWN_PHY_IOCTLS (SIOCGMIIPHY & 0xfff0) |