aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Staging: rtl8192e: Added spaces around '+'Felix Schlepper1-1/+1
2022-07-08Staging: rtl8192e: Remove unnecessary blank lineFelix Schlepper1-1/+0
2022-07-08Staging: rtl8192e: Added braces around elseFelix Schlepper1-2/+4
2022-07-08Staging: rtl8192e: Remove unnecessary parenthesesFelix Schlepper1-2/+2
2022-07-08Staging: rtl8192e: Avoid multiple assignmentsFelix Schlepper1-1/+2
2022-07-08Staging: rtl8192e: Refactored rtllib_modesFelix Schlepper1-15/+6
2022-06-27Staging: rtl8192e: Cleaning up error handlingFelix Schlepper1-10/+10
2022-06-27Staging: rtl8192e: Using kzalloc and delete memsetFelix Schlepper1-2/+1
2022-06-27Staging: rtl8192e: Use struct_sizeFelix Schlepper1-2/+1
2022-05-19staging: rtl8192e: remove null check after call container_of()Haowen Bai1-2/+0
2022-04-26staging: rtl8192e: Remove u16 cast for u16 return valueSolomon Tan1-1/+1
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-22staging: rtl8192e: Fix signedness bug in rtllib_rx_assoc_resp()Haowen Bai1-6/+11
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan9-60/+60
2022-04-20drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou1-1/+1
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso3-6/+10
2022-04-07staging: rtl8192e: remove multiple blank linesAlaa Mohamed1-3/+0
2022-03-16staging: rtl8192e: Fix spelling mistake "RESQUEST" -> "REQUEST"Colin Ian King1-1/+1
2022-02-21staging: rtl8192e: use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-26/+28
2022-01-12Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-8/+17
2021-12-03staging: rtl8192e: rtllib_module: remove unnecessary assignmentYang Yingliang1-1/+0
2021-12-03staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib()Yang Yingliang1-4/+12
2021-12-03staging: rtl8192e: return error code from rtllib_softmac_init()Yang Yingliang2-3/+5
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
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-10-05staging: rtl8192e: remove unused variable ieeeSaurav Girepunje1-5/+4
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-08-10staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook2-41/+20
2021-07-27staging/rtl8192e: Remove all strcpy() usesLen Baker3-13/+10
2021-05-25staging: rtl8192e: Fix shadowed variable nameThomas Bracht Laumann Jespersen1-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 Mujoo2-10/+5
2021-05-10staging: rtl8192e: Remove duplicate declartionSaurav Girepunje1-2/+0
2021-05-10staging: rtl8192e: replace comparison to NULL by boolzhaoxiao1-5/+5
2021-05-10staging: rtl8192e: remove unnecesasry ftrace-like loggingzhaoxiao2-5/+0
2021-04-22staging: rtl8192e: indent statement properlyIan Kewish1-1/+1
2021-04-14staging: rtl8192e: removed multiple blank linesMitali Borkar1-7/+0
2021-04-14staging: rtl8192e: remove unnecessary blank line after close braceMitali Borkar1-2/+0
2021-04-14staging: rtl8192e: remove unnecessary blank line before braceMitali Borkar2-4/+0