orinoco: Change set_tkip to use orinoco_private instead of hermes_t
authorDavid Kilroy <kilroyd@googlemail.com>
Thu, 18 Jun 2009 22:21:25 +0000 (23:21 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:44 +0000 (15:01 -0400)
commit98e5f404485d5d11b15e8351535a0e064a37647c
tree605b0c37681030337d3a82cc78f83ffd3a1f65b6
parent8e638267a896e171e49fb9013f5baf96a4ede754
orinoco: Change set_tkip to use orinoco_private instead of hermes_t

hw.h does not include hermes.h, and none of the other functions
requires types from that file. Also hermes_t is a (discouraged) typedef
so we can't add a forward declaration. Therefore change this function to
use orinoco_private.

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/hw.h
drivers/net/wireless/orinoco/wext.c