This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
705bcdda81
linux
/
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-23 00:06:19 +08: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 05:32:10 +08:00
obj-$(CONFIG_WL12XX)
+=
wl12xx.o