On Fri, 6 May 2011 19:39:24 +0200 Geert Uytterhoeven wrote:
http://kisskb.ellerman.id.au/kisskb/buildresult/4143029/
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'
The existence of these two members depends on CONFIG_PM.
Funny, as both the members and these users were added in the same
commit eecc48000afe2ca6da22122d553b7cad294e42fc ("mac80211: add basic
support
for WoWLAN").
Patch is here:
http://marc.info/?l=linux-wireless&m=130463933324134&w=2
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***