sdio.c (45eaa78f757b3b3992ca02c753764665e9fba0a4) sdio.c (241b128b6b69ad41fc6f12cba45a3c3e64bce673)
1/*
2 * Copyright (c) 2004-2011 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 1316 unchanged lines hidden (view full) ---

1325 {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x0))},
1326 {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x1))},
1327 {},
1328};
1329
1330MODULE_DEVICE_TABLE(sdio, ath6kl_sdio_devices);
1331
1332static struct sdio_driver ath6kl_sdio_driver = {
1/*
2 * Copyright (c) 2004-2011 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 1316 unchanged lines hidden (view full) ---

1325 {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x0))},
1326 {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x1))},
1327 {},
1328};
1329
1330MODULE_DEVICE_TABLE(sdio, ath6kl_sdio_devices);
1331
1332static struct sdio_driver ath6kl_sdio_driver = {
1333 .name = "ath6kl",
1333 .name = "ath6kl_sdio",
1334 .id_table = ath6kl_sdio_devices,
1335 .probe = ath6kl_sdio_probe,
1336 .remove = ath6kl_sdio_remove,
1337 .drv.pm = ATH6KL_SDIO_PM_OPS,
1338};
1339
1340static int __init ath6kl_sdio_init(void)
1341{

--- 37 unchanged lines hidden ---
1334 .id_table = ath6kl_sdio_devices,
1335 .probe = ath6kl_sdio_probe,
1336 .remove = ath6kl_sdio_remove,
1337 .drv.pm = ATH6KL_SDIO_PM_OPS,
1338};
1339
1340static int __init ath6kl_sdio_init(void)
1341{

--- 37 unchanged lines hidden ---