2011-05-06 15:40:43

by Randy Dunlap

[permalink] [raw]
Subject: Re: linux-next: Tree for May 6 (wireless)

On Fri, 6 May 2011 15:49:21 +1000 Stephen Rothwell wrote:

> Hi all,
>
> Changes since 20110505:


when PM is not enabled:

net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'suspend'
net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'resume'

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***


2011-05-06 15:58:14

by Randy Dunlap

[permalink] [raw]
Subject: Re: linux-next: Tree for May 6 (wireless)

On Fri, 6 May 2011 17:44:44 +0200 Sedat Dilek wrote:

> On Fri, May 6, 2011 at 5:40 PM, Randy Dunlap <[email protected]> wrote:
> > On Fri, 6 May 2011 15:49:21 +1000 Stephen Rothwell wrote:
> >
> >> Hi all,
> >>
> >> Changes since 20110505:
> >
> >
> > when PM is not enabled:
> >
> > net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'suspend'
> > net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'resume'
> >
> > ---
> > ~Randy
> > *** Remember to use Documentation/SubmitChecklist when testing your code ***
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-next" in
> > the body of a message to [email protected]
> > More majordomo info at ?http://vger.kernel.org/majordomo-info.html
> >
>
> There was a patch sent today, see "[PATCH] mac80211: Fix build error
> when CONFIG_PM is not defined" from Larry.

Thanks. That works.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

2011-05-06 15:44:45

by Sedat Dilek

[permalink] [raw]
Subject: Re: linux-next: Tree for May 6 (wireless)

On Fri, May 6, 2011 at 5:40 PM, Randy Dunlap <[email protected]> wrote:
> On Fri, 6 May 2011 15:49:21 +1000 Stephen Rothwell wrote:
>
>> Hi all,
>>
>> Changes since 20110505:
>
>
> when PM is not enabled:
>
> net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'suspend'
> net/mac80211/main.c:700: error: 'const struct ieee80211_ops' has no member named 'resume'
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> To unsubscribe from this list: send the line "unsubscribe linux-next" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

There was a patch sent today, see "[PATCH] mac80211: Fix build error
when CONFIG_PM is not defined" from Larry.

- Sedat -