This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-28 10:05:19 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fb79c066bc
linux_dsm_epyc7002
/
drivers
/
net
/
wireless
/
ti
/
wl12xx
/
Makefile
4 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
wlcore: update events enum/struct to new fw api 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>
2012-11-22 23:06:19 +07:00
wl12xx-objs
=
main.o cmd.o acx.o debugfs.o scan.o event.o
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx Create a new small wl12xx module that only contains the probe functions and depends entirely on wlcore otherwise. Signed-off-by: Luciano Coelho <coelho@ti.com>
2011-11-21 04:32:10 +07:00
obj-$(CONFIG_WL12XX)
+=
wl12xx.o
Reference in New Issue
Copy Permalink