Michael Buesch wrote:
> On Wednesday 04 June 2008 23:56:36 Steve Brown wrote:
>
>> Here is another cut at an ssb ehci driver.
>>
>> Hope this is closer.
>>
>> Steve
>>
>>
>>
>
> Ok, looks a lot better. Thanks.
> But I'm still not sure on the "companion" pointer.
> I think it should probably
Here is an other fix.
The svn version doesn't compile with hostapd, because net/if.h and
linux/if.h are both included in the hostapd package with the new version
of mac80211.
With this patch hostapd includes an special linux/wireless.h like it is
done in mainline.
For me the hole svn version com
With the new kernel 2.6.25 the kernel image doesn't build correctly.
In 700-ssb-gigabit-ethernet-driver.patch is an error.
This patch corrects it and makes the kernel compiling again.
--
Hauke
Index: target/linux/brcm47xx/patches-2.6.25/700-ssb-gigabit-ethernet-driver.patch
==
On Wednesday 04 June 2008 23:56:36 Steve Brown wrote:
> Here is another cut at an ssb ehci driver.
>
> Hope this is closer.
>
> Steve
>
>
Ok, looks a lot better. Thanks.
But I'm still not sure on the "companion" pointer.
I think it should probably live in struct ssb_ehci_device.
My intention
applied in [11363] thanks
David Bird wrote:
> Instead of requiring a pre-existing config, the patch
> will create one from UCI settings (when enabled):
>
> config ddns
>option enabled 0
>option interface wan
>option program ez-ipupdate
>option service zoneedit
>
Instead of requiring a pre-existing config, the patch
will create one from UCI settings (when enabled):
config ddns
option enabled 0
option interface wan
option program ez-ipupdate
option service zoneedit
option username myname
option password mypassword