Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-07 Thread Jonas Gorski
Hi, I hope you don't mind if I move the discussion back to openwrt-devel. Answering only you wasn't intentional; I changed my default now to reply all so it doesn't happen again. On 7 April 2010 17:12, Gabor Juhos juh...@openwrt.org wrote: Jonas Gorski írta: On 6 April 2010 17:30, Gabor Juhos

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-07 Thread Gabor Juhos
Hi Jonas, I hope you don't mind if I move the discussion back to openwrt-devel. Nope. Answering only you wasn't intentional; Heh, I did not notice that. I changed my default now to reply all so it doesn't happen again. :) ... The automatic detection won't work with this switch due to

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-07 Thread Jonas Gorski
Hi Gabor, Sorry, i did not have time earlier. No harm done (except for few devices ;-). Perhaps an easier workaround would be to unconditionally enable header mode for the ar8216, the special netif_receive_skb() handling wouldn't be needed anymore. Do you mean the special handling in the

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-06 Thread Jonas Gorski
Hi, *sigh* shortly after it got committed to trunk, I think I see how I broke ar8216 on ar71xx (actually it was already broken before): The header mode gets handled by the ar8216 driver itself, in theory, but the ar8216_netif_rx never gets called by the ag71xx driver. This leads to following

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-05 Thread Jonas Gorski
Hi, any comments on these patches? It would be really nice if these made it into backfire, as they not only make vlan configuration possible, but also solve a multicast problem for the Routerstation Pro (and probably the RB450G/750G). Regards, Jonas Gorski

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-05 Thread Stijn Tintel
On 05-04-10 12:44, Jonas Gorski wrote: Hi, Hi Jonas, any comments on these patches? It would be really nice if these made it into backfire, as they not only make vlan configuration possible, but also solve a multicast problem for the Routerstation Pro (and probably the RB450G/750G).

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-05 Thread Joerg Albert
On 04/05/2010 07:50 PM, Stijn Tintel wrote: Since I don't own a normal Routerstation, I'm unable to test if this breaks ar8216, but I cant imagine that nobody who owns one wants to quickly test this. So I ask again if someone could do so, pretty please :-) Worst case scenario I order an RS

[OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-03-23 Thread Jonas Gorski
Changes: v1 - v2: * Fixed whitespace issues. * Added issue with port numbering to this email. --- These patches enhance the ar8216 driver with support for the ar8316 switch chip. Most changes are taken from the S16 driver in the TP-Link TLWR741ND sources, the AVM Fritz!Box 7390 sources, or