summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* staging: rtl8188eu: remove unused function _linked_rx_signal_strehgth_displayLuca Ceresoli2017-01-051-18/+0
* staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli2017-01-031-3/+0
* 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/+0
* staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-17/+0
* 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/+0
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-281-5/+0
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-111-2/+2
* staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla2016-02-201-3/+2
* staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran2016-02-111-1/+1
* staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli2016-02-071-4/+4
* staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2016-02-071-2/+2
* staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli2016-02-071-1/+0
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-151-16/+27
* staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla2015-11-151-1/+1
* staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla2015-11-151-17/+24
* staging: rtl8188eu: increment placed into for loop headerIvan Safonov2015-10-291-2/+1
* 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-171-2/+3
* Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke2015-10-121-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/+0
* staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt2015-09-141-2/+5
* staging/rtl8188eu: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-121-3/+2
* Staging: rtl8188eu/core: fixed code indentation warning as reported by checkp...Mayank Bareja2015-08-031-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-121-6/+0
* staging: rtl8188eu: issue_probersp(): remove unused parameterLuca Ceresoli2015-06-121-3/+2
* staging: rtl8188eu: unexport internal functionsLuca Ceresoli2015-06-121-21/+36
* staging: rtl8188eu: rtw_mlme_ext.c: unexport message callbacksLuca Ceresoli2015-06-121-20/+40
* staging: rtl8188eu: rtw_mlme_ext.c: reorder message callbacks and tablesLuca Ceresoli2015-06-121-1646/+1645
* staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz2015-06-101-1/+1
OpenPOWER on IntegriCloud