OSDN Git Service

mac80211: fix TCP performance on mesh interface
authorMaxime Bizon <mbizon@freebox.fr>
Thu, 18 Nov 2021 11:58:24 +0000 (12:58 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Nov 2021 10:34:29 +0000 (11:34 +0100)
commit48c06708e63e71b4395e4159797366aa03be10ff
treeaab6ac5158f74e126ccc4937ef7c32112dba7126
parent49573ff7830b1186011f5f2e9c08935ec5fc39b6
mac80211: fix TCP performance on mesh interface

sta is NULL for mesh point (resolved later), so sk pacing parameters
were not applied.

Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Link: https://lore.kernel.org/r/66f51659416ac35d6b11a313bd3ffe8b8a43dd55.camel@freebox.fr
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c