Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79337
b: refs/heads/master
c: 1561785
h: refs/heads/master
i:
  79335: 0a0414e
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Jan 28, 2008
1 parent 553ed96 commit 941b19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0300b3321d9ed73a0c3f575f2df250c577852356
refs/heads/master: 15617858b3cf249a3577df8da970f779bbc8a737
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,8 @@ static u16 setup_card(struct airo_info *ai, u8 *mac, int lock)
ai->config.authType = AUTH_OPEN;
ai->config.modulation = MOD_CCK;

if ((cap_rid.len>=sizeof(cap_rid)) && (cap_rid.extSoftCap&1) &&
if ((cap_rid.len>=sizeof(cap_rid)) &&
(cap_rid.extSoftCap & cpu_to_le16(1)) &&
(micsetup(ai) == SUCCESS)) {
ai->config.opmode |= MODE_MIC;
set_bit(FLAG_MIC_CAPABLE, &ai->flags);
Expand Down

0 comments on commit 941b19f

Please sign in to comment.