aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-05-15staging: rtl8192u: Convert u4bAcParam to little-endianTuomo Rinne1-0/+1
2017-05-15staging: rtl8192u: Improve code readabilityTuomo Rinne1-9/+19
2017-05-15staging: rtl8192u: Remove unnecessary scopeTuomo Rinne1-34/+32
2017-04-28staging: rtl8192u: fix spelling mistake in variable name *attentuationColin Ian King1-28/+28
2017-03-16staging: rtl8192u: Remove multiple assignmentsGargi Sharma1-4/+9
2017-03-09staging: rtl8192u: Fix sparse warnings in r8192U_dm.cMatthieu Simon1-4/+4
2016-09-20Staging: rtl8192u: Remove useless type conversionBhumika Goyal1-3/+3
2016-02-20Staging: rtl8192u: Convert long if-else block to switch-caseBhumika Goyal1-12/+40
2016-02-14staging: rtl8192u: r8192U_dm: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-3/+6
2016-02-07staging: rtl8192u: use to_delayed_workGeliang Tang1-2/+2
2015-10-13rtl8192u: BIT() macro cleanupAnish Bhatt1-6/+11
2015-07-22staging: rtl8192u: remove bool comparisonsLuis de Bethencourt1-4/+4
2015-06-12staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.cHarisangam Sharvari1-6/+6
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-03-18Staging: rtl8192u: Rename struct to avoid CamelCaseCristina Opriceana1-1/+1
2015-03-18Staging: rtl8192u: Do not add new typedefsCristina Opriceana1-2/+3
2015-03-16Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed1-3/+3
2015-03-16Staging: rtl8192u: Combine initialization using setup_timerSomya Anand1-4/+2
2015-03-06Staging: drivers: Bool initializations should use true/falseCristina Opriceana1-2/+2
2015-03-06Staging: rtl8192u: Fix duplicate conditional branchVaishali Thakkar1-2/+2
2015-03-01Staging: rtl8192u: Replace TRUE and FALSE macrosKsenija Stanojevic1-23/+23
2015-01-28staging: rtl8192u: Refactor heavy nestingLorenzo Stoakes1-15/+12
2015-01-28staging: rtl8192u: remove redundant codeLorenzo Stoakes1-85/+68
2015-01-28staging: rtl8192u: fix whitespace and alignmentLorenzo Stoakes1-980/+624
2015-01-28staging: rtl8192u: fix commentsLorenzo Stoakes1-391/+416
2015-01-17Staging: rtl8192u: removed an unnecessary else statementKarthik Nayak1-9/+7
2014-10-28staging: rtl8192u: delete successive assignments to the same locationJiayi Ye1-8/+0
2014-10-20staging: rtl8192u: Remove unused codeTapasweni Pathak1-4/+0
2014-10-20staging: rtl8192u: Remove defined but unused functionEbru Akagunduz1-79/+0
2014-08-30drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald1-12/+12
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-6/+6
2014-05-03staging: rtl8192u: fix checkpatch braces warningRui Miguel Silva1-4/+2
2014-03-19staging: rtl8192u: Delete duplicate function declarations and extern keywordAna Rey1-41/+10
2014-03-19staging: rtl8192u: Delete 'DM_CTSToSelfSetting' function in r8192U_dm.cAna Rey1-20/+0
2014-03-19staging: rtl8192u: Delete 'dm_change_fsync_setting' function in r8192U_dm.cAna Rey1-16/+0
2014-03-18staging:rtl8192u: drop explicit externsHimangi Saraogi1-14/+14
2013-09-25staging: rtl8192u: remove #ifndef RTL8192U and the code inside itXenia Ragiadakou1-8/+0
2013-09-25staging: rtl8192u: remove #ifndef RTL8190P guard from r8192U_dm.cXenia Ragiadakou1-6/+0
2013-09-25staging: rtl8192u: remove code inside #ifdef RTL8190P in r8192U_dm.cXenia Ragiadakou1-125/+12
2013-09-25staging: rtl8192u: remove unused dm_gpio_change_rf_callback()Xenia Ragiadakou1-73/+0
2013-09-25staging: rtl8192u: remove #ifdef RTL8192U guard in r8192U_dm.cXenia Ragiadakou1-4/+0
2013-09-25staging: rtl8192u: remove dm_check_rfctrl_gpio()Xenia Ragiadakou1-42/+0
2013-09-25staging: rtl8192u: remove cmpk_message_handle_tx()Xenia Ragiadakou1-8/+0
2013-06-06staging: rtl8192u: fix read_nic_* functionsXenia Ragiadakou1-21/+25
2013-05-16rtl8192u: remove whitespace after '(' and before ')' in r8192U_dm.cXenia Ragiadakou1-25/+25
2013-05-16rtl8192u: fix whitespace around ~ in r8192U_dm.cXenia Ragiadakou1-2/+2
2013-05-13STAGING: rtl8192u: fix checkpatch error by adding space after switchXenia Ragiadakou1-3/+3