summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant2017-04-181-7/+7
* staging:r8188eu: remove unused MCS_rate_2R arrayIvan Safonov2017-03-061-1/+0Star
* staging:r8188eu: refactor issue_assocreq() - remove rtw_hal_get_hwreg() callIvan Safonov2017-03-061-20/+4Star
* staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov2017-02-091-26/+26
* staging: rtl8188eu: fixed 'braces are not necessary for single statement bloc...Yamanappagouda Patil2017-01-101-9/+5Star
* staging: rtl8188eu: remove unused function _linked_rx_signal_strehgth_displayLuca Ceresoli2017-01-051-18/+0Star
* staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli2017-01-031-3/+0Star
* staging: rtl8188eu: In core directory, fixed 'missing a balnk line after decl...Yamanappagouda Patil2017-01-031-1/+9
* staging: rtl8188eu: Fix coding style errorsCarlos Maiolino2016-10-251-14/+14
* staging: rtl8188eu: core: constify local structureElizabeth Ferdman2016-10-171-1/+3
* staging:r8188eu: remove GEN_EVT_CODE macroIvan Safonov2016-10-021-5/+5
* staging:r8188eu: remove GEN_CMD_CODE macroIvan Safonov2016-10-021-7/+7
* staging: rtl8188eu: core: Replace memcpy() with ether_addr_copy() if ethernet...sayli karnik2016-09-171-43/+46
* 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-121-31/+31
* staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdrIvan Safonov2016-09-121-33/+33
* staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov2016-09-011-11/+11
* staging: r8188eu: simplify HT_caps_element structureIvan Safonov2016-09-011-9/+9
* staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov2016-09-011-3/+5
* staging: r8188eu: remove issue_action_spct_ch_switch functionIvan Safonov2016-09-011-60/+0Star
* staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-17/+0Star
* staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-13/+13
* staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-1/+0Star
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-281-5/+0Star
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-121-2/+2
* staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla2016-02-211-3/+2Star
* staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran2016-02-121-1/+1
* staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli2016-02-081-4/+4
* staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2016-02-081-2/+2
* staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli2016-02-081-1/+0Star
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-161-16/+27
* staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla2015-11-161-1/+1
* staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla2015-11-161-17/+24
* staging: rtl8188eu: increment placed into for loop headerIvan Safonov2015-10-291-2/+1Star
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-291-2/+2
* staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov2015-10-181-2/+3
* Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke2015-10-131-1/+1
* staging: rtl8188eu: issue_action_BA(): extract ADDBA_req pointerLuca Ceresoli2015-09-291-3/+8
* staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie()Luca Ceresoli2015-09-291-20/+40
* staging: rtl8188eu: remove useless commentLuca Ceresoli2015-09-291-1/+0Star
* staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt2015-09-141-2/+5
* staging/rtl8188eu: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-131-3/+2Star
* Staging: rtl8188eu/core: fixed code indentation warning as reported by checkp...Mayank Bareja2015-08-041-4/+4
* staging: rtl8188eu: remove redundant NULL checkSudip Mukherjee2015-07-161-1/+1
* staging: rtl8188eu: don't define OnAuth() in non-AP modeLuca Ceresoli2015-06-141-2/+2
* staging: rtl8188eu: don't define issue_asocrsp() in non-AP modeLuca Ceresoli2015-06-141-2/+2
* staging: rtl8188eu: issue_probersp(): remove unused variable and dead codeLuca Ceresoli2015-06-131-6/+0Star
* staging: rtl8188eu: issue_probersp(): remove unused parameterLuca Ceresoli2015-06-131-3/+2Star
* staging: rtl8188eu: unexport internal functionsLuca Ceresoli2015-06-131-21/+36