summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: delete rtl8187se wireless driverGreg Kroah-Hartman2014-04-161-2711/+0
* staging: rtl8187se: Remove initialization of static variable in ieee80211/iee...Ana Rey2014-03-161-1/+1
* staging: rtl8187se: Fix pointer declarations in ieee80211/ieee80211_softmac.cAna Rey2014-03-161-25/+25
* staging: rtl8187se: Move trailing statement to next lineAna Rey2014-03-161-9/+19
* staging: rtl8187se: Delete some innecesary whitespacesAna Rey2014-03-161-3/+3
* staging: rtl8187se: Add whitespaces around '&', '||' and '&&'Ana Rey2014-03-161-4/+3
* staging: rtl8187se: Add whitespaces around '+=' and '=='Ana Rey2014-03-161-8/+8
* staging: rtl8187se: Fix "code indent should use tabs where possible" errorAna Rey2014-03-161-31/+31
* staging: rtl8187se: Add whitespaces around commasAna Rey2014-03-161-75/+75
* staging: rtl8187se: Add whitespaces around '+', '-' and '='Ana Rey2014-03-161-19/+19
* staging: rtl8187se: Delete spaces prohibited around semicolons, colons and ex...Ana Rey2014-03-161-3/+3
* staging: rtl8187se: Delete space prohibited after open parenthesis.Ana Rey2014-03-161-6/+7
* staging: rtl8187se: Delete space prohibited between function name and open pa...Ana Rey2014-03-161-5/+5
* staging: rtl8187se: Add whitespaces in while and for structures.Ana Rey2014-03-161-12/+12
* staging: rtl8187se: Add whitespaces between 'if' and the condition.Ana Rey2014-03-161-39/+39
* staging: rtl8187se: Delete braces are not necessary in ieee80211/ieee80211_so...Ana Rey2014-03-161-35/+27
* staging: rtl8187se: Add necessary whitespaces in while and do-while statements.Ana Rey2014-03-161-14/+12
* staging: rtl8187se: Fix whitespace around else-statementsAna Rey2014-03-161-25/+22
* staging: rtl8187se: Fix whitespaces in if-statement.Ana Rey2014-03-161-104/+87
* staging: rtl8187se: Remove unused functions 'rsn_authen_cipher_suite' and 'ex...Ana Rey2014-03-161-19/+0
* staging: rtl8187se: Re-write if statement with comment lines inside.Ana Rey2014-03-161-13/+18
* staging: rtl8187se: Clean-up comment line styleAna Rey2014-03-161-73/+80
* staging: rtl8187se: Remove unnecessary blank linesAna Rey2014-03-161-129/+3
* staging: rtl8187se: Delete commented codeAna Rey2014-03-161-154/+18
* staging:rtl8187se: Remove unused variableHimangi Saraogi2014-03-101-8/+0
* staging:rtl8187se: Removed assignments from if statements in ieee80211/ieee80...Chi Pham2014-03-081-2/+4
* staging:rtl8187se:ieee80211: Fix Sparse Warning for Static DeclarationsHimangi Saraogi2014-03-071-2/+2
* Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as staticAnmol Sarma2014-01-111-37/+37
* staging: rtl8187se: fix coding style in function declarationsAna Rey2013-11-191-41/+50
* Staging: rtl8187se: Remove C99 style commentingHimangi Saraogi2013-11-101-2/+2
* Staging: rtl8187se: Fix indentation errorsHimangi Saraogi2013-11-101-10/+8
* Staging:rtl8187se: Remove unnecessary braces from if-else statementHimangi Saraogi2013-11-101-3/+2
* Staging:rtl8187se: Add space before open parenthesis of if conditionHimangi Saraogi2013-11-101-1/+1
* Staging:rtl8187se: Insert spaces after commasHimangi Saraogi2013-11-101-6/+6
* staging:rtl8187se: Use preferred library linux/uaccess.h over asm/uaccess.hHimangi Saraogi2013-11-101-1/+1
* staging:rtl8187se: Shift open brace of function declarations to next lineHimangi Saraogi2013-11-101-2/+4
* staging: rtl8187se: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3
* staging: rtl8187se: checkpatch cleanupsTeodora Baluta2013-10-191-2/+2
* staging: rtl8187se: fix static sparse warningsTeodora Baluta2013-10-191-2/+4
* staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-271-1/+1
* staging: rtl8187se: using random_ether_addr() to generate random MACWei Yongjun2012-09-041-7/+1
* staging: rtl8187se: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-3/+2
* Staging: rtl8187se: Fix typos.Justin P. Mattock2012-04-181-12/+12
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* drivers/staging/rtl8187se: Don't pass huge struct by valueJesper Juhl2011-08-231-7/+7
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-251-6/+2
|\
| * staging: rtl8187se: Fix big-endian warningLarry Finger2011-07-051-1/+1
| * Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl2011-07-051-1/+0
| * drivers:rtl8187se:remove the use of obsolete create_workqueue in ieee80211_so...Wanlong Gao2011-07-051-4/+1
* | net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell2011-06-191-0/+1
|/