aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12staging: rtl8188eu: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov1-5/+1
2019-08-08Staging: rtl8188eu: core: rtw_security: tidy up crc32_init()Merwin Trever Ferrao1-21/+20
2019-08-05staging: rtl8188eu: core: add spaces around '-', '+', '>>','<<' and '*' in rtw_efuse.cSaurav Girepunje1-64/+64
2019-08-03staging: rtl8188eu: core: rtw_recv.c: Remove Unnecessary parenthesesSaurav Girepunje1-4/+4
2019-07-30staging: rtl8188eu: replace hal_EfusePgCheckAvailableAddr()Michael Straube1-12/+1
2019-07-22staging: rtl8188eu: Replace function rtw_alloc_network()Nishka Dasgupta2-8/+3
2019-07-22staging: rtl8188eu: Remove function rtw_os_indicate_scan_done()Nishka Dasgupta1-1/+1
2019-07-22staging: rtl8188eu: Replace function beacon_timing_control()Nishka Dasgupta1-5/+0
2019-07-22staging: rtl8188eu: core: Remove function enable_rate_adaptive()Nishka Dasgupta1-6/+1
2019-07-22staging: rtl8188eu: core: Replace function Set_MSR()Nishka Dasgupta2-7/+2
2019-06-26staging: rtl8188eu: remove unused function is_ap_in_wep()Michael Straube1-30/+0
2019-06-26staging: rtl8188eu: remove unused function get_bsstype()Michael Straube1-10/+0
2019-06-20staging: rtl8188eu: remove unused codeMichael Straube1-6/+0
2019-06-13staging: rtl8188eu: Change type of rtw_get_sec_ie()Nishka Dasgupta1-3/+1
2019-06-09staging: rtl8188eu: core: Replace function rtw_free_network_nolock()Nishka Dasgupta1-7/+2
2019-06-06staging: rtl8188eu: core: Remove initialisation of return variableNishka Dasgupta1-1/+1
2019-05-22Staging: rtl8188eu: core: Use !x in place of NULL comparisonsPuranjay Mohan1-7/+7
2019-05-21Staging: rtl8188eu: core: Remove else after breakPuranjay Mohan1-14/+12
2019-04-25staging: rtl8188eu: remove unnecessary parenthesesMichael Straube2-4/+4
2019-04-25staging: rtl8188eu: add spaces around '-' in rtw_cmd.cMichael Straube1-2/+2
2019-04-25staging: rtl8188eu: replace subtraction with resultMichael Straube1-2/+2
2019-04-25staging: rtl8188eu: add spaces around operators in rtw_ap.cMichael Straube1-9/+12
2019-04-16staging: rtl8188eu: make sta2sta_data_frame() staticMichael Straube1-2/+3
2019-04-16staging: rtl8188eu: remove unnecessary declarationMichael Straube1-6/+0
2019-04-01staging: rtl8188eu: Modify return statement.Sanjana Sanikommu1-5/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman1-2/+7
2019-03-21staging: rtl8188eu: core: Add spaces around operatorsVatsala Narang1-3/+3
2019-03-21staging: rtl8188eu: core: Remove unnecessary parenthesesVatsala Narang1-5/+5
2019-03-21staging: rtl8188eu: core: rtw_mlme: Remove return variables.Sanjana Sanikommu1-2/+1
2019-03-21staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki1-2/+7
2019-03-21staging: r8188eu: refactor recvframe_defrag()Ivan Safonov1-7/+6
2019-03-21staging: rtl8188eu: core: rtw_recv.c: Modify return type suggested by Coccinelle.Sanjana Sanikommu1-4/+2
2019-03-18Staging: rtl8188eu: rtw_ieee80211: Fix indent for 'if' statement.Sanjana Sanikommu1-3/+3
2019-03-18Staging: rtl8188eu: core: rtw_mlme.c: Replace NULL comparision.Sanjana Sanikommu1-1/+1
2019-03-18Staging: rtl8188eu: core: rtw_pwrctrl.c: Fix a comparision warning.Sanjana Sanikommu1-1/+1
2019-03-18staging: rtl8188eu: core: rtw_recv.c: Fix a tab indent issueSanjana Sanikommu1-2/+2
2019-03-18staging: rtl8188eu: core: rtw_recv.c: fix a paranthesis issue around pframe -> list in rtw_recv.cSanjana Sanikommu1-4/+4
2019-03-18staging: rtl8188eu: core: rtw_recv.c: fix a space issueSanjana Sanikommu1-5/+7
2019-03-18staging: rtl8188eu: core: rtw_ap.c: Fix multiple blank linesSanjana Sanikommu1-1/+0
2019-03-18staging: rtl8188eu: cleanup spacing styleRobert Eshleman1-3/+3
2019-02-19staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin1-1/+1
2019-01-25staging: rtw_ieee80211: fix constant comparison warningStephen Martin1-2/+2
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style.Florian Büstgens7-69/+69
2019-01-15staging: rtl8188eu: Replace kzalloc with kcallocGustavo A. R. Silva1-1/+3
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger1-2/+2
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger1-1/+1
2018-12-19staging: rtl8188eu: cleanup brace coding style issuesMichael Straube2-4/+3
2018-12-19staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube1-45/+45
2018-12-19staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube1-1/+1