summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/hal_init.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-09Merge 5.14-rc5 into staging-nextGreg Kroah-Hartman1-10/+20
2021-07-30Staging: rt18712: hal_init: removed filename from beginning comment blockAgam Kohli1-1/+0
2021-07-27staging: rtl8712: error handling refactoringPavel Skripkin1-10/+20
2021-06-14staging: rtl8712: fix memory leak in rtl871x_load_fw_cbPavel Skripkin1-0/+3
2020-07-17staging: rtl8712: handle firmware load failureRustam Kovhaev1-1/+2
2020-07-10staging: rtl8712: Use proper format in call to dev_err()Mauro Dreissig1-2/+2
2020-07-10staging: rtl8712: Remove variable 'raw' from rtl871x_open_fw()Mauro Dreissig1-4/+2
2020-07-10staging: rtl8712: Use ETH_ALEN instead of hardcoded valueMauro Dreissig1-1/+1
2020-07-10staging: rtl8712: Simplify expressions with boolean logicMauro Dreissig1-2/+2
2020-07-10staging: rtl8712: Replace constant 49152 with expression 48 * 1024Mauro Dreissig1-1/+1
2020-07-03staging: rtl8712: Replace FIELD_OFFSET() with offsetof()Mauro Dreissig1-2/+2
2019-06-09staging: rtl8712: hal_init.c: Remove leading p from variable namesNishka Dasgupta1-87/+87
2019-03-18staging: rtl8712: line over 80 characters.Bhagyashri Dighole1-1/+2
2018-11-07staging: rtl8712: fix CamelCase in fw_priv structRobert Eshleman1-5/+5
2018-09-20staging: rtl8712: replace licence header with SPDX licence idAndré Lehmann1-9/+1
2017-11-28staging: rtl8712: remove redundant zero assignment to val32Colin Ian King1-1/+0
2017-09-17staging: rtl8712: Fix unbalanced braces around else statementLiam Ryan1-2/+2
2017-01-03staging: rtl8712: changed typecast to __leJannik Becher1-6/+6
2016-05-01rtl8712: Fixed alignment to match open parenthesisParth Sane1-4/+5
2016-03-28staging: rtl8712: Fixed FSF address warning in hal_init.cParth Sane1-4/+0
2016-03-28staging: rtl8712: hal_init.c: fix comment block code styleJuliana Rodrigues1-4/+8
2015-10-25staging: rtl8712: braces should be used on all armsLuis de Bethencourt1-5/+6
2015-10-13staging: rtl8712: usleep_range is preferred over udelayAmitoj Kaur Chawla1-2/+2
2015-10-13staging: rtl8712: Replace GFP_ATOMIC with GFP_KERNELAmitoj Kaur Chawla1-1/+1
2015-10-08staging: rtl8712: Remove NULL comparisonAmitoj Kaur Chawla1-1/+1
2015-10-08staging: rtl8712: Remove NULL comparisonAmitoj Kaur Chawla1-1/+1
2015-10-08staging: rtl8712: Add space around '&'Amitoj Kaur Chawla1-2/+2
2015-10-08staging: rtl8712: Add spaces around '|'Amitoj Kaur Chawla1-5/+5
2015-10-08staging: rtl8712: Add space around '+'Amitoj Kaur Chawla1-12/+12
2015-03-09Staging rtl8172: Remove unnecessary typecastVatika Harlalka1-1/+1
2014-10-29staging: rtl8712: remove unused variablesSudip Mukherjee1-7/+2
2014-10-29staging: rtl8712: Remove redundant castRasmus Villemoes1-1/+1
2014-10-02staging: rtl8712: Fixed else not required after returnSarah Khan1-4/+2
2014-09-24staging: rtl8712: fixed missing blank lineSarah Khan1-0/+1
2014-06-20staging: rtl8712: Remove useless variable 'fw_found'Thomas Vegas1-2/+0
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov1-1/+1
2013-01-12rtl8712: replace printk with better solutionsPrzemo Firszt1-8/+9
2012-05-10staging: delete all duplicated endian crap from rtl8712 driverPaul Gortmaker1-1/+0
2012-02-09staging: r8712u: Use asynchronous firmware loadingLarry Finger1-19/+43
2011-10-04staging: r8712u: include module.h where neededStephen Rothwell1-0/+1
2011-09-07staging: r8712u: Merging Realtek's latest (v2.6.6). Updated include directives.Ali Bahar1-0/+5
2011-02-03Staging: Merge branch 'staging-next' into 2.6.38-rc3Greg Kroah-Hartman1-4/+7
2011-01-21staging: r8712u: Firmware changes for driverLarry Finger1-1/+2
2011-01-21staging: r8712u: Switch driver to use external firmware from linux-firmwareLarry Finger1-5/+17
2011-01-20staging: r8712u: Fix memory leak in firmware loadingLarry Finger1-4/+7
2010-08-31staging: r8712u: Add module parameter to disable turbo modeLarry Finger1-1/+2
2010-08-31staging: r8712u: Fix sparse warningsLarry Finger1-0/+1
2010-08-20staging: r8712u: Add the new driver to the mainline kernelLarry Finger1-0/+356