]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf77bf854d55003064c4793c240df66228fc62384
treeaab6ac5158f74e126ccc4937ef7c32112dba7126
parentfd15517e237881b730fa9ed7aa1416a007112db0
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