]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: rtl8xxxu: Fix RX skb size for aggregation disabled
authorMartin Kaistra <martin.kaistra@linutronix.de>
Wed, 9 Jul 2025 12:15:22 +0000 (14:15 +0200)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 15 Jul 2025 02:01:36 +0000 (10:01 +0800)
commitd76a1abcf57734d2bcd4a7ec051617edd4513d7f
treefcb946057fb092327045e1de4c98e3f0558e7cf8
parentcefcf74ae02623a80acffe5f662ed6523575ed46
wifi: rtl8xxxu: Fix RX skb size for aggregation disabled

Commit 1e5b3b3fe9e0 ("rtl8xxxu: Adjust RX skb size to include space for
phystats") increased the skb size when aggregation is enabled but decreased
it for the aggregation disabled case.

As a result, if a frame near the maximum size is received,
rtl8xxxu_rx_complete() is called with status -EOVERFLOW and then the
driver starts to malfunction and no further communication is possible.

Restore the skb size in the aggregation disabled case.

Fixes: 1e5b3b3fe9e0 ("rtl8xxxu: Adjust RX skb size to include space for phystats")
Signed-off-by: Martin Kaistra <martin.kaistra@linutronix.de>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250709121522.1992366-1-martin.kaistra@linutronix.de
drivers/net/wireless/realtek/rtl8xxxu/core.c