Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186556
b: refs/heads/master
c: 8fab402
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent ad91df1 commit 4b98aec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 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: 2b6e6df4d911e5ef1f438b84ee00cfc48865aff3
refs/heads/master: 8fab4020fa1aa5ee3ad4e409323be9edfbd6c20e
3 changes: 0 additions & 3 deletions trunk/drivers/staging/winbond/mds_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ void Mds_SendComplete( struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02 );
void Mds_MpduProcess( struct wbsoft_priv *adapter, struct wb35_descriptor *pRxDes );
extern void DataDmp(u8 *pdata, u32 len, u32 offset);

// For Asynchronous indicating. The routine collocates with USB.
void Mds_MsduProcess( struct wbsoft_priv *adapter, PRXLAYER1 pRxLayer1, u8 SlotIndex);

// For data frame sending 20060802
u16 MDS_GetPacketSize( struct wbsoft_priv *adapter );
void MDS_GetNextPacket( struct wbsoft_priv *adapter, struct wb35_descriptor *pDes );
Expand Down
28 changes: 0 additions & 28 deletions trunk/drivers/staging/winbond/mds_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,32 +133,4 @@ struct wb35_mds {

};

//
// Reveive Layer 1 Format.
//----------------------------
typedef struct _RXLAYER1
{
u16 SequenceNumber; // The sequence number of the last received packet.
u16 BufferTotalSize;

u32 InUsed;
u32 DecryptionMethod; // The desired defragment number of the next incoming packet.

u8 DeFragmentNumber;
u8 FrameType;
u8 TypeEncapsulated;
u8 BufferNumber;

u32 FirstFrameArrivedTime;

u8 LastFrameType; // 20061004 for fix intel 3945 's bug
u8 RESERVED[3]; //@@ anson

/////////////////////////////////////////////////////////////////////////////////////////////
// For brand-new Rx system
u8 ReservedBuffer[ 2400 ];//If Buffer ID is reserved one, it must copy the data into this area
u8 *ReservedBufferPoint;// Point to the next availabe address of reserved buffer

}RXLAYER1, * PRXLAYER1;

#endif

0 comments on commit 4b98aec

Please sign in to comment.