summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
AgeCommit message (Expand)AuthorFilesLines
2016-09-20staging: r8188eu: remove pkt_hdrlen member of pkt_attrib structureIvan Safonov1-3/+1
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...sayli karnik1-43/+46
2016-09-12staging: rtl8188eu: remove unused debugging functionsLuca Ceresoli1-731/+0
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli1-2/+2
2016-09-12staging: r8188eu: rename sreset_init_value to rtw_hal_sreset_initIvan Safonov1-1/+1
2016-09-12staging: r8188eu: rename SetHwReg8188EU to rtw_hal_set_hwregIvan Safonov1-1/+1
2016-09-12staging: r8188eu: rename GetHwReg8188EU to rtw_hal_get_hwregIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove do_queue_select functionIvan Safonov1-11/+1
2016-09-12staging: r8188eu: remove num_of_scanned member of mlme_priv structure and cor...Ivan Safonov1-7/+0
2016-09-12staging: r8188eu: remove scan_start_time and assoc_by_rssi members from mlme_...Ivan Safonov1-2/+0
2016-09-12staging: r8188eu: remove p2p_* members from mlme_priv structureIvan Safonov2-9/+0
2016-09-12staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov1-3/+0
2016-09-12staging: r8188eu: replace rtw_ieee80211_hdr_3addr_qos with ieee80211_qos_hdrIvan Safonov1-2/+2
2016-09-12staging: r8188eu: replace rtw_ieee80211_hdr_3addr with ieee80211_hdr_3addrIvan Safonov2-34/+34
2016-09-12staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdrIvan Safonov2-35/+35
2016-09-01staging: r8188eu: remove dead code from rtw_update_ht_cap functionIvan Safonov1-16/+0
2016-09-01staging: r8188eu: remove rx_ampdu_maxlen member of ht_privIvan Safonov1-1/+0
2016-09-01staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov5-38/+39
2016-09-01staging: r8188eu: simplify HT_caps_element structureIvan Safonov5-31/+31
2016-09-01staging: r8188eu: remove HT_cap member of HT_caps_element structureIvan Safonov1-1/+2
2016-09-01staging: r8188eu: change rtw_ieee80211_ht_cap type of structures members to i...Ivan Safonov1-5/+10
2016-09-01staging: r8188eu: change rtw_ieee80211_ht_cap type of local variables to ieee...Ivan Safonov3-22/+25
2016-09-01staging: r8188eu: remove dead code from rtw_get_cur_max_rate functionIvan Safonov1-7/+0
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov2-5/+8
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov1-3/+3
2016-09-01staging: r8188eu: remove action_public_str functionIvan Safonov1-26/+0
2016-09-01staging: r8188eu: remove rtw_action_frame_parse functionIvan Safonov1-29/+0
2016-09-01staging: r8188eu: remove dump_wps_ie functionIvan Safonov1-21/+0
2016-09-01staging: r8188eu: remove dump_ies functionIvan Safonov1-16/+0
2016-09-01staging: r8188eu: remove rtw_set_ie_ch_switch functionIvan Safonov1-11/+0
2016-09-01staging: r8188eu: remove rtw_set_ie_mesh_ch_switch_parm functionIvan Safonov1-13/+0
2016-09-01staging: r8188eu: remove rtw_set_ie_secondary_ch_offset functionIvan Safonov1-5/+0
2016-09-01staging: r8188eu: remove hal_ch_offset_to_secondary_ch_offset functionIvan Safonov1-12/+0
2016-09-01staging: r8188eu: remove issue_action_spct_ch_switch functionIvan Safonov1-60/+0
2016-09-01staging: r8188eu: remove secondary_ch_offset_to_hal_ch_offset functionIvan Safonov1-12/+0
2016-09-01staging: r8188eu: remove rtw_ap_inform_ch_switch functionIvan Safonov1-34/+0
2016-09-01staging: r8188eu: remove rtw_get_ie_ex functionIvan Safonov1-44/+0
2016-09-01staging: r8188eu: remove rtw_ies_remove_ie functionIvan Safonov1-47/+0
2016-08-21staging: r8188eu: Fix scheduling while atomic splatLarry Finger1-2/+2
2016-08-21staging: rtl8188eu: remove EFUSE_GetEfuseDefinition functionIvan Safonov1-63/+0
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_AVAILABLE_EFUS...Ivan Safonov1-6/+6
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAX_SECT...Ivan Safonov1-4/+1
2016-08-21staging: rtl8188eu: remove efuse_max variable in hal_EfusePartialWriteCheckIvan Safonov1-2/+1
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAP_LEN,...Ivan Safonov1-15/+3
2016-08-21rtl8188eu: Remove unused semaphoresBinoy Jayan1-4/+0
2016-08-21rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan1-10/+10
2016-08-21rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan1-3/+3
2016-08-21rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan1-3/+3