Linux wireless drivers development
 help / color / mirror / Atom feed
* building brcmfmac driver for iMX6 Ultralite platform
@ 2016-06-30 19:24 Michael Eskowitz
  2016-07-01  7:49 ` Arend Van Spriel
  2016-07-01  9:07 ` Rafał Miłecki
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Eskowitz @ 2016-06-30 19:24 UTC (permalink / raw)
  To: linux-wireless

I am trying to bring up the brcmfmac driver on an iMX6 Ultralite board.  I
have both a 43341 and 43362 Wi-Fi SDIO module up and running on this
platform already using the standard bcmdhd.  I am told by some Broadcom
folks that the brcmfmac driver should support concurrent connections which
is something the bcmdhd does not do and that is my primary motivation for
getting the fmac driver up and running.

The brcmfmac driver is included in NXP's kernel git and I have successfully
built it and have it on the Ultralite platform running kernel 3.14.38.  When
I attempt to insert the module using the command

	insmod  brcmfmac.ko
firmware_path=ISM4334X_Wifi_FW_6.10.190.49_P.bin
nvram_path=ISM4334X_NVRAM_C1.txt

I receive the following errors:

	brcmfmac: Unknown symbol brcmu_pktq_mlen (err 0)
	brcmfmac: Unknown symbol brcmu_pkt_buf_free_skb (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_init (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_penq_head (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_pdeq (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_peek_tail (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_flush (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_pdeq_match (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_mdeq (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_penq (err 0)
	brcmfmac: Unknown symbol brcmu_pktq_pdeq_tail (err 0)
	brcmfmac: Unknown symbol brcmu_pkt_buf_get_skb (err 0)
	brcmfmac: Unknown symbol brcmu_d11_attach (err 0)
	insmod: ERROR: could not insert module brcmfmac.ko: Unknown symbol
in module

I'm not sure that the firmware_path and nvram_path should be specified in
this manner, but I doubt that is what is causing these errors.  

The module compiled and built just fine so I am assuming that there are some
dependencies that aren't being met.  Is there another module that I need to
load before attempting to load the fmac driver?

Thanks,
-Mike





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-13 15:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 19:24 building brcmfmac driver for iMX6 Ultralite platform Michael Eskowitz
2016-07-01  7:49 ` Arend Van Spriel
2016-07-12 19:17   ` Michael Eskowitz
2016-07-12 21:10     ` Rafał Miłecki
2016-07-12 21:32       ` Arend Van Spriel
2016-07-13 14:51       ` Michael Eskowitz
2016-07-01  9:07 ` Rafał Miłecki
2016-07-01  9:14   ` Arend Van Spriel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox