summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Fix coding style errorsCarlos Maiolino2016-10-251-14/+14
* staging: rtl8188eu: core: constify local structureElizabeth Ferdman2016-10-171-1/+3
* staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf ...Ivan Safonov2016-10-161-1/+1
* staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov2016-10-161-3/+1
* staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov2016-10-161-2/+0
* staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov2016-10-161-31/+2
* staging:r8188eu: remove prhdr local variable from rtw_free_stainfo functionIvan Safonov2016-10-161-3/+1
* staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resourc...Ivan Safonov2016-10-161-3/+2
* staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov2016-10-161-1/+1
* staging:r8188eu: remove bLedStartToLinkBlinkInProgress and bSWLedCtrl members...Ivan Safonov2016-10-161-1/+0
* staging:r8188eu: remove bRegUseLed member of led_priv structureIvan Safonov2016-10-161-5/+0
* staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov2016-10-165-9/+9
* staging:r8188eu: remove pm_netdev_open functionIvan Safonov2016-10-161-1/+1
* staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov2016-10-161-2/+1
* staging: rtl8188eu: core: fixes tabstop alignmentJuliana Rodrigues2016-10-161-3/+3
* staging: rtl8188eu: core: removes unecessary parenthesisJuliana Rodrigues2016-10-161-34/+34
* 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
OpenPOWER on IntegriCloud