summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl819x_TS.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Staging: rtl8192e: rename linked list reference: ListTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TsCommonInfoTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TsAddBaTimerTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TxCurSeqTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TxPendingBARecordTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TxAdmittedBARecordTree Davies1-1/+1
2023-11-27Staging: rtl8192e: Rename variable TSpecTree Davies1-1/+1
2023-11-23Staging: rtl8192e: Rename variable bDisable_AddBaTree Davies1-1/+1
2023-11-23Staging: rtl8192e: Rename variable bUsingBaTree Davies1-1/+1
2023-11-23Staging: rtl8192e: Rename variable bAddBaReqDelayedTree Davies1-1/+1
2023-11-23Staging: rtl8192e: Rename variable bAddBaReqInProgressTree Davies1-1/+1
2023-10-27staging: rtl8192e: Remove unused constants starting with MAX_RX_QUEUEPhilipp Hortmann1-1/+0
2023-10-25staging: rtl8192e: Remove unused variables TClasProc and TClasNumPhilipp Hortmann1-2/+0
2023-10-25staging: rtl8192e: Remove unused union qos_tclasPhilipp Hortmann1-1/+0
2023-10-25staging: rtl8192e: Replace union qos_tsinfo with embedded structPhilipp Hortmann1-1/+1
2023-10-25staging: rtl8192e: Replace union tspec_body including embedded structPhilipp Hortmann1-1/+1
2023-09-26Staging: rtl8192e: Rename variable AddrTree Davies1-1/+1
2023-07-27staging: rtl8192e: Remove unused timer InactTimerPhilipp Hortmann1-1/+0
2023-07-27staging: rtl8192e: Remove unused timer SetupTimerPhilipp Hortmann1-1/+0
2023-06-15staging: rtl8192e: remove blank linesMichael Straube1-2/+0
2021-03-10staging: rtl8192e: reformat rx_ts_record structWilliam Durand1-7/+7
2021-03-10staging: rtl8192e: rename RxLastFragNum to rx_last_frag_num in rx_ts_record s...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxLastSeqNum to rx_last_seq_num in rx_ts_record structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxAdmittedBARecord to rx_admitted_ba_record in rx_t...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand1-1/+1
2021-03-10staging: rtl8192e: rename TsCommonInfo to ts_common_info in rx_ts_record structWilliam Durand1-1/+1
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-12/+4
2017-03-23Staging: rtl8192e - fixed style of block commentsDerek Robson1-1/+1
2015-09-29staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski1-4/+0
2015-07-15staging: rtl8192e: Remove unused definesMateusz Kulikowski1-2/+0
2015-06-18Staging: rtl8192e: Timer setup using macro rather assignmentGnanachandran Dhanapal1-1/+0
2015-06-01staging: rtl8192e: Make ethernet addresses properly alignedMateusz Kulikowski1-1/+1
2011-08-25staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VILarry Finger1-0/+2
2011-08-24staging: rtl8192e: Convert typedef TR_SELECT to enum tr_selectLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef QOS_TCLAS to union qos_tclasLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef TSPEC_BODY to union tspec_bodyLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef BA_RECORD to struct ba_recordLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef TS_COMMON_INFO to struct ts_common_infoLarry Finger1-4/+4
2011-08-24staging: rtl8192e: Convert typedef RX_TS_RECORD to struct rx_ts_recordLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef TX_TS_RECORD to struct tx_ts_recordLarry Finger1-2/+2
2011-08-24From: wlanfae <wlanfae@realtek.com>Larry Finger1-0/+71