Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27341
b: refs/heads/master
c: 0c6157a
h: refs/heads/master
i:
  27339: bbc2f49
v: v3
  • Loading branch information
Michal Schmidt authored and John W. Linville committed May 5, 2006
1 parent e9d419c commit 1a6d95e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fd5226a72694d1c0abe1cc39711a86f1754e637d
refs/heads/master: 0c6157a371f72b91bd9d2f72c2e65e2bde4cdf39
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2768,7 +2768,7 @@ static int airo_test_wpa_capable(struct airo_info *ai)

/* Only firmware versions 5.30.17 or better can do WPA */
if ((cap_rid.softVer > 0x530)
|| ((cap_rid.softVer == 0x530) && (cap_rid.softSubVer >= 0x17))) {
|| ((cap_rid.softVer == 0x530) && (cap_rid.softSubVer >= 17))) {
airo_print_info(name, "WPA is supported.");
return 1;
}
Expand Down

0 comments on commit 1a6d95e

Please sign in to comment.