Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2123
b: refs/heads/master
c: 649e59e
h: refs/heads/master
i:
  2121: 64c020d
  2119: 85b6921
v: v3
  • Loading branch information
Christoph Hellwig authored and Jeff Garzik committed May 15, 2005
1 parent 9823800 commit c034929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8551cb980086eb9952387a9f135d6f96af3b82ee
refs/heads/master: 649e59e6ab7817bf1c556b1898356c1a17aa2650
2 changes: 2 additions & 0 deletions trunk/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 c034929

Please sign in to comment.