1
0
Fork 0

MLK-25019 net: wireless: nxp: mxm_wifiex: remove MODULE_DEVICE_TABLE

For 88w8987/88w8997 wireless chips requires many module parameters
set by user and don't expect to be auto-loaded, remove the module
device table.

Fixes: 04b2fa2cd5 ("MLK-25013 net: wireless: nxp: mxm_wifiex: upgrade to mxm5x16210 release")
Reviewed-by: yang.tian <yang.tian@nxp.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
zero-colors
Fugang Duan 2020-11-18 18:18:08 +08:00
parent 270cb692df
commit 785c8a8753
2 changed files with 0 additions and 4 deletions

View File

@ -121,8 +121,6 @@ static const struct pci_device_id wlan_ids[] = {
/* moal interface ops */
static moal_if_ops pcie_ops;
MODULE_DEVICE_TABLE(pci, wlan_ids);
/********************************************************
Global Variables
********************************************************/

View File

@ -111,8 +111,6 @@ static const struct sdio_device_id wlan_ids[] = {
{},
};
MODULE_DEVICE_TABLE(sdio, wlan_ids);
int woal_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id);
void woal_sdio_remove(struct sdio_func *func);
#ifdef SDIO