summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-02staging:r8188eu: remove GEN_EVT_CODE macroIvan Safonov1-5/+5
2016-10-02staging:r8188eu: remove GEN_CMD_CODE macroIvan Safonov1-7/+7
2016-09-17staging: rtl8188eu: core: Replace memcpy() with ether_addr_copy() if ethernet...sayli karnik1-43/+46
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 Safonov1-31/+31
2016-09-12staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdrIvan Safonov1-33/+33
2016-09-01staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov1-11/+11
2016-09-01staging: r8188eu: simplify HT_caps_element structureIvan Safonov1-9/+9
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov1-3/+5
2016-09-01staging: r8188eu: remove issue_action_spct_ch_switch functionIvan Safonov1-60/+0
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-17/+0
2016-03-28staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-13/+13
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-1/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov1-2/+2
2016-02-20staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla1-3/+2
2016-02-11staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran1-1/+1
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli1-4/+4
2016-02-07staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli1-2/+2
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli1-1/+0
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng1-16/+27
2015-11-15staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla1-1/+1
2015-11-15staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla1-17/+24
2015-10-29staging: rtl8188eu: increment placed into for loop headerIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-2/+2
2015-10-17staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov1-2/+3
2015-10-12Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke1-1/+1
2015-09-29staging: rtl8188eu: issue_action_BA(): extract ADDBA_req pointerLuca Ceresoli1-3/+8
2015-09-29staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie()Luca Ceresoli1-20/+40
2015-09-29staging: rtl8188eu: remove useless commentLuca Ceresoli1-1/+0
2015-09-14staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt1-2/+5
2015-09-12staging/rtl8188eu: Use %pM format specifier to print mac addressAlexander Kuleshov1-3/+2
2015-08-03Staging: rtl8188eu/core: fixed code indentation warning as reported by checkp...Mayank Bareja1-4/+4
2015-07-16staging: rtl8188eu: remove redundant NULL checkSudip Mukherjee1-1/+1
2015-06-14staging: rtl8188eu: don't define OnAuth() in non-AP modeLuca Ceresoli1-2/+2
2015-06-14staging: rtl8188eu: don't define issue_asocrsp() in non-AP modeLuca Ceresoli1-2/+2
2015-06-12staging: rtl8188eu: issue_probersp(): remove unused variable and dead codeLuca Ceresoli1-6/+0
2015-06-12staging: rtl8188eu: issue_probersp(): remove unused parameterLuca Ceresoli1-3/+2
2015-06-12staging: rtl8188eu: unexport internal functionsLuca Ceresoli1-21/+36
2015-06-12staging: rtl8188eu: rtw_mlme_ext.c: unexport message callbacksLuca Ceresoli1-20/+40
2015-06-12staging: rtl8188eu: rtw_mlme_ext.c: reorder message callbacks and tablesLuca Ceresoli1-1646/+1645
2015-06-10staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz1-1/+1
2015-05-31staging: rtl8188eu: Remove redundant CONFIG_88EU_AP_MODE testsJakub Sitnicki1-13/+1
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-4/+6
2015-03-26Staging: rtl8188eu: replace kzalloc and memcpy by kmemdupNiranjan Dighe1-3/+2
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-11/+11
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-6/+6
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-3/+4
2015-02-07staging: rtl8188eu: core: switch with redundant casesNicholas Mc Guire1-9/+0