* How to make software re-calc received frames with bad FCS?
@ 2014-01-08 18:36 ` Ben Greear
0 siblings, 0 replies; 2+ messages in thread
From: Ben Greear @ 2014-01-08 18:36 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org; +Cc: ath10k
I'm back to trying to get multiple stations working to same AP
with WPA2 on ath10k.
I tried doing 'nohwcrypt', but I had no luck with that. I think
the firmware would require a fair bit of changes to make that happen.
So, a second plan is to just tell the firmware to use hardware crypt
for the VIFs. This would have a good benefit of offloading the tx
path, at least.
This seems to work for transmit, but on receive, the hardware hash
collides since 2+ stations have same peer (ie, the AP).
I do receive packets, but they are flagged with FCS errors (and I think
there is no re-assembly of ampdu, but I'm not sure how much that matters).
My thought is to somehow flag these packets as needing to be decrypted
by software instead, similar to how the normal nohwcrypt logic works.
Any suggestions for how to go about attempting this? Maybe
just force remove the CRC failure bit from the status before
passing up the stack?
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 2+ messages in thread
* How to make software re-calc received frames with bad FCS?
@ 2014-01-08 18:36 ` Ben Greear
0 siblings, 0 replies; 2+ messages in thread
From: Ben Greear @ 2014-01-08 18:36 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org; +Cc: ath10k
I'm back to trying to get multiple stations working to same AP
with WPA2 on ath10k.
I tried doing 'nohwcrypt', but I had no luck with that. I think
the firmware would require a fair bit of changes to make that happen.
So, a second plan is to just tell the firmware to use hardware crypt
for the VIFs. This would have a good benefit of offloading the tx
path, at least.
This seems to work for transmit, but on receive, the hardware hash
collides since 2+ stations have same peer (ie, the AP).
I do receive packets, but they are flagged with FCS errors (and I think
there is no re-assembly of ampdu, but I'm not sure how much that matters).
My thought is to somehow flag these packets as needing to be decrypted
by software instead, similar to how the normal nohwcrypt logic works.
Any suggestions for how to go about attempting this? Maybe
just force remove the CRC failure bit from the status before
passing up the stack?
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-08 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 18:36 How to make software re-calc received frames with bad FCS? Ben Greear
2014-01-08 18:36 ` Ben Greear
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.