2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 05:04:00 +08:00
linux-next/drivers/net/wireless/wl12xx
Ari Kauppi 6021b28958 wl12xx: Fix CMD_TEST regression via netlink.
CMD_TEST via netlink API has been broken since
e29c3f59cfbc38c3b481a2694b08962da19c4664: cmd and acx interface rework.

The user of the interface sends the request in a buffer without the
wl12xx_command header but expects the response to have the wl12xx_command
header (with id and status).

This patch reverts the e29c3f5 commit for cmd.c:wl12xx_cmd_test
and implements the needed wrapper functionality in netlink.c. Now the
API of wl12xx_cmd_test and rest of wl12xx_cmd_* commands in cmd.c are
similar.

Signed-off-by: Ari Kauppi <Ext-Ari.Kauppi@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-10 14:57:46 -04:00
..
acx.c wl12xx: Fix incorrect warning message. 2009-07-10 14:57:46 -04:00
acx.h wl12xx: pass the wake up condition when configuring the wake up event 2009-07-10 14:57:46 -04:00
boot.c wl12xx: moved firmware version reading routine to chip-specific functions 2009-07-10 14:57:45 -04:00
boot.h
cmd.c wl12xx: Fix CMD_TEST regression via netlink. 2009-07-10 14:57:46 -04:00
cmd.h wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
debugfs.c
debugfs.h
event.c
event.h
init.c
init.h
Kconfig wireless: WL12XX should depend on GENERIC_HARDIRQS 2009-05-11 15:23:54 -04:00
main.c wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
Makefile wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
ps.c wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
ps.h wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
reg.h
rx.c wl12xx: fix rx descriptor use 2009-07-10 14:57:43 -04:00
rx.h
spi.c wl12xx: Add support for block reading from a fixed register address 2009-07-10 14:57:46 -04:00
spi.h wl12xx: Add support for block reading from a fixed register address 2009-07-10 14:57:46 -04:00
wl12xx_80211.h
wl12xx.h wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
wl1251_tx.c wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
wl1251_tx.h wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
wl1251.c wl12xx: Moved wl1251 TX path implementation into chip specific files 2009-07-10 14:57:46 -04:00
wl1251.h