This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Do I need to follow the order while loading the wl18xx drivers?

Hello Friends ,

By using the build script I have built the below drivers for Wl18xx

compat.ko

wl12xx.ko

wl18xx.ko

wlcore.ko

wlcore_sdio.ko

mac80211.ko

cfg80211.ko

I am asking this question because when I am trying to load the modules I am getting below errors:

ess/ti/wlcore# insmod wlcore.ko3.14.28-1.0.0_ga+g91cf351/extra/drivers/net/wirele
wlcore: disagrees about version of symbol ieee80211_connection_loss
wlcore: Unknown symbol ieee80211_connection_loss (err -22)
wlcore: Unknown symbol ieee80211_iterate_interfaces (err 0)
wlcore: disagrees about version of symbol ieee80211_sched_scan_stopped
wlcore: Unknown symbol ieee80211_sched_scan_stopped (err -22)
wlcore: disagrees about version of symbol ieee80211_chswitch_done
wlcore: Unknown symbol ieee80211_chswitch_done (err -22)
wlcore: disagrees about version of symbol skb_put
wlcore: Unknown symbol skb_put (err -22)
wlcore: disagrees about version of symbol consume_skb
wlcore: Unknown symbol consume_skb (err -22)
wlcore: disagrees about version of symbol skb_dequeue
wlcore: Unknown symbol skb_dequeue (err -22

kindly help regarding this issue.