wifi: rtw89: add to fill TX descriptor v2
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 11 Sep 2023 08:20:46 +0000 (16:20 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 18 Sep 2023 14:29:26 +0000 (17:29 +0300)
commitd542ee748ec3bb56ff87159dc4a745b98c2c8576
tree3c6b889f9a2311f47b0ca03794f41d55ddc6c5be
parent6f09ff0a0927b464256f6e6b3fcd289c66bff6c6
wifi: rtw89: add to fill TX descriptor v2

The format v2 of TX descriptor contains 8-word body and 8-word info, and
fields include packet size, MAC_ID, security key ID and etc.

By design, it can possibly only fill body to reduce overhead, but this
driver keeps thing simple, so always fill body and info currently.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230911082049.33541-4-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c
drivers/net/wireless/realtek/rtw89/core.h
drivers/net/wireless/realtek/rtw89/txrx.h