Re: [OpenWrt-Devel] [RFC] [mvebu] WRT1900AC syscfg as overlay

2015-01-14 Thread mark milburn
I should have looked at the code before posting. :) On Wed, Jan 14, 2015 at 6:21 AM, Imre Kaloz wrote: > Hi Mark, > > > On Tue, 13 Jan 2015 22:18:13 +0100, mark milburn > wrote: > >> I believe this is the appropriate forum for discussing this. Let me >> know if

[OpenWrt-Devel] [RFC] [mvebu] WRT1900AC syscfg as overlay

2015-01-13 Thread mark milburn
I believe this is the appropriate forum for discussing this. Let me know if this is not the case. I think that employing the syscfg partition as the overlayfs is not useful for this device, and for at least one case, harmful. The current setup that allows for a primary and alternate firmware ima

[OpenWrt-Devel] [PATCH] [mvebu] WRT1900AC set default switch config

2015-01-12 Thread Mark Milburn
Set the default configuration for the switch so that is consistent with how it was configured by u-Boot. These changes are essentially identical to: https://dev.openwrt.org/browser/trunk/target/linux/kirkwood/base-files/etc/uci-defaults/02_network?rev=43750 Signed-off-by: Mark Milburn

Re: [OpenWrt-Devel] [PATCH] [mvebu] WRT1900AC set default switch config

2015-01-12 Thread mark milburn
Oops. forgot to --signoff. resubmitting. On Mon, Jan 12, 2015 at 6:15 PM, Mark Milburn wrote: > Set the default configuration for the switch so that is consistent with how it > was configured by u-Boot. These changes are essentially identical to: > https://dev.openwrt.org/browser/tru

[OpenWrt-Devel] [PATCH] [mvebu] WRT1900AC set default switch config

2015-01-12 Thread Mark Milburn
Set the default configuration for the switch so that is consistent with how it was configured by u-Boot. These changes are essentially identical to: https://dev.openwrt.org/browser/trunk/target/linux/kirkwood/base-files/etc/uci-defaults/02_network?rev=43750 --- .../linux/mvebu/base-files/etc/uci-

[OpenWrt-Devel] [PATCH] [mvebu] use mvsw61xx

2015-01-09 Thread Mark Milburn
Use Claudio's renamed mvsw6171 driver. Depends upon https://patchwork.ozlabs.org/patch/427183/ patchset. Signed-off-by: Mark Milburn --- target/linux/mvebu/config-3.14 | 2 +- target/linux/mvebu/config-3.18 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/

Re: [OpenWrt-Devel] Announcement of mac80211 driver support for Marvell 88W8864 chip

2015-01-05 Thread mark milburn
Hi David, Will Marvell be accepting changes to this code from external developers? I'd be happy to help expedite the cleanup process. Mark On Wed, Dec 31, 2014 at 11:54 AM, Jiri Pirko wrote: > Wed, Dec 24, 2014 at 05:04:29PM CET, d...@marvell.com wrote: >>Hi all, >> >> >> >>Marvell is pleased t

Re: [OpenWrt-Devel] [PATCH][mvebu] WRT1900AC mvneta fix vlan tagging

2014-12-24 Thread mark milburn
On Wed, 24 Dec 2014 10:02:25 +0100, Imre Kaloz wrote: >Mark, > >Merged it locally, I'll push it later. Next time please mention the upstream >commit(s), >too :) > >For the record, this is 817dbfa5d1bc276a72c1a577310382008e8aca0a + >>2d39d120781a5770573dc6ed672a5a562f541aea. > > >Imre Noted Imre

[OpenWrt-Devel] [PATCH][mvebu] WRT1900AC mvneta fix vlan tagging

2014-12-23 Thread Mark Milburn
This is a 3.14.x backport of: "mvneta: Fix TSO and checksum for non-acceleration vlan traffic" Fixes vlan tagging on SoC interfaces for the WRT1900AC. Useful when using mvsw6171 driver. Here's hoping I didn't foul up the patch format this time. Signed-off-by: Mark M

[OpenWrt-Devel] [PATCH] [packages] mac80211: remove extra list_del on 3.14 kernels after 3.14.8

2014-11-05 Thread Mark Milburn
ieee80211_remove_interfaces(). Fixes rmmod for mwl8k. Mark Milburn (1): Protect 3.14.9 and higher 3.14 kernels from extra list_del package/kernel/mac80211/patches/008-fix_netdev_unregister.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Signed-off-by: Mark Milburn -- package