Sometimes the kernel version compat-wireless is build against has support for cordic and crc8 in its source, but these modules where not build when the kernel was build, because no one selected them. They are needed for the bcmsmac driver and they should be build every time when there is not an kernel module already. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- config.mk | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index 05edb79..5eabc51 100644 --- a/config.mk +++ b/config.mk @@ -657,6 +657,14 @@ endif #CONFIG_CRC7 CONFIG_MWIFIEX=m +ifndef CONFIG_CORDIC +CONFIG_COMPAT_CORDIC=y +endif #CONFIG_CORDIC + +ifndef CONFIG_CRC8 +CONFIG_COMPAT_CRC8=y +endif #CONFIG_CRC8 + ifdef CONFIG_COMPAT_KERNEL_2_6_27 CONFIG_LIBERTAS=n else #CONFIG_COMPAT_KERNEL_2_6_27 -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html