summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/iwctl.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-16staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower.Malcolm Priestley1-0/+6
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-3/+0
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-12/+12
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-24/+24
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-18/+18
2013-01-07staging: vt6656: iwctl/key/rf use new structures.Malcolm Priestley1-50/+50
2012-11-26staging: vt6656: wpa_set_keys remove fcpfkernelMalcolm Priestley1-1/+1
2012-11-26staging: vt6656: extend wireless definitions to v22Malcolm Priestley1-8/+10
2012-11-26staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley1-7/+0
2012-11-26staging: vt6656: dead code remove ioctl.c/hMalcolm Priestley1-5/+0
2012-11-26staging: vt6656: move move all commands to iw_handler.Malcolm Priestley1-122/+259
2012-11-15staging: vt6656: iwctl_giwaplist() re warn: possible memory leak of 'qual'Malcolm Priestley1-1/+5
2012-11-13staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley1-32/+41
2012-11-13staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley1-17/+1
2012-11-13staging: vt6656: fix viawget_wpa_param sizeMalcolm Priestley1-6/+4
2012-09-04staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-1/+1
2012-07-09staging: vt6656: iwctl: remove a few remaining redundant newlinesJesper Juhl1-5/+1
2012-07-09staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl1-12/+11
2012-07-09staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl1-7/+6
2012-06-25staging: vt6656: iwctl: Clean up braces on 'if' statementsJesper Juhl1-84/+61
2012-06-25staging: vt6656: iwctl: Cleanup spacing around operators (mostly)Jesper Juhl1-89/+79
2012-06-25staging: vt6656: iwctl: one statement per line (if)Jesper Juhl1-1/+2
2012-06-25staging: vt6656: iwctl: comment cleanupJesper Juhl1-132/+133
2012-06-25staging: vt6656: iwctl: space after if/for/while/switchJesper Juhl1-72/+72
2012-06-25staging: vt6656: iwctl: remove spaces between casts and variablesJesper Juhl1-74/+74
2012-06-25staging: vt6656: iwctl: remove unneeded scope block in iwctl_siwessid()Jesper Juhl1-37/+34
2012-06-25staging: vt6656: iwctl: remove redundant cast (to PSDevice)Jesper Juhl1-29/+29
2012-06-25staging: vt6656: iwctl: ensure one space between defined name and valueJesper Juhl1-2/+2
2012-06-25staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per...Jesper Juhl1-90/+109
2012-06-25staging: vt6656: iwctl: remove redundant ';'Jesper Juhl1-1/+1
2012-06-25staging: vt6656: iwctl: Fix indentationJesper Juhl1-620/+620
2012-06-25staging: vt6656: iwctl: fix up function declarations/prototypesJesper Juhl1-132/+65
2012-06-25staging: vt6656: iwctl: Remove redundant blank linesJesper Juhl1-76/+0
2012-06-22staging: vt6656: Correct a few assignments to be compares in iwctl_siwencodee...Jesper Juhl1-3/+3
2012-02-09staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza1-17/+9
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza1-5/+1
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza1-4/+1
2012-02-09staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza1-4/+1
2012-02-09staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza1-3/+1
2012-02-09staging: vt6656: iwctl.c: Remove useless functionMarcos Paulo de Souza1-11/+1
2012-02-09staging: vt6656: iwctl.c: Remove commented codeMarcos Paulo de Souza1-172/+0
2011-11-30staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza1-12/+0
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-08-31staging: Use available error codesJulia Lawall1-1/+1
2010-08-31staging: vt6656: removed not useful commentsAndres More1-13/+2
2010-08-31staging: vt6656: added spaces around '||'Andres More1-1/+2
2010-07-22staging: vt6656: removed Calcu_LinkQual definitionAndres More1-8/+0
2010-07-22staging: vt6656: removed update_BssList definitionAndres More1-2/+0
2010-07-22staging: vt6656: removed Safe_Close definitionAndres More1-27/+3
2010-07-22staging: vt6656: removed '#if 1'/'#if 0' definitionsAndres More1-18/+0