summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19staging: rtl8192u: make const array queuetopipe const, reduces object code sizeColin Ian King1-1/+1
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang1-12/+33
2021-12-03staging: rtl8192u: make array queuetopipe static constColin Ian King1-2/+2
2021-11-15staging: rtl8192u: remove the if condition without effectSaurav Girepunje1-8/+1
2021-10-26staging: rtl8192u: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski1-4/+7
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-05staging: rtl8192u: remove unused static variableSaurav Girepunje1-3/+0
2021-08-16staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff8...Nathan Chancellor1-1/+1
2021-05-19staging: rtl8192u: Fix variable shadowing warningCláudio Maia1-4/+0
2021-05-10staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones1-2/+2
2021-05-10staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones1-5/+2
2021-04-07staging: rtl8192u: Fix potential infinite loopColin Ian King1-1/+1
2021-04-07staging: rtl8192u: remove unused variableJiapeng Chong1-2/+1
2020-12-28staging: rtl8192u: Add null check in rtl8192_usb_initendpointsDinghao Liu1-0/+2
2020-11-06staging: rtl8192u: fix wrong judgement in rtl8192_rx_isrZhang Qilong1-1/+1
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-07-17staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King1-1/+1
2020-03-17staging: rtl8192u: Corrects 'Avoid CamelCase' for variablesCamylla Goncalves Cantanheide1-26/+26
2020-03-17staging: rtl8192u: Using function name as stringCamylla Goncalves Cantanheide1-3/+3
2020-03-17staging: rtl8192u: Replaces symbolic permissions with octal permissionsCamylla Goncalves Cantanheide1-4/+4
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+3
2020-01-22staging: rtl8192u: simplify rtl819x_evm_dbtopercentage()Michael Straube1-9/+2
2020-01-10staging: rtl8192u: remove header include path to ieee80211/Masahiro Yamada1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+4
2019-09-30staging: rtl8192u: fix multiple memory leaks on error pathNavid Emamdoost1-5/+12
2019-09-30staging: rtl8192u: release memory on error pathNavid Emamdoost1-0/+2
2019-09-30staging: rtl8192u: Remove unnecessary line-breaks in function signaturesSumera Priyadarsini1-17/+11
2019-09-30staging: rtl8192u: Fix alignment to match open parenthesisSumera Priyadarsini1-5/+5
2019-09-30staging: rtl8192u: Remove unnecessary blank linesSumera Priyadarsini1-70/+0
2019-08-25staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan1-97/+4
2019-08-01staging: rtl8192u: null check the kzallocNavid Emamdoost1-2/+9
2019-07-03staging: rtl8192u: Replace function rtl8192_rx_enable()Nishka Dasgupta1-7/+1
2019-07-01staging: rtl8192u: Change type of rtl8192_rx_initiate()Nishka Dasgupta1-3/+1
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-15/+1
2019-02-07staging: rtl8192u: remove redundant nul check on pointer devColin Ian King1-13/+11
2018-09-10staging:rtl8192u: Rename Rx_Smooth_Factor - StyleJohn Whitmore1-10/+10
2018-09-10staging:rtl8192u: Rename RTL819xU_MODULE_NAME - StyleJohn Whitmore1-2/+2
2018-09-10staging:rtl8192u: Remove unused functions - StyleJohn Whitmore1-7/+0
2018-09-10staging:rtl8192u: Remove read_cam() - StyleJohn Whitmore1-9/+0
2018-09-10staging:rtl8192u: Remove write_cam() - StyleJohn Whitmore1-7/+0
2018-09-10staging:rtl8192u: Refactor member variable enabled - StyleJohn Whitmore1-1/+1
2018-09-10staging:rtl8192u: Rename dot11d_init to fix name clashJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename EEPROM_ChannelPlan - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename EEPROM_Customer_ID - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename EEPROM_Default_TxPower - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename EEPROM_Default_CrystalCap - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename EEPROM_Default_PwDiff - StyleJohn Whitmore1-1/+1