c50a282515
The event mailbox in wl18xx has a different (non-compatible) structure. Create common functions in wlcore to handle the events, and call them from the chip-specific event mailbox parsers. This way, each driver (wl12xx/wl18xx) extracts the event mailbox by itself according to its own structure, and then calls the common wlcore functions to handle it. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
3 lines
103 B
Makefile
3 lines
103 B
Makefile
wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
|
|
|
|
obj-$(CONFIG_WL18XX) += wl18xx.o
|