aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu1-8/+8
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+1
2018-03-06staging: rtl8188eu: place constant on the right side of testSantha Meena Ramamoorthy4-7/+7
2018-02-19staging: rtl8188eu: Replace function name in string with __func__Dafna Hirschfeld1-1/+2
2018-02-16staging: rtl8188eu: Move a blank lineDafna Hirschfeld1-1/+1
2018-01-25staging: rtl8188eu: remove redundant initialization of 'pwrcfgcmd'Colin Ian King1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-11/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8188eu: usb_halinit: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-03staging: rtl8188eu: Remove braces from single statement blocksMihaela Muraru1-8/+7
2017-09-22staging:rtl8188eu:hal Fix wrong comparison to FalseJanani Sankara Babu1-1/+1
2017-09-18staging: rtl8188eu: Fix spellingValentine Sinitsyn1-2/+2
2017-05-16staging: rtl8188eu: fix indentation errorRemco Verhoef1-1/+1
2017-05-15staging: rtl8188eu: Put constant on right side of comparisonAviv Palivoda1-2/+2
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov1-2/+1
2017-04-08staging: rtl8188eu: Remove extra spacesAlfonso Lima Astor1-1/+1
2017-03-12staging: rtl8188eu: Fix redundant space coding style issueAlex Yashchenko1-1/+1
2017-03-09staging: rtl8188eu: fix typos in macrosSebastian Haas1-2/+2
2017-03-06staging: rtl8188eu: Fixed "Missing a blank line after declarations".Yamanappagouda Patil7-0/+22
2017-03-06staging:r8188eu: remove unused HW_VAR_RF_TYPE parameter of HT_caps_handlerIvan Safonov1-3/+0
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|tail) and remove unused recvframe_(put|pull|pull_tail)()Ivan Safonov1-1/+1
2017-02-03staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)Martin Karamihov1-2/+1
2017-01-03staging: r8188eu: fix spelling mistake on xmitframe_coalseceColin Ian King1-1/+1
2016-10-25staging:r8188eu: Remove space before commaAlex Briskin1-2/+2
2016-10-16Staging: rtl8188eu: hal: Compress return logic into one lineMihaela Muraru1-6/+4
2016-10-16staging:r8188eu: remove pallocated_recv_buf member of the recv_priv structureIvan Safonov1-7/+3
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov2-4/+4
2016-10-16staging:r8188eu: remove bTXPowerTrackingInit member of odm_rf_cal structureIvan Safonov2-2/+0
2016-10-16staging:r8188eu: refactor rtl88eu_dm_txpower_tracking_callback_thermalmeter functionIvan Safonov1-27/+7
2016-10-16staging:r8188eu: remove NumTotalRFPath member of hal_data_8188e structureIvan Safonov4-103/+49
2016-10-16staging:r8188eu: remove rf_chip member of hal_data_8188e structureIvan Safonov2-18/+1
2016-10-16staging:r8188eu: remove Antenna_(Lfet|Right) enumeration itemsIvan Safonov1-5/+0
2016-10-16staging:r8188eu: remove unused members of hal_data_8188e structureIvan Safonov1-3/+0
2016-10-16staging:r8188eu: remove ExternalPA member of hal_data_8188e structureIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove bLedOpenDrain member of hal_data_8188e structureIvan Safonov1-12/+6
2016-10-16staging:r8188eu: remove bRegUseLed member of led_priv structureIvan Safonov1-1/+0
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-1/+0
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov1-1/+1
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov1-1/+1
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeIvan Safonov1-9/+1
2016-10-16staging:r8188eu: remove free_recv_buf_queue_cnt member of recv_priv structureIvan Safonov2-2/+0
2016-10-02staging:r8188eu: change rtl8188e_process_phy_info function argument typeIvan Safonov1-3/+2
2016-09-23staging: r8188eu: remove RFType member of odm_dm_struct structureIvan Safonov3-41/+12
2016-09-23staging: r8188eu: remove rf_type member of hal_data_8188e structureIvan Safonov6-22/+5
2016-09-23staging: rtl8188eu: hal: rtl8188e_cmd: Use ether_addr_copy() instead of memcpy()Georgiana Rodica Chelu1-17/+17
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov12-170/+117
2016-09-20staging: r8188eu: remove HW_VAR_DM_FLAG member of hw_variables enumerationIvan Safonov1-7/+0
2016-09-20staging: r8188eu: remove usb_hal.hIvan Safonov2-2/+0
2016-09-20staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov1-7/+0