|
Linux Kernel
3.7.1
|
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) |
| 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.
1.8.2