On Sun, Oct 28, 2007 at 01:22:04PM -0700, Stephen Hemminger wrote:
> > -#define MIPSNET_INTCTL_TXDONE ((uint32_t)(1 << 0))
> > -#define MIPSNET_INTCTL_RXDONE ((uint32_t)(1 << 1))
> > -#define MIPSNET_INTCTL_TESTBIT((uint32_t)(1 << 31))
> > -#define MIPSNET_INTCTL_ALLSOURCES (MIPSNET
Stephen Hemminger wrote:
> On Sun, 28 Oct 2007 20:03:08 +
> Thiemo Seufer <[EMAIL PROTECTED]> wrote:
>
> > Ralf Baechle wrote:
> > > On Sun, Oct 28, 2007 at 04:38:46AM +, Thiemo Seufer wrote:
> > >
> > > > Hello All,
> > > >
> > > > currently the mipsnet driver fails after transmitting a
On Sun, 28 Oct 2007 20:03:08 +
Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> Ralf Baechle wrote:
> > On Sun, Oct 28, 2007 at 04:38:46AM +, Thiemo Seufer wrote:
> >
> > > Hello All,
> > >
> > > currently the mipsnet driver fails after transmitting a number of
> > > packages because SKBs are
Ralf Baechle wrote:
> On Sun, Oct 28, 2007 at 04:38:46AM +, Thiemo Seufer wrote:
>
> > Hello All,
> >
> > currently the mipsnet driver fails after transmitting a number of
> > packages because SKBs are allocated but never freed. I fixed that
> > and coudn't refrain from removing the most egre
On Sun, Oct 28, 2007 at 04:38:46AM +, Thiemo Seufer wrote:
> Hello All,
>
> currently the mipsnet driver fails after transmitting a number of
> packages because SKBs are allocated but never freed. I fixed that
> and coudn't refrain from removing the most egregious warts.
>
> - mipsnet.h fold
Hello All,
currently the mipsnet driver fails after transmitting a number of
packages because SKBs are allocated but never freed. I fixed that
and coudn't refrain from removing the most egregious warts.
- mipsnet.h folded into mipsnet.c, as it doesn't provide any
useful external interface.
- Fr