aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
AgeCommit message (Expand)Author
2020-09-04staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King
2020-02-24staging: rtl8192u: fix multiple memory leaks on error pathNavid Emamdoost
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-02-07staging: rtl8192u: remove redundant nul check on pointer devColin Ian King
2018-09-10staging:rtl8192u: Rename Rx_Smooth_Factor - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Rename RTL819xU_MODULE_NAME - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Remove unused functions - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Remove read_cam() - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Remove write_cam() - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Refactor member variable enabled - StyleJohn Whitmore
2018-09-10staging:rtl8192u: Rename dot11d_init to fix name clashJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_ChannelPlan - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_Customer_ID - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_Default_TxPower - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_Default_CrystalCap - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_Default_PwDiff - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_Default_ThermalMeter - StyleJohn Whitmore
2018-08-27staging:rtl8192u: rename EEPROM_TxPwIndex_Ver - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK_V1 - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G_V1 - STYLEJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_CrystalCap - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_PwDiff - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_ThermalMeter - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename EEPROM_TxPowerDiff - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Refactor enum VERSION_819xU - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Replace magic number with defined constant - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename Dot11d_Reset - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename Dot11d_Init - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Remove macro eqMacAddr - StyleJohn Whitmore
2018-08-05staging:rtl8192u: Rename constants - StyleJohn Whitmore
2018-08-05staging:rtl8192u: Rename constants RateAdaptiveTH_Low_* - StyleJohn Whitmore
2018-08-05staging:rtl8192u: Rename RateAdaptiveTH_High - StyleJohn Whitmore
2018-07-29staging:rtl8192u: Rename RF90_RADIO_PATH_E - StyleJohn Whitmore
2018-07-24staging:rtl8192u: Rename bEnabled > enabled - StyleJohn Whitmore
2018-07-13staging:rtl8192u: Remove typdef from enumeration RF90_RADIO_PATH_E - StyleJohn Whitmore
2018-07-13staging:rtl8192u: remove typedef from struct rx_drvinfo_819x_usbJohn Whitmore
2018-07-13staging:rtl8192u: typedef struct rx_desc_819x_usb remove typedefJohn Whitmore
2018-07-13staging:rtl8192u: typedef struct tx_fwinfo_819x_usb remove typedefJohn Whitmore
2018-07-13staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedefJohn Whitmore
2018-07-13staging:rtl8192u: typedef struct tx_desc_819x_usb > struct tx_desc_819x_usbJohn Whitmore
2018-07-07staging/rtl8192u: fix defined but not used build warningsRandy Dunlap
2018-06-17staging: rtl8192u: remove redundant variablesKenneth Lu
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-16staging/rtl8192u: simplify procfs codeChristoph Hellwig
2018-04-23staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnectJia-Ju Bai
2018-03-01staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddrColin Ian King
2018-01-08staging: rtl8192u: Replace mdelay with msleep in rtl8192_usb_probeJia-Ju Bai