Skip to content
Commit 17c18bf8 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: add TX fastpath



In order to speed up mac80211's TX path, add the "fast-xmit" cache
that will cache the data frame 802.11 header and other data to be
able to build the frame more quickly. This cache is rebuilt when
external triggers imply changes, but a lot of the checks done per
packet today are simplified away to the check for the cache.

There's also a more detailed description in the code.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent a839e463
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment