aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.9/426-hcs_mac_addr_pool.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8Florian Fainelli2013-06-201-2/+2
| | | | | | | | | We currently used 16 DMA Ethernet channels, but the hardware only supports up to 8 (with 2 per enet and the remaining for USB slave). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36979
* brcm63xx: provide a default sane MAC address for Cable Modem devicesFlorian Fainelli2013-06-181-0/+26
Cable modem devices currently poke at some random location in RAM and may end up having an invalid MAC address which is not suitable. Provide a default one which is sane. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36957