Skip to content

Commit

Permalink
[PATCH] orinoco: Symbol 3.0x firmware needs broken_disableport
Browse files Browse the repository at this point in the history
Patch from Pavel Roskin.

Index: linux-2.6/drivers/net/wireless/orinoco.c
===================================================================
  • Loading branch information
Christoph Hellwig authored and Jeff Garzik committed May 15, 2005
1 parent 8551cb9 commit 649e59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 649e59e

Please sign in to comment.