aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-01staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddrColin Ian King1-0/+2
2018-01-08staging: rtl8192u: Replace mdelay with msleep in rtl8192_usb_probeJia-Ju Bai1-1/+1
2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-10-03staging: rtl8192u: Fix some error handling pathChristophe JAILLET1-4/+1
2017-10-03staging: rtl8192u: Check some memory allocation failureChristophe JAILLET1-0/+4
2017-07-17Staging: rtl8192u: Use __func__ instead of function name.Shreeya Patel1-12/+11
2017-05-29staging: rtl8192u: swap comparison to constantSzilveszter Székely1-5/+5
2017-04-28staging: rtl8192u: fix spelling mistake in variable name *attentuationColin Ian King1-5/+5
2017-03-12staging: rtl8192u: Remove typedef phy_ofdm_rx_status_rxsc_sgien_exintfflagsimran singhal1-2/+2
2017-03-09Staging: rtl8192u: clean up some white space issuesElia Geretto1-2/+2
2017-03-09staging: rtl8192u: Constify ieee80211_qos_parameters structureGargi Sharma1-1/+1
2017-02-16Staging: rtl8192u: r8192U_core.c - style fixDerek Robson1-35/+35
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-7/+7
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-23staging: rtl8192u: remove unused functions in r8192U_core.cBaoyou Xie1-49/+0
2016-09-20Staging: rtl8192u: Remove useless type conversionBhumika Goyal1-5/+5
2016-09-20staging: rtl8192u: r8192U_core: fix checkpatch permission warningsXavier Roumegue1-3/+3
2016-08-21staging/rtl8192u: use s8 instead of charArnd Bergmann1-7/+7
2016-08-15staging: rtl8192u: r8192U_core: don't print error when allocating urb failsWolfram Sang1-4/+1
2016-06-18rtl8192u: Remove unused semaphore rf_semBinoy Jayan1-1/+0
2016-06-18rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan1-2/+2
2016-06-18rtl8192u: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan1-14/+14
2016-06-18staging: rtl8192u: propagate errors in write_nic_dwordSalah Triki1-3/+7
2016-06-18staging: rtl8192u: propagate errors in write_nic_wordSalah Triki1-3/+7
2016-06-18staging: rtl8192u: propagate errors in write_nic_byte_ESalah Triki1-3/+6
2016-06-18staging: rtl8192u: propagate errors in write_nic_byteSalah Triki1-3/+7
2016-06-18staging: rtl8192u: check return value of rtl8192_read_eeprom_infoSalah Triki1-1/+9
2016-06-18staging: rtl8192u: propagate errors in rtl8192_read_eeprom_infoSalah Triki1-16/+18
2016-06-18staging: rtl8192u: check return value eprom_readSalah Triki1-36/+76
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-54/+19
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-04-29staging: rtl8192u: Fix crash due to pointers being "confusing"Ben Hutchings1-2/+2
2016-04-29staging: rtl8192u: rewrite NULL comparison for pointersNicholas Sim1-3/+3
2016-04-29staging: rtl8192u: add blank line after declarationsNicholas Sim1-0/+14
2016-04-29staging: rtl8192u: remove blank lines after braces (opening)Nicholas Sim1-14/+0
2016-04-29staging: rtl8192u: remove blank lines before braces (closing)Nicholas Sim1-35/+0
2016-03-11Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal1-1/+1
2016-02-20staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar1-8/+5
2016-02-07staging: r8192U: Fix check pointer after usage problemLarry Finger1-8/+13
2016-02-07staging/rtl8192u: fixed typosYannik Schmidt1-3/+3
2016-02-07staging: rtl8192u: use to_delayed_workGeliang Tang1-2/+1
2015-11-15Staging: rtl8192u: Remove unused functionKsenija Stanojevic1-15/+0
2015-10-24Staging: rtl8192u: Eliminate use of MSECS macroShraddha Barke1-1/+1
2015-10-13rtl8192u: BIT() macro cleanupAnish Bhatt1-6/+6
2015-10-12staging: rtl8192u: r8192U_core: fix negative noise valueLuis de Bethencourt1-2/+2
2015-10-12Staging: rtl8192u: Do not DMA on the stackKsenija Stanojevic1-9/+63
2015-09-20staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 charactersRaphaël Beamonte1-199/+409
2015-09-16staging: rtl8192u: r8192U_core: fix comments lines over 80 charactersRaphaël Beamonte1-79/+153
2015-09-15staging/rtl8192u: remove unused functionNicolas Joseph1-44/+0
2015-09-12staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code style issueRaphaël Beamonte1-1/+1