linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] optimize non-linear RX
@ 2012-03-12 12:49 Johannes Berg
  2012-03-12 12:49 ` [PATCH 1/2] mac80211: move RX WEP weak IV counting Johannes Berg
  2012-03-12 12:49 ` [PATCH 2/2] mac80211: linearize SKBs as needed for crypto Johannes Berg
  0 siblings, 2 replies; 3+ messages in thread
From: Johannes Berg @ 2012-03-12 12:49 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

I was debugging something with non-linear RX and noticed
that all frames, even hw-decrypted ones, are completely
linearized. This was because in crypto, not linearizing
hadn't been pushed through to where needed and we would
always linearize if if only the replay counters had to
be checked.

Fix that and hopefully improve performance that way.

johannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-12 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 12:49 [PATCH 0/2] optimize non-linear RX Johannes Berg
2012-03-12 12:49 ` [PATCH 1/2] mac80211: move RX WEP weak IV counting Johannes Berg
2012-03-12 12:49 ` [PATCH 2/2] mac80211: linearize SKBs as needed for crypto Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).