orinoco: consolidate storage of WEP and TKIP keys
authorDavid Kilroy <kilroyd@googlemail.com>
Wed, 5 Aug 2009 20:23:32 +0000 (21:23 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:12:45 +0000 (09:12 -0400)
commit4af198fb7a99b07980b1bd52df550ba3f24688df
tree8955b89e70dbf82bcf7537130f43a8a1ab2350e3
parent2b2603515e26466685895e93cae59bc061389f11
orinoco: consolidate storage of WEP and TKIP keys

When TKIP support was added, we stored the keys separately to avoid
issues when both TKIP and WEP keys are sent to the driver.

We need to consolidate the storage to convert to cfg80211, so do this
first and try iron out the issues.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco/hw.c
drivers/net/wireless/orinoco/main.c
drivers/net/wireless/orinoco/orinoco.h
drivers/net/wireless/orinoco/wext.c