]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 11 Jun 2008 21:22:00 +0000 (14:22 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 14 Jun 2008 16:18:13 +0000 (12:18 -0400)
commit7c70537f97fe35f46762247a4bda72c16d585736
tree54c8ba7f5e1822f48a00ae3133492e0b4d624a4a
parentc801242c38de247d82f12f6bf28bd19a280a12ae
mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller

Also change the arguments of the phase1, 2 key mixing to take
a pointer to the encrytion key and the tkip_ctx in the same
order.

Do the dereference of the encryption key in the callers.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tkip.c