Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Transmit.c File Reference
#include "headers.h"

Go to the source code of this file.

Functions

int SendControlPacket (struct bcm_mini_adapter *Adapter, char *pControlPacket)
 
int SetupNextSend (struct bcm_mini_adapter *Adapter, struct sk_buff *Packet, USHORT Vcid)
 
int tx_pkt_handler (struct bcm_mini_adapter *Adapter)
 

Function Documentation

int SendControlPacket ( struct bcm_mini_adapter Adapter,
char pControlPacket 
)

This function dispatches control packet to the h/w interface

Returns
zero(success) or -ve value(failure)
Parameters
AdapterLogical Adapter
pControlPacketControl Packet

Definition at line 43 of file Transmit.c.