Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353879
b: refs/heads/master
c: 8d915d8
h: refs/heads/master
i:
  353877: 5e5cbd2
  353875: 23bcf95
  353871: 3b1ffb7
v: v3
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent e740d29 commit 241a2e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: d4d8bcd945c92c7da4b05f93c060e38b559065f0
refs/heads/master: 8d915d8c9b8c49ab4725e3d9a6d7b5a8b50751e7
6 changes: 3 additions & 3 deletions trunk/drivers/staging/vt6655/rxtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,7 @@ CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket) {
pTxBufHead->wFragCtl |= cpu_to_le16((unsigned short)(cbMacHdLen << 10));

// Notes:
// Although spec says MMPDU can be fragmented; In most case,
// Although spec says MMPDU can be fragmented; In most cases,
// no one will send a MMPDU under fragmentation. With RTS may occur.
pDevice->bAES = false; //Set FRAGCTL_WEPTYP

Expand Down Expand Up @@ -2510,7 +2510,7 @@ CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket) {
pbyPayloadHead = (unsigned char *)(pbyTxBufferAddr + cbHeaderSize + cbMacHdLen + uPadding + cbIVlen);

//Fill TXKEY
//Kyle: Need fix: TKIP and AES did't encryt Mnt Packet.
//Kyle: Need fix: TKIP and AES did't encrypt Mnt Packet.
//s_vFillTxKey(pDevice, (unsigned char *)pTxBufHead->adwTxKey, NULL);

//Fill IV(ExtIV,RSNHDR)
Expand Down Expand Up @@ -2957,7 +2957,7 @@ vDMA0_tx_80211(PSDevice pDevice, struct sk_buff *skb, unsigned char *pbMPDU, un
pTxBufHead->wFragCtl |= cpu_to_le16((unsigned short)cbMacHdLen << 10);

// Notes:
// Although spec says MMPDU can be fragmented; In most casses,
// Although spec says MMPDU can be fragmented; In most cases,
// no one will send a MMPDU under fragmentation. With RTS may occur.
pDevice->bAES = false; //Set FRAGCTL_WEPTYP

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/wcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ printk("chester-abyDesireSSID=%s\n",((PWLAN_IE_SSID)pMgmt->abyDesireSSID)->abySS
pDevice->nTxDataTimeCout = 0;
}
else {
// printk("mike:-->First time triger TimerTxData InSleep\n");
// printk("mike:-->First time trigger TimerTxData InSleep\n");
}
pDevice->IsTxDataTrigger = true;
add_timer(&pDevice->sTimerTxData);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/wmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==true)

if (pBSSList != NULL) {

// Compare PHY paramater setting
// Compare PHY parameter setting
if (pMgmt->wCurrCapInfo != pBSSList->wCapInfo) {
bUpdatePhyParameter = true;
pMgmt->wCurrCapInfo = pBSSList->wCapInfo;
Expand Down

0 comments on commit 241a2e5

Please sign in to comment.