aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and bCurrentRT2...Philipp Hortmann1-7/+7
2022-09-26staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReasonPhilipp Hortmann1-8/+8
2022-09-26staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOnPhilipp Hortmann1-13/+13
2022-09-11staging: rtl8192e: Rename CurSlotTimePhilipp Hortmann1-3/+3
2022-09-11staging: rtl8192e: Rename bHwRadioOffPhilipp Hortmann1-6/+6
2022-09-11staging: rtl8192e: Rename RFChangeInProgressPhilipp Hortmann1-12/+12
2022-09-11staging: rtl8192e: Rename RFWaitCounterPhilipp Hortmann1-3/+3
2022-09-11staging: rtl8192e: Rename rtStatePhilipp Hortmann1-3/+3
2022-09-11staging: rtl8192e: Rename bConnectBySSIDPhilipp Hortmann1-3/+3
2022-09-11staging: rtl8192e: Rename bActionAllowedPhilipp Hortmann1-6/+6
2022-09-11staging: rtl8192e: Rename ChangeSourcePhilipp Hortmann1-8/+8
2022-08-30staging: rtl8192e: Remove PHY_SetRFPowerState and rename StateToSetPhilipp Hortmann1-4/+4
2022-08-30staging: rtl8192e: Remove Unnecessary ftrace-like loggingPhilipp Hortmann1-121/+9
2022-08-30staging: rtl8192e: Rename Tx... and RxCheckStuckHandlerPhilipp Hortmann1-4/+4
2022-08-30staging: rtl8192e: Remove blank lines in rtl_core.cPhilipp Hortmann1-24/+0
2021-11-17staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
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-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
2020-12-28staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava1-2/+2
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-01staging: rtl8192e: use generic power managementVaibhav Gupta1-2/+3
2020-05-27staging/rtl8192e: Remove function callback castsOscar Carter1-11/+13
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 Robson1-12/+12
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-05staging: rtl8192e: fix potential use after freePan Bian1-2/+3
2019-09-30staging: rtl8192e: clean up indentation issueColin Ian King1-2/+2
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-15/+4
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 King1-3/+3
2018-09-10staging: rtl8192e: Use __skb_peek().David S. Miller1-1/+1
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook1-14/+11
2017-06-24staging: rtl8192e: remove dead private call to _rtl92e_ioctl.Malcolm Priestley1-126/+0
2017-03-23staging: rtl8192e: Fix issues reported by checkpatch.plSuniel Mahesh1-22/+24
2017-03-23staging: rtl8192e: Rectify pointer comparisions with NULLSuniel Mahesh1-2/+2
2017-03-23Staging: rtl8192e - fixed style of block commentsDerek Robson1-15/+15
2017-01-16staging: rtl8192e: rtl8192e: Remove NULL test before vfreeShyam Saini1-4/+2
2017-01-16Drivers: staging: rtl8192e: style fix, octal file permissionsDerek Robson1-3/+3
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2016-10-16Staging: rtl8192e: rtl_core: Constify rtllib_qos_parameters structuresBhumika Goyal1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0