aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-11Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as staticAnmol Sarma1-37/+37
2014-01-11Staging: rtl8187se: r8180_wx.c: make 'rtl8180_rates' staticAnmol Sarma1-1/+1
2014-01-11Staging: rtl8187se: r8180_core.c: mark symbols as staticAnmol Sarma1-7/+7
2014-01-09Staging: rtl8187se: fix styling issues in r8180_wx.cDan LaManna1-19/+32
2014-01-09staging: rtl8187se: Fix trailing whitespace in r8180_hw.h and r8180_wx.cMasanari Iida2-3/+3
2014-01-09staging: rtl8187se: Fix space prohibited before semicolon in r8180_core.c and r8180.hMasanari Iida2-3/+3
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-11-19staging: rtl8187se: fix coding style in function declarationsAna Rey17-311/+281
2013-11-11Staging: rtl8187se: Fix Sparse WarningsEbru Akagunduz3-10/+13
2013-11-10Staging: rtl8187se: fix printk() should include kern_ facility levelEbru Akagunduz1-2/+2
2013-11-10Staging: rtl8187se: Remove C99 style commentingHimangi Saraogi1-2/+2
2013-11-10Staging: rtl8187se: Fix indentation errorsHimangi Saraogi1-10/+8
2013-11-10Staging:rtl8187se: Remove unnecessary braces from if-else statementHimangi Saraogi1-3/+2
2013-11-10Staging:rtl8187se: Add space before open parenthesis of if conditionHimangi Saraogi1-1/+1
2013-11-10Staging: rtl8187se: use macro IW_HANDLER to initialize r8180_wx_handlersAna Rey Botello1-58/+42
2013-11-10Staging:rtl8187se: Insert spaces after commasHimangi Saraogi1-6/+6
2013-11-10staging:rtl8187se: Use preferred library linux/uaccess.h over asm/uaccess.hHimangi Saraogi1-1/+1
2013-11-10staging:rtl8187se: Shift open brace of function declarations to next lineHimangi Saraogi1-2/+4
2013-11-10Staging: rtl8187se: Fix C99 style commenting in dot11d.hHimangi Saraogi1-10/+10
2013-11-10Staging: rtl8187se: Remove useless comments in dot11d.cRashika Kheria1-12/+1
2013-11-10Staging: rtl8187se: Remove unnecessary return statement in ieee80211_crypt_tkip.cRashika Kheria1-1/+0
2013-11-10Staging: rtl8187se: Fix code indent should use tabs in ieee80211_crypt_tkip.cRashika Kheria1-15/+15
2013-11-10Staging: rtl8187se: Replace "foo * bar" with "foo *bar" in ieee80211_crypt_tkip.cRashika Kheria1-4/+4
2013-11-10Staging: rtl8187se: Remove useless comments in ieee80211_crypt_tkip.cRashika Kheria1-8/+0
2013-11-10Staging: rtl8187se: Fix quoted strings split across lines in ieee80211_crypt_ccmp.cRashika Kheria1-3/+2
2013-11-10Staging: rtl8187se: Remove unnecessary comments in ieee80211_crypt_ccmp.cRashika Kheria1-5/+0
2013-11-10Staging: rtl8187se: Fix line over 80 characters in dot11d.cRashika Kheria1-3/+7
2013-11-10Staging: rtl8187se: Remove unnecessary braces around single statement in dot11d.cRashika Kheria1-2/+1
2013-11-10Staging: rtl8187se: Fix space prohibited before semicolon in dot11d.cRashika Kheria1-1/+1
2013-11-10Staging: rtl8187se: Fix printk() should include KERN_ facility levelRashika Kheria1-10/+12
2013-11-10Staging: rtl8187se: Fix C99 style commenting in dot11d.cRashika Kheria1-33/+35
2013-11-10drivers : staging :rtl8187se : r8180_core.c : remove space before semicolonHimangi Saraogi1-1/+1
2013-10-30Staging: rtl8187se: space prohibited before semicolon in r8185b_init.cEbru Akagunduz1-2/+2
2013-10-30Staging: rtl8187se: fix space prohibited after that open parenthesis '(' in r8185b_init.cEbru Akagunduz1-1/+1
2013-10-30Staging: rtl8187se: fix braces {} are not necessary for single statement blocks in r8185b_init.cEbru Akagunduz1-2/+1
2013-10-30Staging: rtl8187se: fix trailing whitespace in r8185b_init.cEbru Akagunduz1-3/+3
2013-10-30Staging: rtl8187se: fix please, no space before tabs in r8185b_init.cEbru Akagunduz1-10/+10
2013-10-28staging: rtl8187se: delete duplicated argument to |Teodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix code allignmentTeodora Baluta3-7/+8
2013-10-28staging: rtl8187se: bool tests don't need comparisonsTeodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix assignment of bool to 0/1Teodora Baluta1-2/+2
2013-10-28staging: rtl8187se: use memdup_user to simplify codeTeodora Baluta1-8/+3
2013-10-28Staging: rtl8187se: fix line over 80 characters in r8185b_init.cEbru Akagunduz1-137/+264
2013-10-28staging: rtl8187se: use netdev_warn instead of printkTeodora Baluta1-10/+5
2013-10-28staging: rtl8187se: use netdev_info instead of printkTeodora Baluta1-2/+1
2013-10-28staging: rtl8187se: prefer netdev_dbg to printkTeodora Baluta1-3/+2
2013-10-28staging: rtl8187se: fix lines over 80 charactersTeodora Baluta1-3/+6
2013-10-28staging: rtl8187se: fixup multi-line commentTeodora Baluta1-16/+22
2013-10-28staging: rtl8187se: remove an unnecessary line continuationTeodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix conditional statement indentTeodora Baluta1-6/+6