]> git.baikalelectronics.ru Git - kernel.git/commit
mwl8k: Do not ask mac80211 to generate IV for crypto keys
authorYogesh Ashok Powar <yogeshp@marvell.com>
Thu, 5 May 2011 11:00:48 +0000 (16:30 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 May 2011 18:59:24 +0000 (14:59 -0400)
commit03c3aa3314f7974dc2cf70071485a1f240a2f45d
treecd1881b5d190745a7fcf80c12ffee394922af0af
parent61eac4c39fa09cdfd7160a532f5cb2d8a1b7f611
mwl8k: Do not ask mac80211 to generate IV for crypto keys

Since firmware is capable of generating IV's for all crypto
suits (TKIP, CCMP and WEP), do not ask mac80211 to generate
IV when HW crypto is being used. Instead only reserve
appropriate space in tx skb's in the driver, so that the
firmware can write IV's values.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c