summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* 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: rlt8192u: Remove spaces at the start of linesMike Dupuis2015-09-151-4/+4
* Staging: rtl8192u: do not use C99 // commentsMike Dupuis2015-09-151-14/+14
* Staging: rtl8192u: suspect code indent for conditional statmentMike Dupuis2015-09-151-3/+2
* Staging: rtl8192u: space required before open parenthesesMike Dupuis2015-09-151-6/+6
* Staging: rtl8192u: Remove unnecessary printkShraddha Barke2015-09-141-1/+0
* Staging: rtl8192u: space prohibited before close parenthesismike dupuis2015-09-121-2/+2
* Staging: rtl8192u: space required after close bracesmike dupuis2015-09-121-3/+3
* Staging: rtl8192u: space required before open bracesmike dupuis2015-09-121-9/+9
* Staging: rtl8192u: Space not allowed after &mike dupuis2015-09-121-2/+2
* Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uac...Shraddha Barke2015-09-121-1/+1
* Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uacc...Shraddha Barke2015-09-121-1/+1
* Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include...Shraddha Barke2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code ...Raphaël Beamonte2015-09-121-1/+1
* Staging: rtl819u: ieee80211: Remove unused variableShraddha Barke2015-09-121-2/+0
* 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-122-5/+5
* staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte2015-09-121-2/+1
* staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix space before close parenthesis code style...Raphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte2015-09-121-95/+95
* staging: rtl8192u: Remove unnecessary externsJoe Perches2015-08-147-223/+236
* staging: rtl8192u: r819xU_firmware: fix coding styleKent Gustavsson2015-08-031-1/+2
* staging: rtl8192u: Fix checkpatch issue with comma in r819xU_firmware.cFreeman Zhang2015-07-311-5/+5
* staging: rtl8192u: remove unneeded boolLuis de Bethencourt2015-07-221-8/+1
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-228-26/+27
* Staging: rtl8192u: pointer math bug in ieee80211_rx_DELBA()Dan Carpenter2015-07-221-4/+1
* Staging: rtl8192u: Replace memset with eth_zero_addrVaishali Thakkar2015-07-141-1/+1
* drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald2015-07-144-5/+5
* staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez2015-06-171-1/+1
* staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.cHarisangam Sharvari2015-06-121-6/+6
* staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez2015-06-121-5/+5
* Staging: rtl8192u: Remove two useless lines at ieee80211_wep_nullPedro Marzo Perez2015-06-081-2/+0
* Staging: rtl8192u: Simplify error check code at prism2_wep_initPedro Marzo Perez2015-06-081-23/+9
* staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez2015-06-081-2/+5
* staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...Tolga Ceylan2015-06-081-1/+1
* staging: rtl8192u: r819xU_firmware.h: fix line over 80 charactersBuţiu Alexandru Octavian2015-06-081-1/+2
OpenPOWER on IntegriCloud