aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04staging: rtl8192e: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-3/+3
2020-12-28staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava3-6/+6
2020-09-16staging: rtl8192e: convert tasklets to use new tasklet_setup() APIAllen Pais1-14/+13
2020-07-13staging: rtl8192e: rtl_core: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay1-37/+34
2020-07-13staging: rtl8192e: rtl8192E_dev: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay1-6/+6
2020-07-01staging: rtl8192e: use generic power managementVaibhav Gupta3-23/+12
2020-05-27staging/rtl8192e: Remove function callback castsOscar Carter1-11/+13
2020-05-21staging: rtl8192e: Using comparison to true is error proneJohn Oldman1-5/+5
2020-04-13staging: rtl8192e: rtl8192e: Correct misspelt variable nameR Veera Kumar1-4/+4
2020-02-23staging: rtl8192e: remove redundant initialization of variable init_statusColin Ian King1-1/+1
2020-02-09staging: rtl8192e: style fix - Prefer using '"%s...", __func__'Derek Robson4-43/+33
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-9/+2
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-22staging: rtl8192e: simplify rtl92e_evm_db_to_percent()Michael Straube1-9/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-18staging: rtl8192e: remove set but not used variable 'frag'zhengbin1-2/+1
2019-11-05staging: rtl8192e: fix potential use after freePan Bian1-2/+3
2019-09-30staging: rtl8192e: clean up indentation issueColin Ian King1-2/+2
2019-08-21staging: rtl8192e: remove two set but not used variablesYueHaibing1-9/+3
2019-07-03staging: rtl8192e: remove redundant initialization of rtstatusColin Ian King1-1/+1
2019-05-20Staging: rtl8192e: Use %s and __func__ in stringsPuranjay Mohan1-2/+2
2019-05-02Staging: rtl8192e: Remove extra space before break statementPuranjay Mohan1-2/+2
2019-04-16staging: rtl8192e: remove a blank lineDaniel Junho1-1/+0
2019-04-16staging: rtl8192e: Remove a not necessary blank line before a close brace '}'Gabriela Bittencourt1-1/+0
2019-04-16staging: rtl8192e: Remove set but not used variable 'VenderID'YueHaibing1-2/+0
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman32-444/+127
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-29staging: rtl8192e: Remove unnecessary parentheses.Sanjana Sanikommu1-11/+8
2019-03-18Staging: rtl8192e: Remove parentheses around the right hand side of assignmentsBhanusree Pola1-12/+9
2019-02-19staging: rtl8192e: Remove set but not used variables 'broad_addr, stype'YueHaibing1-12/+3
2019-02-11staging: rtl8192e: rename function Dot11d_Channelmap to dot11d_channel_map - styleHimadri Pandya1-1/+1
2019-01-15staging: rtl8192e: fix various indentation issuesColin Ian King4-9/+9
2019-01-07staging: rtl8192e: reduce indentationJulia Lawall1-3/+3
2018-09-10staging: rtl8192e: Use __skb_peek().David S. Miller1-1/+1
2018-03-06staging: rtl8192e: Add spaces around operators.Dafna Hirschfeld1-9/+9
2018-03-06staging: rtl8192e: Remove unnecessary parenthesesDafna Hirschfeld1-3/+3
2018-03-06staging: rtl8192e: Fix issues regarding blank linesDafna Hirschfeld1-27/+0
2018-02-02Staging: rtl8192e: kconfig: Remove blank help textUlf Magnusson1-1/+0
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-22/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook4-22/+18
2017-06-24staging: rtl8192e: remove dead private call to _rtl92e_ioctl.Malcolm Priestley2-128/+0
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman1-9/+15
2017-05-15staging: rtl8192e: _rtl92e_dm_check_edca_turbo remove peername message.Malcolm Priestley1-16/+0
2017-05-15staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.Malcolm Priestley1-1/+1
2017-05-15staging: rtl8192e: fix 2 byte alignment of register BSSIDR.Malcolm Priestley1-4/+5
2017-05-15staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.Malcolm Priestley1-4/+9
2017-03-29staging: rtl8192e: Fix embedded function names with __func__Suniel Mahesh1-11/+11
2017-03-23staging: rtl8192e: Fix issues reported by checkpatch.plSuniel Mahesh1-22/+24