Revert "[LIBERTAS] Don't attempt to use devices with too-old boot
firmware."
David Woodhouse
dwmw2 at infradead.org
Tue Nov 7 22:38:37 EST 2006
Commit: 6020f065fd5c3fec594c0566b25924c99725c88f
Parent: 14d9e919978a010317904cdbc44f7d8d8277f014
commit 6020f065fd5c3fec594c0566b25924c99725c88f
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Mon Nov 6 22:27:30 2006 +0800
Commit: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Mon Nov 6 22:27:30 2006 +0800
Revert "[LIBERTAS] Don't attempt to use devices with too-old boot firmware."
This reverts commit 7b6af4b532ff0cd94f666db65121a83dd844e043.
It isn't broken -- at least no more broken than normal.
---
drivers/net/wireless/libertas/if_usb.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c
index 5e207a3..4371c0a 100644
--- a/drivers/net/wireless/libertas/if_usb.c
+++ b/drivers/net/wireless/libertas/if_usb.c
@@ -225,21 +225,6 @@ static int if_usb_probe(struct usb_inter
}
}
- /* It can't just be '< 0x3104' because sometimes after you
- unload and reload the driver a few times it ends up saying
- 0x3006 */
- if (udev->descriptor.bcdDevice == 0x3102
-#ifdef SUPPORT_BOOT_COMMAND
- && UpdateStorage.u8DriverFunctionActive == DRIVER_NORMAL
-#endif
- ) {
- printk("Boot2 firmware too old (%X).\n",
- udev->descriptor.bcdDevice);
- LEAVE();
- return -EINVAL;
- }
-
-
if (!if_usb_table[i].idVendor) {
PRINTM(INFO, "Discard the Probe request\n");
PRINTM(INFO, "VID = 0x%X PID = 0x%X\n",
More information about the Commits-kernel
mailing list