Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175208
b: refs/heads/master
c: ee93e19
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 5f46447 commit 52fd723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5008c456c1cdcb8ef7265dcb6d20317f54d3e8ee
refs/heads/master: ee93e1971dc2dbc3133962b3d914b18d7c93a681
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/wroute.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ BOOL ROUTEbRelay (PSDevice pDevice, PBYTE pbySkbData, UINT uDataLen, UINT uNodeI
}

if (pDevice->bEnableHostWEP) {
if (uNodeIndex >= 0) {
if (uNodeIndex < MAX_NODE_NUM + 1) {
pTransmitKey = &STempKey;
pTransmitKey->byCipherSuite = pMgmt->sNodeDBTable[uNodeIndex].byCipherSuite;
pTransmitKey->dwKeyIndex = pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/rxtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,7 @@ bRelayPacketSend (
}

if (pDevice->bEnableHostWEP) {
if (uNodeIndex >= 0) {
if (uNodeIndex < MAX_NODE_NUM + 1) {
pTransmitKey = &STempKey;
pTransmitKey->byCipherSuite = pMgmt->sNodeDBTable[uNodeIndex].byCipherSuite;
pTransmitKey->dwKeyIndex = pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex;
Expand Down

0 comments on commit 52fd723

Please sign in to comment.