summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl819x_TSProc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-28staging: rtl8192e: fix unbalanced braces around elseKhadija Kamran1-1/+2
2022-11-17staging: rtl8192e: Rename pHTInfoPhilipp Hortmann1-1/+1
2022-09-26staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr...Philipp Hortmann1-1/+1
2021-04-14staging: rtl8192e: remove unnecessary blank line before braceMitali Borkar1-2/+0
2021-04-14staging: rtl8192e: add spaces around binary operatorsMitali Borkar1-4/+4
2021-04-11staging: rtl8192e: Fix incorrect pointer checkMitali Borkar1-1/+1
2021-04-10staging: rtl8192e: remove unnecesasry f-trace like loggingMitali Borkar1-1/+0
2021-04-10staging: rtl8192e: replace comparison to NULL by boolMitali Borkar1-3/+3
2021-03-10staging: rtl8192e: rename RxAdmittedBARecord to rx_admitted_ba_record in rx_t...William Durand1-2/+2
2021-03-10staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand1-5/+5
2021-03-10staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand1-5/+5
2021-03-10staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand1-5/+5
2021-03-10staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand1-8/+8
2021-03-10staging: rtl8192e: rename TsCommonInfo to ts_common_info in rx_ts_record structWilliam Durand1-5/+5
2021-03-10staging: rtl8192e: rename Timer to timer in ba_record structWilliam Durand1-3/+3
2020-02-10staging: rtl8192e: style fix - Prefer using '"%s...", __func__'Derek Robson1-1/+1
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-12/+4
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook1-33/+23
2017-05-15staging: rtl8192e: GetTs Fix invalid TID 7 warning.Malcolm Priestley1-11/+4
2016-11-15staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil1-1/+1
2016-08-21staging/rtl8192e: avoid comparing unsigned type >= 0Arnd Bergmann1-0/+5
2015-09-29staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski1-4/+0
2015-07-15Staging: rtl8192e: Replace memset with eth_zero_addrVaishali Thakkar1-1/+1
2015-06-18Staging: rtl8192e: Timer setup using macro rather assignmentGnanachandran Dhanapal1-9/+9
2015-06-01staging: rtl8192e: Fix LONG_LINE warningsMateusz Kulikowski1-9/+12
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG()Mateusz Kulikowski1-21/+14
2015-06-01staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski1-10/+9
2015-04-03staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski1-60/+60
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski1-2/+3
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski1-27/+26
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar1-3/+3
2014-09-20Staging: rtl8192e: Fix space before semicolon warningMahati Chamarthy1-1/+1
2014-09-20Staging: rtl8192e: Fix else is not useful warningMahati Chamarthy1-2/+1
2014-08-31staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+6
2014-04-26staging: rtl8192e: Fix typo in rtl8192eMasanari Iida1-1/+1
2013-10-29staging: rtl8192e: do not use comparisons on bool testsValentina Manea1-2/+2
2012-05-10staging: Remove test of is_broadcast with is_multicastJoe Perches1-1/+1
2011-11-30rtl8192e: Export symbolsSean MacLennan1-0/+1
2011-09-07staging: rtl8192e: Fix various problems noted by smatchLarry Finger1-1/+1
2011-09-07staging: rtl8192e: Fix smatch warnings regarding large arrays on stackLarry Finger1-3/+2
2011-08-26staging: rtl8192e: Fix sparse (non-endian) messages - Part ILarry Finger1-17/+18
2011-08-26staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pMLarry Finger1-3/+3
2011-08-25staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VILarry Finger1-201/+172
2011-08-24staging: rtl8192e: Convert typedef TR_SELECT to enum tr_selectLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef DIRECTION_VALUE to enum direction_valueLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef QOS_TCLAS to union qos_tclasLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef TSPEC_BODY to union tspec_bodyLarry Finger1-4/+4
2011-08-24staging: rtl8192e: Convert typedef QOS_TSINFO to union qos_tsinfoLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef buffer to struct bufferLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef RX_REORDER_ENTRY to struct rx_reorder_entryLarry Finger1-5/+5