* Can't build net-next-2.6 without CONFIG_MAC80211_MESH
@ 2008-09-30 14:35 Brian Haley
2008-09-30 14:43 ` John W. Linville
0 siblings, 1 reply; 2+ messages in thread
From: Brian Haley @ 2008-09-30 14:35 UTC (permalink / raw)
To: johannes; +Cc: netdev@vger.kernel.org
Sorry if this has been discussed/fixed already, but I just noticed last
night I couldn't build net-next-2.6:
Kernel: arch/x86/boot/bzImage is ready (#71)
ERROR: "mpp_path_lookup" [net/mac80211/mac80211.ko] undefined!
ERROR: "mpp_path_add" [net/mac80211/mac80211.ko] undefined!
These are defined in net/mac80211/mesh_pathtbl.c, but being called from
rx.c and tx.c, but I'm not building the mesh files:
--> grep CONFIG_MAC80211 .config
CONFIG_MAC80211=m
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_DEFAULT_PID=y
CONFIG_MAC80211_RC_DEFAULT="pid"
# CONFIG_MAC80211_MESH is not set
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
make oldconfig didn't make any changes, so I think the config is valid.
-Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Can't build net-next-2.6 without CONFIG_MAC80211_MESH
2008-09-30 14:35 Can't build net-next-2.6 without CONFIG_MAC80211_MESH Brian Haley
@ 2008-09-30 14:43 ` John W. Linville
0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2008-09-30 14:43 UTC (permalink / raw)
To: Brian Haley; +Cc: johannes, netdev@vger.kernel.org
On Tue, Sep 30, 2008 at 10:35:54AM -0400, Brian Haley wrote:
> Sorry if this has been discussed/fixed already, but I just noticed last
> night I couldn't build net-next-2.6:
>
> Kernel: arch/x86/boot/bzImage is ready (#71)
> ERROR: "mpp_path_lookup" [net/mac80211/mac80211.ko] undefined!
> ERROR: "mpp_path_add" [net/mac80211/mac80211.ko] undefined!
>
> These are defined in net/mac80211/mesh_pathtbl.c, but being called from
> rx.c and tx.c, but I'm not building the mesh files:
>
> --> grep CONFIG_MAC80211 .config
> CONFIG_MAC80211=m
> CONFIG_MAC80211_RC_PID=y
> CONFIG_MAC80211_RC_DEFAULT_PID=y
> CONFIG_MAC80211_RC_DEFAULT="pid"
> # CONFIG_MAC80211_MESH is not set
> # CONFIG_MAC80211_LEDS is not set
> # CONFIG_MAC80211_DEBUGFS is not set
> # CONFIG_MAC80211_DEBUG_MENU is not set
>
> make oldconfig didn't make any changes, so I think the config is valid.
I have the fix queued in wireless-testing -- I think/thought Dave
is/was traveling, so I didn't rush to push it to net-next-2.6.
I'll get that pull request assembled today. In the meantime, just
enable CONFIG_MAC80211_MESH.
Thanks,
John
--
John W. Linville Linux should be at the core
linville@tuxdriver.com of your literate lifestyle.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-30 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30 14:35 Can't build net-next-2.6 without CONFIG_MAC80211_MESH Brian Haley
2008-09-30 14:43 ` John W. Linville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).