aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-02staging: rtl8188eu: fix double unlock error in rtw_resume_process()Wei Yongjun1-4/+4
2016-10-02staging:r8188eu: remove GEN_MLME_EXT_HANDLER macroIvan Safonov1-17/+15
2016-10-02staging:r8188eu: remove GEN_DRV_CMD_HANDLER macroIvan Safonov1-1/+0
2016-10-02staging:r8188eu: remove GEN_EVT_CODE macroIvan Safonov3-33/+31
2016-10-02staging:r8188eu: remove GEN_CMD_CODE macroIvan Safonov3-51/+49
2016-10-02staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov2-2/+0
2016-10-02staging:r8188eu: remove rtw_handle_dualmac declarationIvan Safonov1-2/+0
2016-10-02staging:r8188eu: remove (RGTRY|BSSID)_(OFT|SZ) macrosIvan Safonov1-6/+0
2016-10-02staging:r8188eu: change rtl8188e_process_phy_info function argument typeIvan Safonov2-4/+4
2016-10-02staging: rtl8188eu: core: rtw_xmit: Use macros instead of constantsGeorgiana Rodica Chelu1-6/+6
2016-10-02staging: rtl8188eu: core: rtw_xmit: Move constant of the right sideGeorgiana Rodica Chelu1-3/+3
2016-09-25staging: rtl8188eu: core: rtw_security: Remove return statement from void functionGeorgiana Rodica Chelu1-1/+0
2016-09-25staging: rtl8188eu: core: rtw_mlme: Remove return statement from void functionGeorgiana Rodica Chelu1-2/+0
2016-09-23staging: r8188eu: remove RFType member of odm_dm_struct structureIvan Safonov4-43/+12
2016-09-23staging: r8188eu: remove rf_type member of hal_data_8188e structureIvan Safonov7-23/+5
2016-09-23staging: rtl8188eu: hal: rtl8188e_cmd: Use ether_addr_copy() instead of memcpy()Georgiana Rodica Chelu1-17/+17
2016-09-22Staging:rtl8188eu: Fix multiple blank linesYannis Damigos1-1/+0
2016-09-20staging: rtl8188eu: core: rtw_xmit: Remove extra bracesGeorgiana Rodica Chelu1-12/+7
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov15-187/+124
2016-09-20staging: r8188eu: remove GET_RF_TYPE macroIvan Safonov1-1/+0
2016-09-20staging: r8188eu: set correct type for HalData member of adapter structureIvan Safonov1-1/+1
2016-09-20staging: r8188eu: remove HW_VAR_DM_FLAG member of hw_variables enumerationIvan Safonov2-8/+0
2016-09-20staging: r8188eu: remove usb_hal.hIvan Safonov5-23/+0
2016-09-20staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov3-11/+5
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov4-9/+5
2016-09-20staging: r8188eu: delete rtw_usb_bulk_size_boundary functionIvan Safonov1-15/+0
2016-09-20staging: r8188eu: remove pkt_hdrlen member of pkt_attrib structureIvan Safonov2-4/+1
2016-09-20staging: r8188eu: remove xmitframe_direct functionIvan Safonov1-13/+6
2016-09-20staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov3-18/+17
2016-09-18staging: rtl8188eu: core: Add spaces around operatorsAnchal Jain1-26/+26
2016-09-18staging: rtl8188eu: core: Fix comparison to NULLAnchal Jain1-6/+6
2016-09-17staging: rtl8188eu: core: Replace memcpy() with ether_addr_copy() if ethernet addresses are __aligned(2)sayli karnik1-43/+46
2016-09-17staging: r8188eu: remove ODM_CmnInfoPtrArrayHook functionIvan Safonov2-84/+20
2016-09-17staging: r8188eu: remove ODM_CmnInfoHook functionIvan Safonov2-88/+11
2016-09-17staging: r8188eu: remove ODM_CmnInfoUpdate functionIvan Safonov3-50/+9
2016-09-12staging: rtl8188eu: remove unused debugging functionsLuca Ceresoli2-852/+0
2016-09-12staging: rtl8188eu: remove useless includeLuca Ceresoli1-1/+0
2016-09-12staging: rtl8188eu: remove rtw_proc_{init,remove}_oneLuca Ceresoli3-353/+3
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli1-2/+2
2016-09-12staging: rtl8188eu: remove unimplemented functions declarationLuca Ceresoli1-4/+0
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge1-17/+17
2016-09-12staging: r8188eu: remove HalFunc member of adapter structureIvan Safonov2-4/+0
2016-09-12staging: r8188eu: remove hal_reset_security_engine member of hal_ops structureIvan Safonov2-10/+0
2016-09-12staging: r8188eu: remove interrupt_handler member of hal_ops structureIvan Safonov1-2/+0
2016-09-12staging: r8188eu: remove hal_set_hal_ops macroIvan Safonov2-2/+1
2016-09-12staging: r8188eu: remove rtl8188e_set_hal_ops functionIvan Safonov3-10/+0
2016-09-12staging: r8188eu: rename rtl8188e_free_hal_data to rtw_hal_free_dataIvan Safonov3-10/+1
2016-09-12staging: r8188eu: rename rtl8188e_init_dm_priv to rtw_hal_dm_initIvan Safonov5-12/+1
2016-09-12staging: r8188eu: rename ReadChipVersion8188E to rtw_hal_read_chip_versionIvan Safonov3-10/+1
2016-09-12staging: r8188eu: rename phy_set_bw_mode to rtw_hal_set_bwmodeIvan Safonov5-18/+1