Hi,
Another thing:
ath5k uses udelay(2300). ARM has (include/asm-arm/delay.h):
#define MAX_UDELAY_MS 2
It ends up in __bad_udelay.
Solution?
--
Krzysztof Halasa
On Fri, 2008-02-29 at 15:11 +0200, Nick Kossifidis wrote:
> 2008/2/28, Krzysztof Halasa <[email protected]>:
> > Hi,
> >
> > Another thing:
> > ath5k uses udelay(2300). ARM has (include/asm-arm/delay.h):
> > #define MAX_UDELAY_MS 2
> >
> > It ends up in __bad_udelay.
> >
> > Solution?
> Hmm, i'll see if it can work with smaller delay and let you know...
Maybe use mdelay instead of udelay?
johannes
2008/2/28, Krzysztof Halasa <[email protected]>:
> Hi,
>
> Another thing:
> ath5k uses udelay(2300). ARM has (include/asm-arm/delay.h):
> #define MAX_UDELAY_MS 2
>
> It ends up in __bad_udelay.
>
> Solution?
>
Hmm, i'll see if it can work with smaller delay and let you know...
--
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick