From: David Kilroy Date: Thu, 18 Jun 2009 22:21:25 +0000 (+0100) Subject: orinoco: Change set_tkip to use orinoco_private instead of hermes_t X-Git-Tag: v2.6.32-rc1~703^2~747 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e5f404485d5d11b15e8351535a0e064a37647c;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed