diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-10 14:32:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-10 14:32:54 +0000 |
commit | 9f2bbfb4236a3e11daeb722ad906ed00810d2d59 (patch) | |
tree | c39820dcad03b3501949ab32af7e902fb114dbd1 /target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch | |
parent | cd70115a7743b57cd9ab65a4f9b409aee9f76d4f (diff) | |
download | upstream-9f2bbfb4236a3e11daeb722ad906ed00810d2d59.tar.gz upstream-9f2bbfb4236a3e11daeb722ad906ed00810d2d59.tar.bz2 upstream-9f2bbfb4236a3e11daeb722ad906ed00810d2d59.zip |
ar71xx: fix QCA955X_EHCI_SIZE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch b/target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch index 5f88238267..efc354e9d9 100644 --- a/target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch +++ b/target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch @@ -67,4 +67,4 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> +#define QCA955X_WMAC_SIZE 0x20000 #define QCA955X_EHCI0_BASE 0x1b000000 #define QCA955X_EHCI1_BASE 0x1b400000 - #define QCA955X_EHCI_SIZE 0x1000 + #define QCA955X_EHCI_SIZE 0x200 |