commit | a2608362b22ade22ef5472a8c9b82687d86f976f | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@googlemail.com> | Thu Jun 18 23:21:23 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:44 2009 -0400 |
tree | 116eb83f4bb6afc454dd5b082e8b51384477b3d3 | |
parent | 44d8dade8f12ffe5c9b7eddd0512c1548c027a4c [diff] |
orinoco: Replace net_device with orinoco_private in driver interfaces Move away from using net_device as the main structure in orinoco function calls. Use orinoco_private instead. This makes more sense when we move to cfg80211, and we get wiphys as well. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>