summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: remove unused function is_ap_in_wep()Michael Straube2019-06-261-30/+0Star
* staging: rtl8188eu: remove unused function get_bsstype()Michael Straube2019-06-261-10/+0Star
* staging: rtl8188eu: remove unused codeMichael Straube2019-06-201-6/+0Star
* staging: rtl8188eu: Change type of rtw_get_sec_ie()Nishka Dasgupta2019-06-131-3/+1Star
* staging: rtl8188eu: core: Replace function rtw_free_network_nolock()Nishka Dasgupta2019-06-091-7/+2Star
* staging: rtl8188eu: core: Remove initialisation of return variableNishka Dasgupta2019-06-061-1/+1
* Staging: rtl8188eu: core: Use !x in place of NULL comparisonsPuranjay Mohan2019-05-221-7/+7
* Staging: rtl8188eu: core: Remove else after breakPuranjay Mohan2019-05-211-14/+12Star
* staging: rtl8188eu: remove unnecessary parenthesesMichael Straube2019-04-252-4/+4
* staging: rtl8188eu: add spaces around '-' in rtw_cmd.cMichael Straube2019-04-251-2/+2
* staging: rtl8188eu: replace subtraction with resultMichael Straube2019-04-251-2/+2
* staging: rtl8188eu: add spaces around operators in rtw_ap.cMichael Straube2019-04-251-9/+12
* staging: rtl8188eu: make sta2sta_data_frame() staticMichael Straube2019-04-161-2/+3
* staging: rtl8188eu: remove unnecessary declarationMichael Straube2019-04-161-6/+0Star
* staging: rtl8188eu: Modify return statement.Sanjana Sanikommu2019-04-011-5/+1Star
* Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman2019-04-011-2/+7
|\
| * staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki2019-03-211-2/+7
* | staging: rtl8188eu: core: Add spaces around operatorsVatsala Narang2019-03-211-3/+3
* | staging: rtl8188eu: core: Remove unnecessary parenthesesVatsala Narang2019-03-211-5/+5
* | staging: rtl8188eu: core: rtw_mlme: Remove return variables.Sanjana Sanikommu2019-03-211-2/+1Star
* | staging: r8188eu: refactor recvframe_defrag()Ivan Safonov2019-03-211-7/+6Star
* | staging: rtl8188eu: core: rtw_recv.c: Modify return type suggested by Coccine...Sanjana Sanikommu2019-03-211-4/+2Star
* | Staging: rtl8188eu: rtw_ieee80211: Fix indent for 'if' statement.Sanjana Sanikommu2019-03-181-3/+3
* | Staging: rtl8188eu: core: rtw_mlme.c: Replace NULL comparision.Sanjana Sanikommu2019-03-181-1/+1
* | Staging: rtl8188eu: core: rtw_pwrctrl.c: Fix a comparision warning.Sanjana Sanikommu2019-03-181-1/+1
* | staging: rtl8188eu: core: rtw_recv.c: Fix a tab indent issueSanjana Sanikommu2019-03-181-2/+2
* | staging: rtl8188eu: core: rtw_recv.c: fix a paranthesis issue around pframe -...Sanjana Sanikommu2019-03-181-4/+4
* | staging: rtl8188eu: core: rtw_recv.c: fix a space issueSanjana Sanikommu2019-03-181-5/+7
* | staging: rtl8188eu: core: rtw_ap.c: Fix multiple blank linesSanjana Sanikommu2019-03-181-1/+0Star
* | staging: rtl8188eu: cleanup spacing styleRobert Eshleman2019-03-181-3/+3
|/
* staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin2019-02-191-1/+1
* staging: rtw_ieee80211: fix constant comparison warningStephen Martin2019-01-251-2/+2
* staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens2019-01-157-69/+69
* staging: rtl8188eu: Replace kzalloc with kcallocGustavo A. R. Silva2019-01-151-1/+3
* staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger2019-01-071-2/+2
* staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger2019-01-071-1/+1
* staging: rtl8188eu: cleanup brace coding style issuesMichael Straube2018-12-192-4/+3Star
* staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube2018-12-191-45/+45
* staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube2018-12-191-1/+1
* staging: rtl8188eu: simplify null array initializationsMichael Straube2018-12-192-6/+4Star
* staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube2018-12-191-1/+1
* staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube2018-12-191-3/+3
* staging: rtl8188eu: constify some arraysMichael Straube2018-12-192-20/+20
* staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube2018-12-192-19/+19
* staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube2018-12-191-2/+0Star
* staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube2018-12-191-2/+0Star
* staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube2018-12-191-161/+161
* staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube2018-12-191-4/+4
* staging: rtl8188eu: add blank line after declarationsMichael Straube2018-12-191-0/+1
* staging: rtl8188eu: remove blank lines between declarationsMichael Straube2018-12-191-2/+0Star