summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal
Commit message (Expand)AuthorAgeFilesLines
...
* staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov2015-10-291-4/+4
* staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov2015-10-291-1/+1
* staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov2015-10-291-0/+3
* staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-292-2/+2
* staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-291-4/+2
* staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-292-2/+2
* staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla2015-10-271-4/+1
* staging: rtl8188eu: fix misleading indentationLuis de Bethencourt2015-10-241-1/+1
* rtl8188eu : BIT() macro cleanupAnish Bhatt2015-10-249-141/+141
* Staging: rtl8188eu: rf_cfg: Remove useless castShivani Bhardwaj2015-10-161-1/+1
* staging: rtl8188eu: spaces preferred around that + insertedIvan Safonov2015-10-121-4/+4
* staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof usedIvan Safonov2015-10-121-4/+4
* staging: rtl8188eu: unused macro read_next_pair removedIvan Safonov2015-10-121-8/+0
* Staging: rtl8188eu: Correct coding style errorsIban Rodriguez2015-10-121-4/+5
* staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki2015-09-181-0/+4
* Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparisonShraddha Barke2015-09-121-1/+1
* Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparisonShraddha Barke2015-09-121-7/+7
* Staging: rtl8188eu: hal: Remove explicit NULL comparisonShraddha Barke2015-09-121-1/+1
* Staging: rtl8188eu: Remove explicit NULL comparisonShraddha Barke2015-09-121-2/+2
* staging: rtl8188eu: fix possible NULL dereferenceSudip Mukherjee2015-08-141-4/+4
* Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpat...Mayank Bareja2015-07-312-4/+4
* staging: rtl8188eu: kill unused hal_data_8188e::fw_ractrl flagJakub Sitnicki2015-07-243-53/+6
* staging: rtl8188eu: remove unused rtw_hal_write_rfregLuca Ceresoli2015-07-162-9/+0
* staging: rtl8188eu: remove unused rtw_hal_set_def_varLuca Ceresoli2015-07-162-78/+0
* staging: rtl8188eu: remove unused {en,dis}able_interruptLuca Ceresoli2015-07-161-16/+0
* staging: rtl8188eu: fold rtl8188e_read_chip_version() into rtl8188e_SetHalODM...Jakub Sitnicki2015-07-141-9/+2
* staging: rtl8188eu: remove ROMVer from struct HAL_VERSIONJakub Sitnicki2015-07-142-3/+1
* staging: rtl8188eu: remove RFtype from struct HAL_VERSIONJakub Sitnicki2015-07-142-24/+3
* staging: rtl8188eu: remove ICtype from struct HAL_VERSIONJakub Sitnicki2015-07-143-14/+2
* staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188eJakub Sitnicki2015-07-141-3/+0
* staging:rtl8188eu: Code cleanup fix reported by coccinellePrasanna Karthik2015-07-141-1/+1
* staging: rtl8188eu: remove unused variablesSudip Mukherjee2015-06-122-10/+2
* staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz2015-06-102-2/+2
* staging: rtl8188eu: remove unwanted assignmentHari Prasath Gujulan Elango2015-06-081-1/+0
* Staging: rtl8188eu: fix coding styleSai.Jiang2015-05-311-0/+2
* Staging: rtl8188eu: Add new variable to make code compactVatika Harlalka2015-03-261-78/+84
* Staging: rtl8188eu: Refactor repititive code to loop to increase compactnessVatika Harlalka2015-03-261-13/+13
* Staging: rtl8188eu: Reduce line size to increase readabilityVatika Harlalka2015-03-261-16/+34
* Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-164-14/+14
* staging: rtl8188eu: remove break after returnSupriya Karanth2015-03-161-1/+0
* staging: rtl8188eu: use %pM specifier instead of passing direct valuesMike Krinkin2015-03-161-4/+2
* staging: rtl8188eu: Use kcalloc instead of kzallocNavya Sri Nizamkari2015-03-151-1/+1
* staging: rtl8188eu: remove extra parentheses around right bit shift operationsAya Mahfouz2015-03-063-6/+7
* Staging: rtl8188eu: Remove unused variableVatika Harlalka2015-03-011-9/+1
* Staging: rtl8188eu: Move variable assignmentVatika Harlalka2015-03-011-1/+1
* Staging: rtl8188eu: Remove braces from single statement blockVatika Harlalka2015-03-011-2/+1
* Staging: rtl8188eu: Remove unnecessary codeVatika Harlalka2015-02-261-20/+1
* staging: rtl8188eu: rewrite the right hand side of an assignmentAya Mahfouz2015-02-261-1/+1
OpenPOWER on IntegriCloud