summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep
AgeCommit message (Expand)Author
2020-10-01staging: rtl8188eu: rename struct field bUsed -> usedMichael Straube
2020-10-01staging: rtl8188eu: rename struct field Bssid -> bssidMichael Straube
2020-09-22staging: rtl8188eu: clean up alignment style issuesMichael Straube
2020-09-22staging: rtl8188eu: clean up block comment style issuesMichael Straube
2020-09-17staging: rtl8188eu: clean up comparsion style issuesMichael Straube
2020-09-16staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-16staging: rtl8188eu: clean up blank line style issuesMichael Straube
2020-09-07staging: rtl8188eu: clean up whitespace in wpa_set_encryption()Michael Straube
2020-09-01staging: rtl8188eu: use __func__ in os_depMichael Straube
2020-08-18staging: r8188eu: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov
2020-07-19staging: rtl8188eu: clear tabstop style issuesMichael Straube
2020-07-15staging: r8188eu: remove unused members of struct xmit_bufIvan Safonov
2020-07-10staging: rtl8188eu: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-03staging: rtl8188eu: use common ieee80211 constantsMichael Straube
2020-07-03staging: rtl8188eu: remove unused parameterMichael Straube
2020-07-01staging: rtl8188eu: add spaces around operatorsMichael Straube
2020-07-01staging: rtl8188eu: use compound assignment operatorsMichael Straube
2020-04-13staging: r8188eu: replace rtw_malloc/copy_from_user sequence with memdup_userIvan Safonov
2020-04-13staging: rtl8188eu: remove unnecessary parenthesesMichael Straube
2020-03-23staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device tableLarry Finger
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman
2020-03-17staging: rtl8188eu: Add device id for MERCUSYS MW150US v2Michael Straube
2020-03-12staging: rtl8188eu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-02-24Merge 5.6-rc3 into staging-nextGreg Kroah-Hartman
2020-02-10staging: rtl8188eu: rename variable pnetdev -> netdevMichael Straube
2020-02-10staging: rtl8188eu: Remove some unneeded goto statementsLarry Finger
2020-02-10staging: rtl8188eu: Fix potential overuse of kernel memoryLarry Finger
2020-02-10staging: rtl8188eu: Fix potential security holeLarry Finger
2020-02-09staging: rtl8188eu: remove unnecessary RETURN labelMichael Straube
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube
2020-01-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman
2020-01-10staging: rtl8188: avoid excessive stack usageArnd Bergmann
2020-01-03staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube
2019-12-10staging: rtl8188eu: fix interface sanity checkJohan Hovold
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook
2019-10-24staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube
2019-10-01staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov
2019-07-22staging: rtl8188eu: Remove function rtw_modular64()Nishka Dasgupta
2019-07-22staging: rtl8188eu: Remove function rtw_os_indicate_scan_done()Nishka Dasgupta
2019-07-01staging/rtl8188eu/os_dep: Remove unneeded variable retHariprasad Kelam
2019-07-01staging: rtl8188eu: os_dep: Remove return variableNishka Dasgupta
2019-07-01staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE listAlexander Dahl
2019-05-22Staging: rtl8188eu: os_dep: Replace comparison with zero to !xPuranjay Mohan
2019-05-20Staging: rtl8188eu: os_dep: Use %s and __func__ in stringsPuranjay Mohan
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-27Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-01-30staging: rtl8188eu: refactor rtw_reset_securitypriv()Michael Straube
2019-01-30staging: rtl8188eu: &array[0] -> arrayMichael Straube