mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-12-04 23:37:35 +00:00
mxm_wifiex: remove MODULE_DEVICE_TABLE to avoid wifi driver auto load
Load wifi driver need to use specific load parameters for differnet wifi chips, so avoid wifi driver auto load, user can load the wifi driver along with the specific load parameters. Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
This commit is contained in:
parent
e0bf3a1310
commit
f1382ccbd3
2 changed files with 0 additions and 4 deletions
|
@ -148,8 +148,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
|
||||
********************************************************/
|
||||
|
|
|
@ -135,8 +135,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
|
||||
|
|
Loading…
Reference in a new issue