aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26staging: rtl8192e: Remove u16 cast for u32 parameterSolomon Tan1-1/+1
2022-04-26staging: rtl8192e: Remove unnecessary u16 argument castSolomon Tan1-1/+1
2022-04-26staging: rtl8192e: Remove unnecessary u16 assignment castSolomon Tan2-4/+3
2022-04-26staging: rtl8192e: Remove unnecessary u8 cast in comparisonSolomon Tan2-2/+2
2022-04-26staging: rtl8192e: Remove unnecessary u8 argument castSolomon Tan4-9/+7
2022-04-26staging: rtl8192e: Remove unnecessary u8 assignment castSolomon Tan4-38/+36
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan2-5/+5
2021-11-17staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski2-3/+6
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-08-11staging: rtl8192e: rtl_core: Fix possible null-pointer dereference in _rtl92e_pci_disconnect()Tuo Li1-2/+0
2021-08-10staging: rtl8192e: rtl8192e: rtl_core: remove unused global variableSaurav Girepunje1-3/+0
2021-07-27staging/rtl8192e: Remove all strcpy() usesLen Baker1-1/+1
2021-05-19staging: rtl8192e: delete extra blank linesWang Qing1-5/+0
2021-05-10staging: rtl8192e: Fix whitespace around conditional statementOjaswin Mujoo1-1/+1
2021-05-10staging: rtl8192e: Add identifier name to function definitionOjaswin Mujoo1-2/+2
2021-05-10staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo1-8/+4
2021-04-07staging: rtl8192e: rtl8192E_dev: remove unused variableJiapeng Chong1-3/+3
2021-04-05staging: rtl8192e: move const after staticDeborah Brouwer1-2/+2
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman1-3/+4
2021-03-10staging: rtl8192e: remove redundant variable shadowingNikolay Kyx1-5/+3
2021-03-10staging: rtl8192e: rename RT2RT_HT_Mode to rt2rt_ht_mode in bss_ht structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename bdRT2RTLongSlotTime to bd_rt2rt_long_slot_time in bss_ht structWilliam Durand1-2/+1
2021-03-10staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scanLee Gibson1-3/+4
2021-02-08staging: rtl8192e: replace spaces with tab for a closing if bracePhillip Potter1-1/+1
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