File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
drivers/net/wireless/marvell/libertas Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ static const struct sdio_device_id if_sdio_ids[] = {
65
65
{ SDIO_DEVICE (SDIO_VENDOR_ID_MARVELL ,
66
66
SDIO_DEVICE_ID_MARVELL_LIBERTAS ) },
67
67
{ SDIO_DEVICE (SDIO_VENDOR_ID_MARVELL ,
68
- SDIO_DEVICE_ID_MARVELL_8688WLAN ) },
68
+ SDIO_DEVICE_ID_MARVELL_8688_WLAN ) },
69
69
{ /* end: all zeroes */ },
70
70
};
71
71
Original file line number Diff line number Diff line change 56
56
57
57
#define SDIO_VENDOR_ID_MARVELL 0x02df
58
58
#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
59
- #define SDIO_DEVICE_ID_MARVELL_8688WLAN 0x9104
60
- #define SDIO_DEVICE_ID_MARVELL_8688BT 0x9105
59
+ #define SDIO_DEVICE_ID_MARVELL_8688_WLAN 0x9104
60
+ #define SDIO_DEVICE_ID_MARVELL_8688_BT 0x9105
61
61
#define SDIO_DEVICE_ID_MARVELL_8797_F0 0x9128
62
62
#define SDIO_DEVICE_ID_MARVELL_8887_F0 0x9134
63
63
You can’t perform that action at this time.
0 commit comments