Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162412
b: refs/heads/master
c: 27f362e
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4c2168d commit 477f3f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 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: b7caf94fb8dcfea7a44251977bb3f1b7a8cbfeb4
refs/heads/master: 27f362e7692be874348c02ac8676367842c842cc
12 changes: 0 additions & 12 deletions trunk/drivers/staging/winbond/mds_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ enum {

#define RX_BUF_SIZE 2352 // 600 // For 301 must be multiple of 8
#define MAX_RX_DESCRIPTORS 18 // Rx Layer 2
#define MAX_BUFFER_QUEUE 8 // The value is always equal 8 due to NDIS_PACKET's MiniportReserved field size


// For brand-new rx system
Expand Down Expand Up @@ -134,15 +133,6 @@ struct wb35_mds {

};


typedef struct _RxBuffer
{
u8 * pBufferAddress; // Pointer the received data buffer.
u16 BufferSize;
u8 RESERVED;
u8 BufferIndex;// Only 1 byte
} RXBUFFER, *PRXBUFFER;

//
// Reveive Layer 1 Format.
//----------------------------
Expand All @@ -161,8 +151,6 @@ typedef struct _RXLAYER1

u32 FirstFrameArrivedTime;

RXBUFFER BufferQueue[ MAX_BUFFER_QUEUE ];

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

Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/staging/winbond/mlmetxrx_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ u8 MLMESendFrame( struct wbsoft_priv * adapter,
void
MLME_SendComplete( struct wbsoft_priv * adapter, u8 PacketID, unsigned char SendOK );

void
MLMERcvFrame(
struct wbsoft_priv * adapter,
PRXBUFFER pRxBufferArray,
u8 NumOfBuffer,
u8 ReturnSlotIndex
);

void
MLMEReturnPacket(
struct wbsoft_priv * adapter,
Expand Down

0 comments on commit 477f3f0

Please sign in to comment.