Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227905
b: refs/heads/master
c: 9c6e9aa
h: refs/heads/master
i:
  227903: 61fb165
v: v3
  • Loading branch information
Stephen Hemminger committed Nov 1, 2010
1 parent 2669f7a commit 7065d1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 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: d21d6dde0280f0897ce6de1948bfaa5633867b28
refs/heads/master: 9c6e9aa830071a442fb72ab05c15e2b2609636e3
44 changes: 0 additions & 44 deletions trunk/drivers/staging/bcm/InterfaceTx.c
Original file line number Diff line number Diff line change
@@ -1,49 +1,5 @@
#include "headers.h"


/*
Function: InterfaceTxDataPacket
Description: This is the hardware specific Function for Transmitting
data packet to the device.
Input parameters: IN PMINI_ADAPTER Adapter - Miniport Adapter Context
PVOID Packet - Packet Containing the data to be transmitted
USHORT usVcid - VCID on which data packet is to be sent
Return: BCM_STATUS_SUCCESS - If Tx was successful.
Other - If an error occured.
*/

ULONG InterfaceTxDataPacket(PMINI_ADAPTER Adapter,PVOID Packet,USHORT usVcid)
{
ULONG Status = 0;
return Status;
}

/*
Function: InterfaceTxControlPacket
Description: This is the hardware specific Function for Transmitting
control packet to the device.
Input parameters: IN PMINI_ADAPTER Adapter - Miniport Adapter Context
PVOID pvBuffer - Buffer containg control packet
UINT uiBufferLength - Buffer Length
Return: BCM_STATUS_SUCCESS - If control packet transmit was successful.
Other - If an error occured.
*/

ULONG InterfaceTxControlPacket(PMINI_ADAPTER Adapter,PVOID pvBuffer,UINT uiBufferLength)
{
ULONG Status = 0;



return Status;
}
/*this is transmit call-back(BULK OUT)*/
static void write_bulk_callback(struct urb *urb/*, struct pt_regs *regs*/)
{
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/bcm/InterfaceTx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@

INT InterfaceTransmitPacket(PVOID arg, PVOID data, UINT len);


ULONG InterfaceTxDataPacket(PMINI_ADAPTER Adapter,PVOID Packet,USHORT usVcid);

ULONG InterfaceTxControlPacket(PMINI_ADAPTER Adapter,PVOID pvBuffer,UINT uiBufferLength);


#endif

0 comments on commit 7065d1e

Please sign in to comment.