summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal/usb_halinit.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: cleanup comparsion to NULL in usb_halinit.cMichael Straube2019-07-301-1/+1
* staging: rtl8188eu: add spaces around '-' and '*' in usb_halinit.cMichael Straube2019-07-301-3/+3
* staging: rtl8188eu: add spaces around '<<' and '>>' in usb_halinit.cMichael Straube2019-07-301-6/+6
* staging: rtl8188eu: add spaces around '|' in usb_halinit.cMichael Straube2019-07-301-8/+9
* staging: rtl8188eu: add spaces around '&' in usb_halinit.cMichael Straube2019-07-301-19/+19
* staging: rtl8188eu: add spaces around '+' in usb_halinit.cMichael Straube2019-07-301-38/+38
* staging: rtl8188eu: Remove function rtw_modular64()Nishka Dasgupta2019-07-221-1/+1
* staging: rtl8188eu: Replace function beacon_timing_control()Nishka Dasgupta2019-07-221-1/+1
* staging: rtl8188eu: remove hal_init_macaddr()Michael Straube2019-06-261-1/+2
* staging: rtl8188eu: cleanup lines ending with a '('Michael Straube2019-06-261-16/+5
* staging: rtl8188eu: cleanup comparsions to falseMichael Straube2018-10-151-1/+1
* staging: rtl8188eu: rename Hal_MappingOutPipe() - styleMichael Straube2018-10-141-1/+1
* staging: rtl8188eu: rename HalSetBrateCfg() - styleMichael Straube2018-10-141-1/+1
* staging: rtl8188eu: remove unused parameter of HalSetBrateCfg()Michael Straube2018-10-141-1/+1
* staging: rtl8188eu: cleanup inconsistent indentingMichael Straube2018-10-021-10/+10
* staging: rtl8188eu: remove unnecessary includesMichael Straube2018-08-051-1/+0
* staging: rtl8188eu: remove blank linesMichael Straube2018-07-241-1/+0
* staging: rtl8188eu: remove redundant header fileMichael Straube2018-07-161-1/+0
* staging: rtl8188eu: add SPDX identifiersMichael Straube2018-06-261-9/+1
* staging: rtl8188eu: Move a blank lineDafna Hirschfeld2018-02-161-1/+1
* staging: rtl8188eu: usb_halinit: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* staging: rtl8188eu: Fixed "Missing a blank line after declarations".Yamanappagouda Patil2017-03-061-0/+14
* staging:r8188eu: remove unused HW_VAR_RF_TYPE parameter of HT_caps_handlerIvan Safonov2017-03-061-3/+0
* staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov2016-10-161-1/+1
* staging:r8188eu: remove rf_chip member of hal_data_8188e structureIvan Safonov2016-10-161-6/+0
* staging:r8188eu: remove Antenna_(Lfet|Right) enumeration itemsIvan Safonov2016-10-161-5/+0
* staging:r8188eu: remove unused members of hal_data_8188e structureIvan Safonov2016-10-161-3/+0
* staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov2016-10-161-3/+1
* staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov2016-10-161-1/+1
* staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov2016-10-161-1/+1
* staging:r8188eu: remove free_recv_buf_queue_cnt member of recv_priv structureIvan Safonov2016-10-161-1/+0
* staging: r8188eu: remove rf_type member of hal_data_8188e structureIvan Safonov2016-09-231-1/+1
* staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov2016-09-201-54/+37
* staging: r8188eu: remove HW_VAR_DM_FLAG member of hw_variables enumerationIvan Safonov2016-09-201-7/+0
* staging: r8188eu: remove usb_hal.hIvan Safonov2016-09-201-1/+0
* staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov2016-09-201-7/+0
* staging: r8188eu: remove rtl8188e_set_hal_ops functionIvan Safonov2016-09-121-5/+0
* staging: r8188eu: rename phy_query_rf_reg to rtw_hal_read_rfregIvan Safonov2016-09-121-2/+2
* staging: r8188eu: rename rtl8188eu_InitPowerOn to rtw_hal_power_onIvan Safonov2016-09-121-4/+2
* staging: r8188eu: remove hal_init member of hal_ops structureIvan Safonov2016-09-121-2/+1
* staging: r8188eu: remove hal_deinit member of hal_ops structureIvan Safonov2016-09-121-2/+1
* staging: r8188eu: rename rtl8188eu_inirp_init to rtw_hal_inirp_initIvan Safonov2016-09-121-3/+1
* staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov2016-09-121-12/+0
* staging: r8188eu: rename rtl8188eu_init_xmit_priv to rtw_hal_init_xmit_privIvan Safonov2016-09-121-2/+0
* staging: r8188eu: rename rtl8188eu_init_recv_priv to rtw_hal_init_recv_privIvan Safonov2016-09-121-2/+0
* staging: r8188eu: rename rtl8188eu_free_recv_priv to rtw_hal_free_recv_privIvan Safonov2016-09-121-1/+0
* staging: r8188eu: rename rtl8188eu_InitSwLeds to rtw_hal_sw_led_initIvan Safonov2016-09-121-1/+0
* staging: r8188eu: rename rtl8188eu_DeInitSwLeds to rtw_hal_sw_led_deinitIvan Safonov2016-09-121-1/+0
* staging: r8188eu: rename rtl8188eu_init_default_value to rtw_hal_def_value_initIvan Safonov2016-09-121-3/+1
* staging: r8188eu: rename rtl8188eu_interface_configure to rtw_hal_chip_configureIvan Safonov2016-09-121-2/+1