wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type
authorPing-Ke Shih <pkshih@realtek.com>
Tue, 16 Jan 2024 08:09:44 +0000 (16:09 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 18 Jan 2024 09:36:56 +0000 (11:36 +0200)
commit426e7b4773921d07ab4ab8ba16fbad396d6c9971
treeb37e85916ae5dea28ec3d7bc0cdd0bed10f13969
parent12cfc9c8d3faf887a202c89bc312202445fca7e8
wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type

Fields of TX descriptor are little-endian order, so correct EN_DESC_ID
field to le32 type.

Fixes: b837f78fbffa ("wifi: rtl8xxxu: add hw crypto support for AP mode")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202401161318.YtXoCkjU-lkp@intel.com/
Cc: Martin Kaistra <martin.kaistra@linutronix.de>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240116080945.20172-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c