2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-06 12:44:14 +08:00
linux-next/drivers/net/wireless/ti/wl18xx
Arik Nemtsov 0afd04e5e5 wlcore/wl12xx/18xx: split fw_status struct into two
The number of RX packet descriptors may vary from chip to chip and
in different firmware versions.  Unfortunately, the array that
contains the actual descriptors is in the middle of the fw_status
structure.  To manage this, we split the struct into two so we can
calculate the offset of what comes after the array and access the last
elements more easily.

[Changed the STATUS_LEN macro to be placement agnostic - Arik]

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
2012-06-05 15:56:58 +03:00
..
acx.c wlcore/wl18xx: add hw op for setting Tx HW checksum 2012-06-05 15:55:20 +03:00
acx.h wlcore/wl18xx: add hw op for setting Tx HW checksum 2012-06-05 15:55:20 +03:00
conf.h wl18xx: add number of antennas and dc2dc type as module params 2012-06-05 15:56:48 +03:00
io.c wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00
io.h wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00
Kconfig wl18xx: add new module 2012-06-05 15:54:04 +03:00
main.c wlcore/wl12xx/18xx: split fw_status struct into two 2012-06-05 15:56:58 +03:00
Makefile wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00
reg.h wl18xx: add plt_init operation 2012-06-05 15:56:39 +03:00
tx.c wlcore/wl12xx/18xx: split fw_status struct into two 2012-06-05 15:56:58 +03:00
tx.h wl18xx: ipmlement ap_rate_mask hw op 2012-06-05 15:55:38 +03:00
wl18xx.h wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00