summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: remove unused functions in r8192U_core.cBaoyou Xie2016-09-231-49/+0
* Staging: rtl8192u: Remove useless type conversionBhumika Goyal2016-09-201-5/+5
* staging: rtl8192u: r8192U_core: fix checkpatch permission warningsXavier Roumegue2016-09-201-3/+3
* staging/rtl8192u: use s8 instead of charArnd Bergmann2016-08-211-7/+7
* staging: rtl8192u: r8192U_core: don't print error when allocating urb failsWolfram Sang2016-08-151-4/+1
* rtl8192u: Remove unused semaphore rf_semBinoy Jayan2016-06-181-1/+0
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-181-2/+2
* rtl8192u: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-181-14/+14
* staging: rtl8192u: propagate errors in write_nic_dwordSalah Triki2016-06-181-3/+7
* staging: rtl8192u: propagate errors in write_nic_wordSalah Triki2016-06-181-3/+7
* staging: rtl8192u: propagate errors in write_nic_byte_ESalah Triki2016-06-181-3/+6
* staging: rtl8192u: propagate errors in write_nic_byteSalah Triki2016-06-181-3/+7
* staging: rtl8192u: check return value of rtl8192_read_eeprom_infoSalah Triki2016-06-181-1/+9
* staging: rtl8192u: propagate errors in rtl8192_read_eeprom_infoSalah Triki2016-06-181-16/+18
* staging: rtl8192u: check return value eprom_readSalah Triki2016-06-181-36/+76
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-54/+19
|\
| * staging: rtl8192u: Fix crash due to pointers being "confusing"Ben Hutchings2016-04-291-2/+2
| * staging: rtl8192u: rewrite NULL comparison for pointersNicholas Sim2016-04-291-3/+3
| * staging: rtl8192u: add blank line after declarationsNicholas Sim2016-04-291-0/+14
| * staging: rtl8192u: remove blank lines after braces (opening)Nicholas Sim2016-04-291-14/+0
| * staging: rtl8192u: remove blank lines before braces (closing)Nicholas Sim2016-04-291-35/+0
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
|/
* Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal2016-03-111-1/+1
* staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2016-02-201-8/+5
* staging: r8192U: Fix check pointer after usage problemLarry Finger2016-02-071-8/+13
* staging/rtl8192u: fixed typosYannik Schmidt2016-02-071-3/+3
* staging: rtl8192u: use to_delayed_workGeliang Tang2016-02-071-2/+1
* Staging: rtl8192u: Remove unused functionKsenija Stanojevic2015-11-151-15/+0
* Staging: rtl8192u: Eliminate use of MSECS macroShraddha Barke2015-10-241-1/+1
* rtl8192u: BIT() macro cleanupAnish Bhatt2015-10-131-6/+6
* staging: rtl8192u: r8192U_core: fix negative noise valueLuis de Bethencourt2015-10-121-2/+2
* Staging: rtl8192u: Do not DMA on the stackKsenija Stanojevic2015-10-121-9/+63
* staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 charac...Raphaël Beamonte2015-09-201-199/+409
* staging: rtl8192u: r8192U_core: fix comments lines over 80 charactersRaphaël Beamonte2015-09-161-79/+153
* staging/rtl8192u: remove unused functionNicolas Joseph2015-09-151-44/+0
* staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code ...Raphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix quoted string split across lines code sty...Raphaël Beamonte2015-09-121-4/+4
* staging: rtl8192u: r8192U_core: fix missing blank line after declarations cod...Raphaël Beamonte2015-09-121-3/+41
* staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte2015-09-121-6/+6
* staging: rtl8192u: r8192U_core: fix unnecessary else after return code style ...Raphaël Beamonte2015-09-121-17/+14
* staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte2015-09-121-2/+2
* staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style...Raphaël Beamonte2015-09-121-8/+5
* staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte2015-09-121-6/+0
* staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte2015-09-121-6/+4
* staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte2015-09-121-1/+0
* staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte2015-09-121-320/+316
* staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacin...Raphaël Beamonte2015-09-121-144/+144
* staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spac...Raphaël Beamonte2015-09-121-3/+3
* staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte2015-09-121-2/+1
OpenPOWER on IntegriCloud