dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] orinoco: Symbol 3.0x firmware needs broken_disableport

Patch from Pavel Roskin.

Index: linux-2.6/drivers/net/wireless/orinoco.c
===================================================================
This commit is contained in:
Christoph Hellwig 2005-05-14 17:30:10 +02:00 committed by Jeff Garzik
parent 8551cb9800
commit 649e59e6ab
1 changed files with 2 additions and 0 deletions

View File

@ -2222,6 +2222,8 @@ static int determine_firmware(struct net_device *dev)
firmver >= 0x31000;
priv->has_preamble = (firmver >= 0x20000);
priv->ibss_port = 4;
priv->broken_disableport = (firmver == 0x25013) ||
(firmver >= 0x30000 && firmver <= 0x31000);
/* Tested with Intel firmware : 0x20015 => Jean II */
/* Tested with 3Com firmware : 0x15012 & 0x22001 => Jean II */
break;