mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 03:45:17 +07:00
![Eliad Peller](/assets/img/avatar_default.png)
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>
4 lines
93 B
Makefile
4 lines
93 B
Makefile
wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
|
|
|
|
obj-$(CONFIG_WL12XX) += wl12xx.o
|