mac80211: Skip tailroom reservation for full HW-crypto devices
authorYogesh Ashok Powar <yogeshp@marvell.com>
Wed, 27 Apr 2011 13:10:29 +0000 (18:40 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Apr 2011 18:53:21 +0000 (14:53 -0400)
In xmit path, devices that do full hardware crypto (including
TKIP MMIC) need no tailroom. For such devices, tailroom
reservation can be skipped if all the keys are programmed into
the hardware (i.e software crypto is not used for any of the
keys) and none of the keys wants software to generate Michael
MIC.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found