commit | 45a390ddd70d8bec0b17dd37bc8f77372c9c3d33 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Oct 22 20:20:47 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 06 16:54:36 2009 -0500 |
tree | e7ac395f6c874e5ab43498944a83344ffd8d47aa | |
parent | af81858172cc0f3da81946aab919c26e4b364efc [diff] |
mwl8k: change pci id table driver data to a structure pointer To prepare for adding support for more device types, introduce a new structure, mwl8k_device_info, where per-device information can be stored, and change the pci id table driver data from an integer indicating only the part number to a pointer to a mwl8k_device_info structure. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>