summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12staging: rtl8188eu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-02-10staging: rtl8188eu: Remove some unneeded goto statementsLarry Finger1-28/+12
2020-02-10staging: rtl8188eu: Fix potential overuse of kernel memoryLarry Finger1-1/+1
2020-02-10staging: rtl8188eu: Fix potential security holeLarry Finger1-1/+1
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-4/+2
2020-01-10staging: rtl8188: avoid excessive stack usageArnd Bergmann1-3/+6
2019-10-24staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube1-22/+8
2019-07-01staging/rtl8188eu/os_dep: Remove unneeded variable retHariprasad Kelam1-12/+6
2019-07-01staging: rtl8188eu: os_dep: Remove return variableNishka Dasgupta1-2/+2
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens1-17/+17
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-18/+18
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube1-6/+5
2018-10-02staging: rtl8188eu: cleanup inconsistent indentingMichael Straube1-5/+5
2018-08-27staging: rtl8188eu: Removed unneeded variableBhaskar Singh1-2/+2
2018-08-05staging: rtl8188eu: remove unnecessary includesMichael Straube1-1/+0
2018-08-02staging: rtl8188eu: fix indentation - styleMichael Straube1-2/+2
2018-08-02staging: rtl8188eu: use is_broadcast_ether_addrMichael Straube1-24/+10
2018-07-24staging: rtl8188eu: fix comparsions to trueMichael Straube1-2/+2
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube1-17/+0
2018-07-13staging: rtl8188eu: use strlcpy instead of strncpyMichael Straube1-1/+1
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu1-6/+6
2017-11-28staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger1-10/+4
2017-08-29staging: rtl8188eu: remove unnecessary call to memsetHimanshu Jha1-2/+0
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov1-7/+1
2017-01-03staging: rtl8188eu: Fixed 'Missing a blank line after declarations' warnings.Yamanappagouda Patil1-1/+6
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge1-17/+17
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov1-2/+4
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov1-5/+8
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar1-4/+4
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-3/+3
2016-02-22staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango1-1/+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-10/+10
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov1-2/+2
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov1-1/+1
2015-07-31Staging : rtl8188eu : os_dep : Compression of lines for immediate returnShraddha Barke1-10/+3
2015-07-31staging: rtl8188eu: wrap a long if condition and remove extra parenthesisJakub Sitnicki1-1/+2
2015-07-31staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constantsJakub Sitnicki1-1/+1
2015-07-24drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuţiu Alexandru Octavian1-1/+1
2015-07-14staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki1-2/+2
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-0/+2
2015-05-08staging: rtl8188eu: document enum where it is declaredLuca Ceresoli1-3/+3
2015-03-06staging: rtl8188eu: replace memset(x,0,ETH_ALEN)Aya Mahfouz1-4/+6
2015-03-01staging: rtl8188eu: os_dep: remove unused variableAya Mahfouz1-3/+1
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee1-2/+2
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-1/+1
2014-10-30staging: rtl8188eu: os_dep: Used min_t instead of minGulsah Kose1-1/+2