Re: wireless-testing modpost failure
From: Davide Pesavento <hidden>
Date: 2008-09-26 20:25:13
From: Davide Pesavento <hidden>
Date: 2008-09-26 20:25:13
2008/9/26 Johannes Berg [off-list ref]:
On Fri, 2008-09-26 at 15:00 -0400, John W. Linville wrote:quoted
quoted
Building modules, stage 2. MODPOST 216 modules ERROR: "mpp_path_lookup" [net/mac80211/mac80211.ko] undefined! ERROR: "mpp_path_add" [net/mac80211/mac80211.ko] undefined!Davide, can you tell me what file/line it fails in?
How can I tell you that?
quoted
I'm not sure what the best long-term solution is. Should we define empty versions of those functions when that config option is unset? Or just make the whole block subject to that config option?The weird thing is that the block in tx.c is already ifdef'ed out and the block in rx.c should be optimised out entirely. johannes
Thanks, Davide