CFG80211 missing symbols [Solved]

When trying to use a wifi driver using the cfg80211.ko module I am getting missing symbol errors when modprobe-ing my driver. I understand to make sure the cfg80211 module gets loaded before my driver. When I forget (and that happens :wink:)I get a full list of missing symbols obviously.

When I add the CFG80211 directly into the kernel, my driver loads just fine.

What am I missing when loading/making it as a module compaired to directly using: make kernel_menuconfig??

I managed to port my proprietary driven further forward from kernel 4.4 to kernel 4.9 and the problem solved itself. I guess to older version was using an older version of the wireless-compat package. Now it works just fine :smile:

Could you provide patches for proprietary mtk driver?