aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se
AgeCommit message (Expand)AuthorFilesLines
2014-04-16staging: delete rtl8187se wireless driverGreg Kroah-Hartman29-19844/+0
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2014-03-18staging: rtl8187se: Clean-up comment line style in r8180_rtl8225.hAna Rey1-10/+9
2014-03-18staging: rtl8187se: Delete commented code and whitelineAna Rey1-15/+0
2014-03-18staging: rtl8187se: Delete unnecessary comment in r8180_core.cAna Rey1-47/+13
2014-03-18staging: rtl8187se: Use min_t instead of minAna Rey1-1/+1
2014-03-18staging: rtl8187se: Use ether_addr_copy functionAna Rey1-1/+2
2014-03-18staging: rtl8187se: Convert from printk into netdev_err or netdev_infoAna Rey1-6/+7
2014-03-18staging: rtl8187se: Fix indent in switch statement.Ana Rey1-1/+1
2014-03-18staging: rtl8187se: Fix commend lineAna Rey1-42/+47
2014-03-18staging: rtl8187se: Delete commented codeAna Rey1-38/+4
2014-03-18Staging: rtl8187se: Fix warning symbol should be staticAndreea-Cristina Bernat1-1/+1
2014-03-18staging:rtl8187se: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi1-2/+2
2014-03-16staging: rtl8187se: Remove initialization of static variable in ieee80211/iee...Ana Rey1-1/+1
2014-03-16staging: rtl8187se: Fix pointer declarations in ieee80211/ieee80211_softmac.cAna Rey1-25/+25
2014-03-16staging: rtl8187se: Move trailing statement to next lineAna Rey1-9/+19
2014-03-16staging: rtl8187se: Delete some innecesary whitespacesAna Rey1-3/+3
2014-03-16staging: rtl8187se: Add whitespaces around '&', '||' and '&&'Ana Rey1-4/+3
2014-03-16staging: rtl8187se: Add whitespaces around '+=' and '=='Ana Rey1-8/+8
2014-03-16staging: rtl8187se: Fix "code indent should use tabs where possible" errorAna Rey1-31/+31
2014-03-16staging: rtl8187se: Add whitespaces around commasAna Rey1-75/+75
2014-03-16staging: rtl8187se: Add whitespaces around '+', '-' and '='Ana Rey1-19/+19
2014-03-16staging: rtl8187se: Delete spaces prohibited around semicolons, colons and ex...Ana Rey1-3/+3
2014-03-16staging: rtl8187se: Delete space prohibited after open parenthesis.Ana Rey1-6/+7
2014-03-16staging: rtl8187se: Delete space prohibited between function name and open pa...Ana Rey1-5/+5
2014-03-16staging: rtl8187se: Add whitespaces in while and for structures.Ana Rey1-12/+12
2014-03-16staging: rtl8187se: Add whitespaces between 'if' and the condition.Ana Rey1-39/+39
2014-03-16staging: rtl8187se: Delete braces are not necessary in ieee80211/ieee80211_so...Ana Rey1-35/+27
2014-03-16staging: rtl8187se: Add necessary whitespaces in while and do-while statements.Ana Rey1-14/+12
2014-03-16staging: rtl8187se: Fix whitespace around else-statementsAna Rey1-25/+22
2014-03-16staging: rtl8187se: Fix whitespaces in if-statement.Ana Rey1-104/+87
2014-03-16staging: rtl8187se: Remove unused functions 'rsn_authen_cipher_suite' and 'ex...Ana Rey1-19/+0
2014-03-16staging: rtl8187se: Re-write if statement with comment lines inside.Ana Rey1-13/+18
2014-03-16staging: rtl8187se: Clean-up comment line styleAna Rey1-73/+80
2014-03-16staging: rtl8187se: Remove unnecessary blank linesAna Rey1-129/+3
2014-03-16staging: rtl8187se: Delete commented codeAna Rey1-154/+18
2014-03-13staging:rtl8187se: Fix sparse warning in right shiftHimangi Saraogi1-2/+2
2014-03-13staging:rtl8187se:ieee80211: Fix sparse warning of cast to restricted __le16Himangi Saraogi1-1/+1
2014-03-13staging: rtl8187se: Fix braces in ieee80211/ieee80211_crypt_tkip.cAna Rey1-6/+4
2014-03-13staging: rtl8187se: Fix whitespaces in ieee80211/ieee80211_crypt_tkip.cAna Rey1-4/+4
2014-03-13staging: rtl8187se: Deleted rtl8225z2_rf_set_mode functionAna Rey1-39/+0
2014-03-13staging: rtl8187se: Delete commented code in r8180.hAna Rey1-58/+0
2014-03-13staging: rtl8187se: Convert _RT_PS_MODE typedef into an enumAna Rey2-8/+8
2014-03-13staging: rtl8187se: Delete typedef _LED_CTL_MODEAna Rey1-12/+0
2014-03-13staging: rtl8187se: Convert _RT_RF_POWER_STATE typedef into an enumAna Rey6-44/+44
2014-03-13staging: rtl8187se: Convert _LED_STRATEGY_8185 typedef into an enumAna Rey2-4/+5
2014-03-13staging: rtl8187se: Convert nic_t typedef into an enumAna Rey1-2/+2
2014-03-13staging: rtl8187se: Convert _WIRELESS_MODE into a enum.Ana Rey3-9/+9
2014-03-10staging:rtl8187se: Remove unused variableHimangi Saraogi1-8/+0
2014-03-08staging:rtl8187se: Removed assignments from if statements in ieee80211/ieee80...Chi Pham1-2/+4
2014-03-07staging:rtl8187se: Change argument type in function to boolHimangi Saraogi2-2/+2
2014-03-07staging: rtl8187se: Delete typedef _ThreeWireAna Rey1-15/+0
2014-03-07staging: rtl8187se: Convert r8180_priv typedef into a structAna Rey1-2/+2
2014-03-07staging: rtl8187se: Convert buffer typedef into a structAna Rey1-2/+2
2014-03-07staging: rtl8187se: Fix whitespaces in ieee80211/dot11d.hAna Rey1-5/+6
2014-03-07staging:rtl8187se:ieee80211: Fix Sparse Warning for Static DeclarationsHimangi Saraogi1-2/+2
2014-03-07staging:rtl8187se:ieee80211: Fix incorrect type in assignmentHimangi Saraogi1-1/+1
2014-03-04drivers: staging: rtl8187se: refactor wmm_param_updateAxel Rasmussen1-70/+49
2014-03-04drivers: staging: rtl8187se: wrap excessively long linesAxel Rasmussen1-42/+83
2014-03-04drivers: staging: rtl8187se: fixed checkpatch.pl errorsAxel Rasmussen1-11/+38
2014-03-04drivers: staging: rtl8187se: fixed broken indentationAxel Rasmussen1-63/+69
2014-03-04drivers: staging: rtl8187se: wrap excessively long linesAxel Rasmussen1-23/+40
2014-03-04drivers: staging: rtl8187se: wrap excessively long linesAxel Rasmussen1-29/+44
2014-03-04drivers: staging: rtl8187se: wrap excessively long linesAxel Rasmussen1-14/+26
2014-03-04drivers: staging: rtl8187se: refactor/clean signal smoothingAxel Rasmussen2-12/+19
2014-03-04drivers: staging: rtl8187se: use netdev_* instead of prinkAxel Rasmussen2-4/+4
2014-02-27staging: rtl8187se: Convert _link_detect_t typedef into a struct.Ana Rey3-51/+51
2014-02-27staging: rtl8187se: Convert Stats typedef into a structAna Rey2-5/+5
2014-02-27staging: rtl8187se: Convert ChnlAccessSetting typedef into a struct.Ana Rey2-19/+19
2014-02-27staging: rtl8187se: Added parenthesis in a macro in r8180.hAna Rey1-1/+1
2014-02-27staging: rtl8187se: Fixed a pointer declaration error in r8180.hAna Rey1-1/+1
2014-02-27staging: rtl8187se: Fixed open brace in r8180.hAna Rey1-18/+11
2014-02-27staging: rtl8187se: Clean-up comment line style in r8180.hAna Rey1-212/+243
2014-02-27staging: rtl8187se: Fixed whitespaces and indentations in r8180.hAna Rey1-183/+183
2014-02-27staging: rtl8187se: Clean-up comment line style in r8180_core.cAna Rey1-65/+70
2014-02-27staging: rtl8187se: Convert CHANNEL_LIST typedef into a struct.Ana Rey3-13/+13
2014-02-27staging: rtl8187se: Deleted rtl8180_len2duration functions in r8180_core.cAna Rey1-49/+0
2014-02-20Merge branch 'master' into for-nextJiri Kosina19-561/+506
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
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...Masanari 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_tk...Rashika 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_tk...Rashika 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_...Rashika 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 dot1...Rashika 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 r...Ebru Akagunduz1-1/+1
2013-10-30Staging: rtl8187se: fix braces {} are not necessary for single statement bloc...Ebru 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
2013-10-28staging: rtl8187se: else should follow close brace '}Teodora Baluta1-2/+1
2013-10-28staging: rtl8187se: fix comments over 80 charactersTeodora Baluta1-4/+12
2013-10-28staging: rtl8187se: open brace following function declarations go on the next...Teodora Baluta1-1/+2
2013-10-28staging: rtl8187se: fix checkpatch space and tab warningsTeodora Baluta1-40/+42
2013-10-28staging: rtl8187se: use C89 comment style instead of C99-styleTeodora Baluta1-30/+32
2013-10-28staging: rtl8187se: (foo*) should be (foo *)Teodora Baluta1-3/+3
2013-10-19staging: rtl8187se: checkpatch cleanupsTeodora Baluta1-2/+2
2013-10-19staging: rtl8187se: fix static sparse warningsTeodora Baluta7-60/+64
2013-10-19staging: rtl8187se: add missing __iomem annotationTeodora Baluta1-8/+8
2013-10-19staging: rtl8187se: use gfp_t instead of intTeodora Baluta1-1/+1
2013-10-11Staging: rtl8187se: suspect code indent for conditional statements in r8185b_...Ebru Akagunduz1-2/+2
2013-10-11Staging: rtl8187se: fix avoid unnecessary line continuations in r8185b_init.cEbru Akagunduz1-2/+2
2013-09-30Staging: rtl8187se: fixed coding style issuesAdam Rall1-41/+39
2013-09-25staging: rtl8187se: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-09-25staging: rtl8187se: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello13-14/+14
2013-08-23staging: rtl8187se: Remove pt_regs * irq handler parameternavin patidar1-3/+3
2013-06-18staging/rtl8187se: Convert __list_for_each use to list_for_eachDave Jones1-2/+2
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-1/+1
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-04-29rtl8187se: Don't use create_proc_read_entry()David Howells1-71/+63
2013-02-15staging/rtl8187se: Mark functions as static to silence sparsePeter Huewe1-17/+17
2013-02-15staging/rtl8187se: Remove duplicated code by using an offsetPeter Huewe1-50/+26
2013-02-15staging/rtl8187se: Remove unused functions PlatformIORead2Byte / PlatformIORe...Peter Huewe1-20/+0
2013-02-15staging/rtl8187se: Remove temporary variable for return valuePeter Huewe1-12/+5
2013-02-15staging/rtl8187se: Reuse ReadBBPortUchar to avoid duplicated codePeter Huewe1-23/+7
2013-02-15staging/rtl8187se: Remove unused/unnecessary variablesPeter Huewe1-5/+0
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-33/+2
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-38/+1
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-48/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches2-7/+3
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-1/+2
2013-01-07staging: rtl8187se: Fix failure to check pci_map_single()Larry Finger1-1/+2
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/dot11d.cYAMANE Toshiaki1-6/+6
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/dot11d.cYAMANE Toshiaki1-34/+23
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/dot11d.cYAMANE Toshiaki1-5/+5
2013-01-07staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_wx.cYAMANE Toshiaki1-4/+3
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_wx.cYAMANE Toshiaki1-4/+4
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_wx.cYAMANE Toshiaki1-16/+9
2013-01-07staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_wx.cYAMANE Toshiaki1-186/+186
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-17/+17
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-27/+20
2012-11-28staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-12/+11
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-4/+4
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-97/+54
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-32/+32
2012-11-28staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-28/+28
2012-11-28staging/rtl8187se: Fix include file issue in ieee80211/ieee80211_rx.cYAMANE Toshiaki1-1/+1
2012-11-27staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-2/+2
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-3/+3
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-4/+4
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-7/+5
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-7/+8
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-5/+4
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-38/+35
2012-11-27staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.cYAMANE Toshiaki1-2/+2
2012-11-26staging/rtl8187se: Use dev_ or pr_ printks in r8180_core.cYAMANE Toshiaki1-10/+13
2012-11-26staging/rtl8187se: Fix spacing coding style in r8180_core.cYAMANE Toshiaki1-3/+3
2012-11-26staging/rtl8187se: Remove an unnecessary line continuation in r8180_core.cYAMANE Toshiaki1-6/+4
2012-11-26staging/rtl8187se: Remove the unnecessary initialization of a local variable ...YAMANE Toshiaki1-3/+3
2012-11-21staging: rtl8187se: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: rtl8187se: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21staging: rtl8187se: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: rtl8187se: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21Staging: rtl8187se: remove check for IW_ENCODE_DISABLEDMAACHE Mehdi1-2/+0
2012-11-21staging/rtl8187se: Fix spacing coding style in r8185b_init.cYAMANE Toshiaki1-4/+4
2012-11-21staging/rtl8187se: Use netdev_ printks in r8185b_init.cYAMANE Toshiaki1-4/+5
2012-11-21staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt_wep.cYAMANE Toshiaki1-2/+2
2012-11-21staging/rtl8187se: Use pr_ printks in ieee80211/ieee80211_crypt_wep.cYAMANE Toshiaki1-4/+4
2012-11-21staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt_wep.cYAMANE Toshiaki1-2/+2