Davide Pesavento b0dee5784d Fix modpost failure when rx handlers are not inlined.
When CONFIG_MAC80211_MESH=n and CONFIG_MAC80211_NOINLINE=y,
gcc doesn't optimize out a call to ieee80211_rx_h_mesh_fwding,
even if the previous comparison is always false in this case.
This leads to the following errors during modpost:

ERROR: "mpp_path_lookup" [net/mac80211/mac80211.ko] undefined!
ERROR: "mpp_path_add" [net/mac80211/mac80211.ko] undefined!

Fix by removing the possibility of uninlining
ieee80211_rx_h_mesh_fwding rx handler.

Signed-off-by: Davide Pesavento <davidepesa@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-09-30 14:07:25 -04:00
..
2008-09-24 16:18:03 -04:00
2008-09-15 16:48:26 -04:00
2008-09-24 16:18:03 -04:00
2008-09-15 16:48:24 -04:00
2008-09-24 16:18:03 -04:00
2008-09-24 16:18:03 -04:00
2008-09-24 16:18:03 -04:00
2008-09-15 16:48:23 -04:00
2008-09-11 15:53:39 -04:00
2008-09-24 16:18:03 -04:00
2008-09-24 16:18:03 -04:00
2008-05-07 15:02:11 -04:00
2008-09-15 16:48:22 -04:00