Bluetooth: Fix complicated assignment of firmware for Marvell devices
The Marvell Bluetooth SDIO driver has a really complicated concept on how firmware names are assigned to specific device ids. Fix that by doing a proper structure and assign it to the module device table. And while at it fix various coding style weirdness that is still present in this driver. Signed-off-by: Marcel Holtman <marcel@holtmann.org>
This commit is contained in:
@@ -90,7 +90,6 @@ struct btmrvl_sdio_card {
|
||||
};
|
||||
|
||||
struct btmrvl_sdio_device {
|
||||
unsigned short dev_id;
|
||||
const char *helper;
|
||||
const char *firmware;
|
||||
};
|
||||
|
Reference in New Issue
Block a user