b43: bus: abstract 80211 core info
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
c0b4c00907
commit
21d889d433
@@ -70,5 +70,8 @@ struct b43_bus_dev *b43_bus_dev_ssb_init(struct ssb_device *sdev)
|
||||
dev->block_read = b43_bus_ssb_block_read;
|
||||
dev->block_write = b43_bus_ssb_block_write;
|
||||
|
||||
dev->core_id = sdev->id.coreid;
|
||||
dev->core_rev = sdev->id.revision;
|
||||
|
||||
return dev;
|
||||
}
|
||||
|
Reference in New Issue
Block a user