summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:rtl8192u: Rename Rx_Smooth_Factor - StyleJohn Whitmore2018-09-101-10/+10
* staging:rtl8192u: Rename RTL819xU_MODULE_NAME - StyleJohn Whitmore2018-09-101-2/+2
* staging:rtl8192u: Remove unused functions - StyleJohn Whitmore2018-09-101-7/+0
* staging:rtl8192u: Remove read_cam() - StyleJohn Whitmore2018-09-101-9/+0
* staging:rtl8192u: Remove write_cam() - StyleJohn Whitmore2018-09-101-7/+0
* staging:rtl8192u: Refactor member variable enabled - StyleJohn Whitmore2018-09-101-1/+1
* staging:rtl8192u: Rename dot11d_init to fix name clashJohn Whitmore2018-09-101-1/+1
* staging:rtl8192u: Rename EEPROM_ChannelPlan - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_Customer_ID - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_Default_TxPower - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_Default_CrystalCap - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_Default_PwDiff - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_Default_ThermalMeter - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: rename EEPROM_TxPwIndex_Ver - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK_V1 - StyleJohn Whitmore2018-08-271-2/+2
* staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G - StyleJohn Whitmore2018-08-271-2/+2
* staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G_V1 - STYLEJohn Whitmore2018-08-271-2/+2
* staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_CrystalCap - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_PwDiff - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_ThermalMeter - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename EEPROM_TxPowerDiff - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Refactor enum VERSION_819xU - StyleJohn Whitmore2018-08-271-4/+4
* staging:rtl8192u: Replace magic number with defined constant - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename Dot11d_Reset - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename Dot11d_Init - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Remove macro eqMacAddr - StyleJohn Whitmore2018-08-271-3/+3
* staging:rtl8192u: Rename constants - StyleJohn Whitmore2018-08-051-1/+1
* staging:rtl8192u: Rename constants RateAdaptiveTH_Low_* - StyleJohn Whitmore2018-08-051-4/+4
* staging:rtl8192u: Rename RateAdaptiveTH_High - StyleJohn Whitmore2018-08-051-2/+2
* staging:rtl8192u: Rename RF90_RADIO_PATH_E - StyleJohn Whitmore2018-07-291-2/+2
* staging:rtl8192u: Rename bEnabled > enabled - StyleJohn Whitmore2018-07-241-1/+1
* staging:rtl8192u: Remove typdef from enumeration RF90_RADIO_PATH_E - StyleJohn Whitmore2018-07-131-2/+2
* staging:rtl8192u: remove typedef from struct rx_drvinfo_819x_usbJohn Whitmore2018-07-131-5/+5
* staging:rtl8192u: typedef struct rx_desc_819x_usb remove typedefJohn Whitmore2018-07-131-7/+7
* staging:rtl8192u: typedef struct tx_fwinfo_819x_usb remove typedefJohn Whitmore2018-07-131-5/+5
* staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedefJohn Whitmore2018-07-131-1/+1
* staging:rtl8192u: typedef struct tx_desc_819x_usb > struct tx_desc_819x_usbJohn Whitmore2018-07-131-2/+2
* staging/rtl8192u: fix defined but not used build warningsRandy Dunlap2018-07-071-4/+4
* staging: rtl8192u: remove redundant variablesKenneth Lu2018-06-171-6/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-091-1/+1
|\
| * staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnectJia-Ju Bai2018-04-231-1/+1
* | staging/rtl8192u: simplify procfs codeChristoph Hellwig2018-05-161-53/+14
|/
* staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddrColin Ian King2018-03-011-0/+2
* staging: rtl8192u: Replace mdelay with msleep in rtl8192_usb_probeJia-Ju Bai2018-01-081-1/+1
* staging: rtl8192u: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+5
* staging: rtl8192u: Fix some error handling pathChristophe JAILLET2017-10-031-4/+1
* staging: rtl8192u: Check some memory allocation failureChristophe JAILLET2017-10-031-0/+4
* Staging: rtl8192u: Use __func__ instead of function name.Shreeya Patel2017-07-171-12/+11
OpenPOWER on IntegriCloud