linux/drivers/net/wireless/realtek/rtlwifi
Bitterblue Smith 2f228d364d wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
Structs rx_desc_92d and rx_fwinfo_92d will not work for big endian
systems.

Delete rx_desc_92d because it's big and barely used, and instead use
the get_rx_desc_rxmcs and get_rx_desc_rxht functions, which work on big
endian systems too.

Fix rx_fwinfo_92d by duplicating four of its members in the correct
order.

Tested only with RTL8192DU, which will use the same code.
Tested only on a little endian system.

Cc: stable@vger.kernel.org
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/698463da-5ef1-40c7-b744-fa51ad847caf@gmail.com
2024-05-02 10:38:59 +08:00
..
btcoexist
rtl8188ee
rtl8192c
rtl8192ce
rtl8192cu wifi: rtlwifi: always assume QoS mode in rtl8192cu 2024-03-22 14:50:25 +08:00
rtl8192de wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path 2024-05-02 10:38:59 +08:00
rtl8192ee
rtl8192se
rtl8723ae
rtl8723be wifi: rtlwifi: rtl8723be: Make read-only arrays static const 2024-04-29 09:48:36 +08:00
rtl8723com
rtl8821ae
base.c
base.h
cam.c
cam.h
core.c
core.h
debug.c
debug.h
efuse.c
efuse.h
Kconfig
Makefile
pci.c wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte 2024-03-05 20:53:29 +02:00
pci.h
ps.c
ps.h
pwrseqcmd.h
rc.c
rc.h
regd.c
regd.h
stats.c
stats.h
usb.c wifi: rtlwifi: rtl_usb: Store the endpoint addresses 2024-02-15 13:11:10 +02:00
usb.h wifi: rtlwifi: rtl_usb: Store the endpoint addresses 2024-02-15 13:11:10 +02:00
wifi.h wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte 2024-03-05 20:53:29 +02:00