Update BCM4329 Wifi drivers to the glacier version
/drivers/net/wireless/bcm4329_204/bcmsdh_linux.c
blob:166bf3e23a18cc6446317866d298db3462bc6e16 -> blob:97f233eb909280b77beaa15a82c662bbccff399a
--- drivers/net/wireless/bcm4329_204/bcmsdh_linux.c
+++ drivers/net/wireless/bcm4329_204/bcmsdh_linux.c
@@ -2,13 +2,13 @@
* SDIO access interface for drivers - linux specific (pci only)
*
* Copyright (C) 1999-2010, Broadcom Corporation
- *
+ *
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public License version 2 (the "GPL"),
* available at http://www.broadcom.com/licenses/GPLv2.php, with the
* following added to such license:
- *
+ *
* As a special exception, the copyright holders of this software give you
* permission to link this software with independent modules, and to copy and
* distribute the resulting executable under terms of your choice, provided that
@@ -16,7 +16,7 @@
* the license of that module. An independent module is a module which is not
* derived from this software. The special exception does not apply to any
* modifications of the software.
- *
+ *
* Notwithstanding the above, under no circumstances may you combine this
* software in any way with any other Broadcom software provided under a license
* other than the GPL, without Broadcom's express prior written consent.
@@ -600,7 +600,7 @@ int bcmsdh_register_oob_intr(void * dhdp
return -ENODEV;
set_irq_wake(sdhcinfo->oob_irq, 1);
-
+ myprintf("irq: %d\n", sdhcinfo->oob_irq);
return 0;
}