aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman1-0/+1
2020-01-10staging: rtl8188: avoid excessive stack usageArnd Bergmann1-3/+6
2020-01-03staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube1-0/+1
2019-12-10staging: rtl8188eu: fix interface sanity checkJohan Hovold1-1/+1
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+4
2019-10-24staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube1-22/+8
2019-10-01staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl1-2/+4
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov1-2/+1
2019-07-22staging: rtl8188eu: Remove function rtw_modular64()Nishka Dasgupta1-5/+0
2019-07-22staging: rtl8188eu: Remove function rtw_os_indicate_scan_done()Nishka Dasgupta1-5/+0
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-07-01staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE listAlexander Dahl1-0/+1
2019-05-22Staging: rtl8188eu: os_dep: Replace comparison with zero to !xPuranjay Mohan1-1/+1
2019-05-20Staging: rtl8188eu: os_dep: Use %s and __func__ in stringsPuranjay Mohan1-4/+4
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-03-27Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran1-1/+0
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-01-30staging: rtl8188eu: refactor rtw_reset_securitypriv()Michael Straube1-14/+15
2019-01-30staging: rtl8188eu: &array[0] -> arrayMichael Straube1-2/+2
2019-01-30staging: rtl8188eu: remove unncessary asignment to cleanup long lineMichael Straube1-2/+1
2019-01-30staging: rtl8188eu: cleanup declarations in mlme_linux.cMichael Straube1-4/+4
2019-01-30staging: rtl8188eu: remove unnecessary initializationsMichael Straube1-3/+3
2019-01-30staging: rtl8188eu: cleanup comments in mlme_linux.cMichael Straube1-6/+11
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2019-01-18staging: rtl8188eu: cleanup indenting issue in mlme_linux.cMichael Straube1-3/+2
2019-01-18staging: rtl8188eu: add spaces around operators in mlme_linux.cMichael Straube1-2/+2
2019-01-18staging: rtl8188eu: add spaces around operators in os_intfs.cMichael Straube1-3/+3
2019-01-18staging: rtl8188eu: cleanup declarations in os_intfs.cMichael Straube1-6/+6
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style.Florian Büstgens4-23/+23
2019-01-15staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube1-0/+1
2019-01-15staging: rtl8188eu: remove unnecessary parentheses in os_intfs.cMichael Straube1-2/+2
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube1-2/+2
2018-12-05staging: rtl8188eu: fix spelling mistake "inferface" -> "interface"Colin Ian King1-1/+1
2018-11-26staging: rtl8188eu: remove rtw_android_set_block()Michael Straube1-8/+0
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-18/+18
2018-11-23staging: rtl8188eu: remove variable from rtl8188eu_xmit_tasklet()Michael Straube1-4/+1
2018-11-23staging: rtl8188eu: cleanup declarations in usb_ops_linux.cMichael Straube1-20/+20
2018-11-23staging: rtl8188eu: add spaces around '>>' and '&'Michael Straube1-8/+8
2018-11-23staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-1/+2
2018-11-23staging: rtl8188eu: correct spelling mistake in a commentMichael Straube1-1/+1
2018-11-23staging: rtl8188eu: remove braces from single if else statementMichael Straube1-3/+2
2018-11-23staging: rtl8188eu: cleanup line ending with a '('Michael Straube1-7/+5
2018-11-23staging: rtl8188eu: use __func__ in usb_ops_linux.cMichael Straube1-31/+53
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube1-4/+4
2018-11-11staging: rtl8188eu: remove unnecessary parentheses in recv_linux.cMichael Straube1-2/+2