summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15staging: rtl8192u: Remove broken driverPhilipp Hortmann1-287/+0
2022-11-02staging: rtl8192u: remove unnecessary function implementationDeepak R Varma1-3/+0
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang1-1/+1
2020-07-10staging: rtl8192u: remove GPL boiler plate textMichael Straube1-16/+0
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed1-2/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2019-06-20staging: rtl8192u: ieee80211: Remove redundant memsetHariprasad Kelam1-1/+0
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan1-1/+1
2018-10-09staging:rtl8192u: Correct comparison with NULL - StyleJohn Whitmore1-1/+1
2018-10-09staging:rtl8192u: Correct code alignment - StyleJohn Whitmore1-1/+1
2018-10-09staging:rtl8192u: Remove unnecessary line continuation - StyleJohn Whitmore1-2/+1
2018-10-09staging:rtl8192u: Add missing blank lines - StyleJohn Whitmore1-0/+2
2018-10-09staging:rtl8192u: Correct code indentation - StyleJohn Whitmore1-3/+3
2018-10-09staging:rtl8192u: Add spaces around + operator - StyleJohn Whitmore1-1/+1
2018-10-09staging:rtl8192u: Remove extra blank lines - StyleJohn Whitmore1-3/+0
2018-10-09staging:rtl8192u: Clear error with line ending ( - StyleJohn Whitmore1-3/+3
2018-10-09staging:rtl8192u: Removed commented out include - StyleJohn Whitmore1-2/+1
2018-10-09staging:rtl8192u: Add missing SPDX-License-Identifier - StyleJohn Whitmore1-0/+1
2018-09-28staging:rtl8192u: Remove potential memory leakJohn Whitmore1-0/+5
2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-05-15Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issueRiccardo Marotti1-2/+1
2017-03-06staging: rtl8192u: Replace symbolic permissions with octal permissionssimran singhal1-2/+1
2017-02-16Staging: rtl8192u: ieee80211: ieee80211_module.c - style fixDerek Robson1-30/+30
2017-02-12staging: rtl8192u: Removing unnecessary parenthesessimran singhal1-2/+2
2017-02-12staging: rtl8192u: Remove useless functionsimran singhal1-1/+0
2016-02-15Staging: rtl819u: ieee80211: Remove function ieee80211_wep_nullBhumika Goyal1-1/+0
2015-09-13Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uacc...Shraddha Barke1-1/+1
2015-03-16Staging: rtl8192u: Combine initialization using setup_timerSomya Anand1-3/+2
2015-03-07staging: rtl8192x: Remove use of seq_printf return valueJoe Perches1-1/+3
2015-03-02staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari1-1/+0
2015-02-27Staging: rtl8192u: Remove trailing whitespace.Ksenija Stanojevic1-1/+1
2015-02-27Staging: rtl8192u: Fix do not use // c99 comments.Dilek Uzulmez1-7/+7
2014-08-31drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald1-1/+1
2013-10-16Staging: rtl8192u: fix sparse warnings for static functionsTeodora Baluta1-1/+1
2013-08-01Staging: rtl8192u/ieee80211: add missing single_release()Li Zefan1-1/+2
2013-04-09rtl8192u: switch to proc_create()Al Viro1-31/+22
2013-01-08staging/rtl8192u: don't init globals to 0 or NULLSebastian Hahn1-2/+2
2013-01-08staging/rtl8192u: cleanfile runSebastian Hahn1-2/+2
2012-04-24drivers/staging/rtl8192u/ieee80211/ieee80211_module.c: add missing free_netdevJulia Lawall1-1/+1
2011-07-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-1/+1
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl1-1/+0
2011-03-14staging: rtl8192u: Remove NULL check before kfreeIlia Mirkin1-5/+2
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall1-5/+2
2010-05-12Staging: Drop memory allocation castJulia Lawall1-1/+1
2010-03-04Staging: rtl8192su, rtl8192u: use min_t() in store_debug_level()Simon Horman1-1/+1
2009-12-11Staging: rtl8192u: remove dead codeMauro Carvalho Chehab1-2/+0
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-5/+5
2009-12-11Staging: rtl8192u: make it compileMauro Carvalho Chehab1-75/+7
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+394