]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1870f7aac870e5bd0ae8d06199333f30be4aafb2
tree605b0c37681030337d3a82cc78f83ffd3a1f65b6
parentc8137a202f70fa07f6c92420db3a050376361e9f
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