Linux Kernel
3.7.1
|
#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) |
int SendControlPacket | ( | struct bcm_mini_adapter * | Adapter, |
char * | pControlPacket | ||
) |
This function dispatches control packet to the h/w interface
Adapter | Logical Adapter |
pControlPacket | Control Packet |
Definition at line 43 of file Transmit.c.