summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TSProc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: remove unnecessary blank line before braceMitali Borkar2021-04-141-2/+0
* staging: rtl8192e: add spaces around binary operatorsMitali Borkar2021-04-141-4/+4
* staging: rtl8192e: Fix incorrect pointer checkMitali Borkar2021-04-111-1/+1
* staging: rtl8192e: remove unnecesasry f-trace like loggingMitali Borkar2021-04-101-1/+0
* staging: rtl8192e: replace comparison to NULL by boolMitali Borkar2021-04-101-3/+3
* staging: rtl8192e: rename RxAdmittedBARecord to rx_admitted_ba_record in rx_t...William Durand2021-03-101-2/+2
* staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand2021-03-101-5/+5
* staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand2021-03-101-5/+5
* staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand2021-03-101-5/+5
* staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand2021-03-101-8/+8
* staging: rtl8192e: rename TsCommonInfo to ts_common_info in rx_ts_record structWilliam Durand2021-03-101-5/+5
* staging: rtl8192e: rename Timer to timer in ba_record structWilliam Durand2021-03-101-3/+3
* staging: rtl8192e: style fix - Prefer using '"%s...", __func__'Derek Robson2020-02-091-1/+1
* staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-031-12/+4
* staging: rtl8192e: Convert timers to use timer_setup()Kees Cook2017-10-181-33/+23
* staging: rtl8192e: GetTs Fix invalid TID 7 warning.Malcolm Priestley2017-05-151-11/+4
* staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil2016-11-151-1/+1
* staging/rtl8192e: avoid comparing unsigned type >= 0Arnd Bergmann2016-08-211-0/+5
* staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski2015-09-291-4/+0
* Staging: rtl8192e: Replace memset with eth_zero_addrVaishali Thakkar2015-07-141-1/+1
* Staging: rtl8192e: Timer setup using macro rather assignmentGnanachandran Dhanapal2015-06-171-9/+9
* staging: rtl8192e: Fix LONG_LINE warningsMateusz Kulikowski2015-06-011-9/+12
* staging: rtl8192e: Remove RTLLIB_DEBUG()Mateusz Kulikowski2015-06-011-21/+14
* staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski2015-06-011-10/+9
* staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski2015-04-031-60/+60
* staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski2015-03-201-2/+3
* staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski2015-03-201-27/+26
* Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar2015-03-161-3/+3
* Staging: rtl8192e: Fix space before semicolon warningMahati Chamarthy2014-09-191-1/+1
* Staging: rtl8192e: Fix else is not useful warningMahati Chamarthy2014-09-191-2/+1
* staging: rtl8192e: fixed coding style issuesMatthew Casey2014-08-301-0/+6
* staging: rtl8192e: Fix typo in rtl8192eMasanari Iida2014-04-251-1/+1
* staging: rtl8192e: do not use comparisons on bool testsValentina Manea2013-10-281-2/+2
* staging: Remove test of is_broadcast with is_multicastJoe Perches2012-05-091-1/+1
* rtl8192e: Export symbolsSean MacLennan2011-11-301-0/+1
* staging: rtl8192e: Fix various problems noted by smatchLarry Finger2011-09-061-1/+1
* staging: rtl8192e: Fix smatch warnings regarding large arrays on stackLarry Finger2011-09-061-3/+2
* staging: rtl8192e: Fix sparse (non-endian) messages - Part ILarry Finger2011-08-251-17/+18
* staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pMLarry Finger2011-08-251-3/+3
* staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VILarry Finger2011-08-251-201/+172
* staging: rtl8192e: Convert typedef TR_SELECT to enum tr_selectLarry Finger2011-08-241-3/+3
* staging: rtl8192e: Convert typedef DIRECTION_VALUE to enum direction_valueLarry Finger2011-08-241-1/+1
* staging: rtl8192e: Convert typedef QOS_TCLAS to union qos_tclasLarry Finger2011-08-241-3/+3
* staging: rtl8192e: Convert typedef TSPEC_BODY to union tspec_bodyLarry Finger2011-08-241-4/+4
* staging: rtl8192e: Convert typedef QOS_TSINFO to union qos_tsinfoLarry Finger2011-08-241-1/+1
* staging: rtl8192e: Convert typedef buffer to struct bufferLarry Finger2011-08-241-1/+1
* staging: rtl8192e: Convert typedef RX_REORDER_ENTRY to struct rx_reorder_entryLarry Finger2011-08-241-5/+5
* staging: rtl8192e: Convert typedef TS_COMMON_INFO to struct ts_common_infoLarry Finger2011-08-231-10/+10
* staging: rtl8192e: Convert typedef RX_TS_RECORD to struct rx_ts_recordLarry Finger2011-08-231-5/+5
* staging: rtl8192e: Convert typedef TX_TS_RECORD to struct tx_ts_recordLarry Finger2011-08-231-6/+6