diff options
author | 2023-08-08 08:36:09 +0300 | |
---|---|---|
committer | 2023-08-21 19:14:00 +0300 | |
commit | e2a61151ff8c38ae7b3afae0e91cb97fb211a6bf (patch) | |
tree | 651067b95148be572192b6d2ce939de2545e20f8 /drivers/net/wireless/intel/iwlwifi/fw/api/debug.h | |
parent | wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (diff) | |
download | linux-rng-e2a61151ff8c38ae7b3afae0e91cb97fb211a6bf.tar.xz linux-rng-e2a61151ff8c38ae7b3afae0e91cb97fb211a6bf.zip |
wifi: rtw89: fix a width vs precision bug
The "buf" is skb->data that comes from the firmware. We want to print
"len" number of bytes. But there is a missing period so the "len"
variable is used for formatting (width) instead of limiting the output
(precision).
Fixes: cad2bd8a136c ("wifi: rtw89: support firmware log with formatted text")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/0700c7b9-bfd3-4aa6-82bf-5bf3c74644e1@moroto.mountain
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/debug.h')
0 files changed, 0 insertions, 0 deletions