Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rtl819x_TSProc.c File Reference
#include "rtllib.h"
#include <linux/etherdevice.h>
#include "rtl819x_TS.h"

Go to the source code of this file.

Functions

void TSInitialize (struct rtllib_device *ieee)
 
bool GetTs (struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs)
 
void RemovePeerTS (struct rtllib_device *ieee, u8 *Addr)
 
 EXPORT_SYMBOL (RemovePeerTS)
 
void RemoveAllTS (struct rtllib_device *ieee)
 
void TsStartAddBaProcess (struct rtllib_device *ieee, struct tx_ts_record *pTxTS)
 

Function Documentation

EXPORT_SYMBOL ( RemovePeerTS  )
bool GetTs ( struct rtllib_device ieee,
struct ts_common_info **  ppTS,
u8 Addr,
u8  TID,
enum tr_select  TxRxSelect,
bool  bAddNewTs 
)

Definition at line 309 of file rtl819x_TSProc.c.

void RemoveAllTS ( struct rtllib_device ieee)

Definition at line 502 of file rtl819x_TSProc.c.

void RemovePeerTS ( struct rtllib_device ieee,
u8 Addr 
)

Definition at line 462 of file rtl819x_TSProc.c.

void TSInitialize ( struct rtllib_device ieee)

Definition at line 140 of file rtl819x_TSProc.c.

void TsStartAddBaProcess ( struct rtllib_device ieee,
struct tx_ts_record pTxTS 
)

Definition at line 531 of file rtl819x_TSProc.c.