summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* staging:r8188eu: remove GEN_EVT_CODE macroIvan Safonov2016-10-021-5/+5
* staging:r8188eu: remove GEN_CMD_CODE macroIvan Safonov2016-10-022-19/+19
* staging: rtl8188eu: core: rtw_xmit: Use macros instead of constantsGeorgiana Rodica Chelu2016-10-021-6/+6
* staging: rtl8188eu: core: rtw_xmit: Move constant of the right sideGeorgiana Rodica Chelu2016-10-021-3/+3
* staging: rtl8188eu: core: rtw_security: Remove return statement from void fun...Georgiana Rodica Chelu2016-09-251-1/+0
* staging: rtl8188eu: core: rtw_mlme: Remove return statement from void functionGeorgiana Rodica Chelu2016-09-251-2/+0
* Staging:rtl8188eu: Fix multiple blank linesYannis Damigos2016-09-221-1/+0
* staging: rtl8188eu: core: rtw_xmit: Remove extra bracesGeorgiana Rodica Chelu2016-09-201-12/+7
* staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov2016-09-201-6/+3
* staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov2016-09-202-4/+4
* staging: r8188eu: remove pkt_hdrlen member of pkt_attrib structureIvan Safonov2016-09-201-3/+1
* staging: rtl8188eu: core: Add spaces around operatorsAnchal Jain2016-09-181-26/+26
* staging: rtl8188eu: core: Fix comparison to NULLAnchal Jain2016-09-181-6/+6
* staging: rtl8188eu: core: Replace memcpy() with ether_addr_copy() if ethernet...sayli karnik2016-09-171-43/+46
* staging: rtl8188eu: remove unused debugging functionsLuca Ceresoli2016-09-121-731/+0
* staging: rtl8188eu: declare internal function as staticLuca Ceresoli2016-09-121-2/+2
* staging: r8188eu: rename sreset_init_value to rtw_hal_sreset_initIvan Safonov2016-09-121-1/+1
* staging: r8188eu: rename SetHwReg8188EU to rtw_hal_set_hwregIvan Safonov2016-09-121-1/+1
* staging: r8188eu: rename GetHwReg8188EU to rtw_hal_get_hwregIvan Safonov2016-09-121-1/+1
* staging: r8188eu: remove do_queue_select functionIvan Safonov2016-09-121-11/+1
* staging: r8188eu: remove num_of_scanned member of mlme_priv structure and cor...Ivan Safonov2016-09-121-7/+0
* staging: r8188eu: remove scan_start_time and assoc_by_rssi members from mlme_...Ivan Safonov2016-09-121-2/+0
* staging: r8188eu: remove p2p_* members from mlme_priv structureIvan Safonov2016-09-122-9/+0
* staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov2016-09-121-3/+0
* staging: r8188eu: replace rtw_ieee80211_hdr_3addr_qos with ieee80211_qos_hdrIvan Safonov2016-09-121-2/+2
* staging: r8188eu: replace rtw_ieee80211_hdr_3addr with ieee80211_hdr_3addrIvan Safonov2016-09-122-34/+34
* staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdrIvan Safonov2016-09-122-35/+35
* staging: r8188eu: remove dead code from rtw_update_ht_cap functionIvan Safonov2016-09-011-16/+0
* staging: r8188eu: remove rx_ampdu_maxlen member of ht_privIvan Safonov2016-09-011-1/+0
* staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov2016-09-015-38/+39
* staging: r8188eu: simplify HT_caps_element structureIvan Safonov2016-09-015-31/+31
* staging: r8188eu: remove HT_cap member of HT_caps_element structureIvan Safonov2016-09-011-1/+2
* staging: r8188eu: change rtw_ieee80211_ht_cap type of structures members to i...Ivan Safonov2016-09-011-5/+10
* staging: r8188eu: change rtw_ieee80211_ht_cap type of local variables to ieee...Ivan Safonov2016-09-013-22/+25
* staging: r8188eu: remove dead code from rtw_get_cur_max_rate functionIvan Safonov2016-09-011-7/+0
* staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov2016-09-012-5/+8
* staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov2016-09-011-3/+3
* staging: r8188eu: remove action_public_str functionIvan Safonov2016-09-011-26/+0
* staging: r8188eu: remove rtw_action_frame_parse functionIvan Safonov2016-09-011-29/+0
* staging: r8188eu: remove dump_wps_ie functionIvan Safonov2016-09-011-21/+0
* staging: r8188eu: remove dump_ies functionIvan Safonov2016-09-011-16/+0
* staging: r8188eu: remove rtw_set_ie_ch_switch functionIvan Safonov2016-09-011-11/+0
* staging: r8188eu: remove rtw_set_ie_mesh_ch_switch_parm functionIvan Safonov2016-09-011-13/+0
* staging: r8188eu: remove rtw_set_ie_secondary_ch_offset functionIvan Safonov2016-09-011-5/+0
* staging: r8188eu: remove hal_ch_offset_to_secondary_ch_offset functionIvan Safonov2016-09-011-12/+0
* staging: r8188eu: remove issue_action_spct_ch_switch functionIvan Safonov2016-09-011-60/+0
* staging: r8188eu: remove secondary_ch_offset_to_hal_ch_offset functionIvan Safonov2016-09-011-12/+0
* staging: r8188eu: remove rtw_ap_inform_ch_switch functionIvan Safonov2016-09-011-34/+0
* staging: r8188eu: remove rtw_get_ie_ex functionIvan Safonov2016-09-011-44/+0
* staging: r8188eu: remove rtw_ies_remove_ie functionIvan Safonov2016-09-011-47/+0
OpenPOWER on IntegriCloud