commit | 98e5f404485d5d11b15e8351535a0e064a37647c | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@googlemail.com> | Thu Jun 18 23:21:25 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:44 2009 -0400 |
tree | 605b0c37681030337d3a82cc78f83ffd3a1f65b6 | |
parent | 8e638267a896e171e49fb9013f5baf96a4ede754 [diff] |
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>