Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141155
b: refs/heads/master
c: 3b05574
h: refs/heads/master
i:
  141153: 5cad60c
  141151: bb802aa
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 88c3a8f commit 783a3b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 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: d2443c53eeaacf04ebb015e464824140ba24ebc0
refs/heads/master: 3b055748d808f410da75564869a506b21eb6701b
37 changes: 0 additions & 37 deletions trunk/drivers/staging/winbond/ds_tkip.h

This file was deleted.

9 changes: 1 addition & 8 deletions trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "ds_tkip.h"
#include "gl_80211.h"
#include "mds_f.h"
#include "mlmetxrx_f.h"
Expand Down Expand Up @@ -425,7 +424,7 @@ Mds_Tx(struct wbsoft_priv * adapter)
u8 *XmitBufAddress;
u16 XmitBufSize, PacketSize, stmp, CurrentSize, FragmentThreshold;
u8 FillIndex, TxDesIndex, FragmentCount, FillCount;
unsigned char BufferFilled = false, MICAdd = 0;
unsigned char BufferFilled = false;


if (pMds->TxPause)
Expand Down Expand Up @@ -499,12 +498,6 @@ Mds_Tx(struct wbsoft_priv * adapter)
// Set RTS/CTS and Normal duration field into buffer
Mds_DurationSet(adapter, pTxDes, XmitBufAddress);

//
// Calculation MIC from buffer which maybe fragment, then fill into temporary address 8 byte
// 931130.5.e
if (MICAdd)
Mds_MicFill( adapter, pTxDes, XmitBufAddress );

//Shift to the next address
XmitBufSize += CurrentSize;
XmitBufAddress += CurrentSize;
Expand Down

0 comments on commit 783a3b7

Please sign in to comment.