commit | e796643eaf0889c346e6b69c5afe777c327b1919 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jul 11 12:31:23 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 12 16:05:37 2010 -0400 |
tree | 7cdac8397bc37d7c6daa85d975e88bb828e5fde4 | |
parent | f31c9a8c1380e20e95d06925f2e42baf61af4db7 [diff] |
rt2x00: Move driver callback functions into the ops structure All callback functions are gathered in rt2x00dev->ops except for the callback functions which are used in rt2800lib to acces rt2800pci/usb. Move the priv pointer from rt2x00dev to rt2x00dev->ops and rename it to drv to make it obvious that it is the driver callback structure. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>