aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TSProc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14Staging: rtl8192e: Replace memset with eth_zero_addrVaishali Thakkar1-1/+1
2015-06-17Staging: 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-19Staging: rtl8192e: Fix space before semicolon warningMahati Chamarthy1-1/+1
2014-09-19Staging: rtl8192e: Fix else is not useful warningMahati Chamarthy1-2/+1
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+6
2014-04-25staging: rtl8192e: Fix typo in rtl8192eMasanari Iida1-1/+1
2013-10-28staging: rtl8192e: do not use comparisons on bool testsValentina Manea1-2/+2
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches1-1/+1
2011-11-30rtl8192e: Export symbolsSean MacLennan1-0/+1
2011-09-06staging: rtl8192e: Fix various problems noted by smatchLarry Finger1-1/+1
2011-09-06staging: rtl8192e: Fix smatch warnings regarding large arrays on stackLarry Finger1-3/+2
2011-08-25staging: rtl8192e: Fix sparse (non-endian) messages - Part ILarry Finger1-17/+18
2011-08-25staging: 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
2011-08-23staging: rtl8192e: Convert typedef TS_COMMON_INFO to struct ts_common_infoLarry Finger1-10/+10
2011-08-23staging: rtl8192e: Convert typedef RX_TS_RECORD to struct rx_ts_recordLarry Finger1-5/+5
2011-08-23staging: rtl8192e: Convert typedef TX_TS_RECORD to struct tx_ts_recordLarry Finger1-6/+6
2011-08-23staging: rtl8192e: Remove dead code associated with _RTL8192_EXT_PATCH_Larry Finger1-61/+0
2011-08-23rtl8192e: Remove occurences of #if 1Mike McCormack1-6/+3
2011-08-23rtl8192e: Remove extra ifdefsMike McCormack1-7/+1
2011-08-23From: wlanfae <wlanfae@realtek.com>Larry Finger1-0/+647