aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03staging: rtl8188eu: avoid a null dereference on pmlmeprivColin Ian King1-3/+3
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook1-6/+9
2017-09-18staging: rtl8188eu: Fix spellingValentine Sinitsyn1-1/+1
2017-09-18staging: rtl8188eu: remove parenthesis from right hand side of assignmentAishwarya Pant1-13/+13
2017-09-01staging:rtl8188eu:core Fix remove unneccessary else blockJanani Sankara Babu1-7/+2
2017-08-31staging:rtl8188eu Fix comparison to NULLJanani Sankara Babu1-1/+1
2017-08-29staging: rtl8188eu: remove unnecessary call to memsetHimanshu Jha1-3/+0
2017-06-25staging: rtl8188eu: style fixesGalo Navarro1-4/+4
2017-05-15staging: rtl8188eu, rtl8723bs: fix spelling mistake "Cancle" -> "Cancel"Colin Ian King1-2/+2
2017-03-16staging: rtl8188eu: fix some inverted conditionsDan Carpenter1-4/+4
2017-03-06staging: rtl8188eu: Add a blank lineGargi Sharma1-0/+1
2017-03-06staging: rtl8188eu: Remove multiple blank linesGargi Sharma1-11/+0
2017-03-06staging: rtl8188eu: Remove unnecessary blank linesGargi Sharma1-2/+0
2017-03-06staging: rtl8188eu: Put constant on right side of comparisonGargi Sharma1-9/+9
2017-03-06staging: rtl8188eu: Fix block comments warningGargi Sharma1-30/+31
2017-03-06staging: rtl8188eu: Replace x==NULL by !xGargi Sharma1-15/+15
2017-03-06staging:r8188eu: remove unused MCS_rate_2R arrayIvan Safonov1-1/+0
2017-03-06staging:r8188eu: refactor rtw_update_ht_cap() - remove rtw_hal_get_hwreg() callIvan Safonov1-9/+2
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after declarations' warnings.Yamanappagouda Patil1-0/+3
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-2/+2
2016-09-25staging: rtl8188eu: core: rtw_mlme: Remove return statement from void functionGeorgiana Rodica Chelu1-2/+0
2016-09-12staging: r8188eu: rename GetHwReg8188EU to rtw_hal_get_hwregIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove num_of_scanned member of mlme_priv structure and corresponding to it codeIvan Safonov1-7/+0
2016-09-12staging: r8188eu: remove p2p_* members from mlme_priv structureIvan Safonov1-6/+0
2016-09-01staging: r8188eu: remove dead code from rtw_update_ht_cap functionIvan Safonov1-16/+0
2016-09-01staging: r8188eu: remove rx_ampdu_maxlen member of ht_privIvan Safonov1-1/+0
2016-09-01staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov1-6/+6
2016-09-01staging: r8188eu: simplify HT_caps_element structureIvan Safonov1-4/+4
2016-09-01staging: r8188eu: change rtw_ieee80211_ht_cap type of local variables to ieee80211_ht_capIvan Safonov1-15/+16
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct ieee80211_ht_cap)Ivan Safonov1-2/+3
2016-03-28staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-4/+4
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-02-20Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal1-4/+2
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang1-11/+8
2015-11-15staging: rtl8188eu: while loop replaced by for loopIvan Safonov1-8/+1
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng1-5/+8
2015-10-29staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov1-3/+2
2015-08-03Staging: rtl8188eu/core: fixed code indentation warning as reported by checkpatch.plMayank Bareja1-2/+2
2015-07-24drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuţiu Alexandru Octavian1-8/+16
2015-07-14staging: rtl8188eu: core: rtw_mlme: remove space before ','Sunil Shahu1-5/+5
2015-07-14staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki1-2/+3
2015-06-12staging: rtl8188eu: remove unused variablesSudip Mukherjee1-3/+0
2015-06-10staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz1-4/+4
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-6/+6
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-5/+10
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-1/+1
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak1-2/+2
2014-10-28staging: rtl8188eu: core: Remove redundant memset before memcpyTapasweni Pathak1-2/+0
2014-10-27staging: rtl8188eu: core: fix null dereference on exit path in rtw_mlme.cJiayi Ye1-1/+1