Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219644
b: refs/heads/master
c: fe14978
h: refs/heads/master
v: v3
  • Loading branch information
Luis Bosch authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 7276bde commit d48585c
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: 62e7e9614849c1a05ab8d18c07cb086304568629
refs/heads/master: fe149785a468e15fb6583a6acf9c4bb28324efbd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/key.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ BOOL KeybGetTransmitKey(PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyType,
int i, ii;

*pKey = NULL;
for (i=0;i<MAX_KEY_TABLE;i++) {
for (i = 0; i < MAX_KEY_TABLE; i++) {
if ((pTable->KeyTable[i].bInUse == TRUE) &&
!compare_ether_addr(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {

Expand Down

0 comments on commit d48585c

Please sign in to comment.