aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-12staging: rtl8192u: r8192U_core: fix quoted string split across lines code style issueRaphaël Beamonte1-4/+4
2015-09-12staging: rtl8192u: r8192U_core: fix missing blank line after declarations code style issueRaphaël Beamonte1-3/+41
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte1-6/+6
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issueRaphaël Beamonte1-17/+14
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte1-2/+2
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issueRaphaël Beamonte1-8/+5
2015-09-12staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte1-6/+0
2015-09-12staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte1-6/+4
2015-09-12staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte1-1/+0
2015-09-12staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte1-320/+316