summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iwctl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-111-12/+12
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-24/+24
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-18/+18
* staging: vt6656: iwctl/key/rf use new structures.Malcolm Priestley2013-01-071-50/+50
* staging: vt6656: wpa_set_keys remove fcpfkernelMalcolm Priestley2012-11-271-1/+1
* staging: vt6656: extend wireless definitions to v22Malcolm Priestley2012-11-271-8/+10
* staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley2012-11-271-7/+0Star
* staging: vt6656: dead code remove ioctl.c/hMalcolm Priestley2012-11-271-5/+0Star
* staging: vt6656: move move all commands to iw_handler.Malcolm Priestley2012-11-271-122/+259
* staging: vt6656: iwctl_giwaplist() re warn: possible memory leak of 'qual'Malcolm Priestley2012-11-161-1/+5
* staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley2012-11-141-32/+41
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-17/+1Star
* staging: vt6656: fix viawget_wpa_param sizeMalcolm Priestley2012-11-131-6/+4Star
* staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-1/+1
* staging: vt6656: iwctl: remove a few remaining redundant newlinesJesper Juhl2012-07-091-5/+1Star
* staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl2012-07-091-12/+11Star
* staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl2012-07-091-7/+6Star
* staging: vt6656: iwctl: Clean up braces on 'if' statementsJesper Juhl2012-06-251-84/+61Star
* staging: vt6656: iwctl: Cleanup spacing around operators (mostly)Jesper Juhl2012-06-251-89/+79Star
* staging: vt6656: iwctl: one statement per line (if)Jesper Juhl2012-06-251-1/+2
* staging: vt6656: iwctl: comment cleanupJesper Juhl2012-06-251-132/+133
* staging: vt6656: iwctl: space after if/for/while/switchJesper Juhl2012-06-251-72/+72
* staging: vt6656: iwctl: remove spaces between casts and variablesJesper Juhl2012-06-251-74/+74
* staging: vt6656: iwctl: remove unneeded scope block in iwctl_siwessid()Jesper Juhl2012-06-251-37/+34Star
* staging: vt6656: iwctl: remove redundant cast (to PSDevice)Jesper Juhl2012-06-251-29/+29
* staging: vt6656: iwctl: ensure one space between defined name and valueJesper Juhl2012-06-251-2/+2
* staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per...Jesper Juhl2012-06-251-90/+109
* staging: vt6656: iwctl: remove redundant ';'Jesper Juhl2012-06-251-1/+1
* staging: vt6656: iwctl: Fix indentationJesper Juhl2012-06-251-620/+620
* staging: vt6656: iwctl: fix up function declarations/prototypesJesper Juhl2012-06-251-132/+65Star
* staging: vt6656: iwctl: Remove redundant blank linesJesper Juhl2012-06-251-76/+0Star
* staging: vt6656: Correct a few assignments to be compares in iwctl_siwencodee...Jesper Juhl2012-06-231-3/+3
* staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza2012-02-091-17/+9Star
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza2012-02-091-5/+1Star
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza2012-02-091-4/+1Star
* staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza2012-02-091-4/+1Star
* staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza2012-02-091-3/+1Star
* staging: vt6656: iwctl.c: Remove useless functionMarcos Paulo de Souza2012-02-091-11/+1Star
* staging: vt6656: iwctl.c: Remove commented codeMarcos Paulo de Souza2012-02-091-172/+0Star
* staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza2011-11-301-12/+0Star
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-161-1/+1
* staging: Use available error codesJulia Lawall2010-09-011-1/+1
* staging: vt6656: removed not useful commentsAndres More2010-08-311-13/+2Star
* staging: vt6656: added spaces around '||'Andres More2010-08-311-1/+2
* staging: vt6656: removed Calcu_LinkQual definitionAndres More2010-07-221-8/+0Star
* staging: vt6656: removed update_BssList definitionAndres More2010-07-221-2/+0Star
* staging: vt6656: removed Safe_Close definitionAndres More2010-07-221-27/+3Star
* staging: vt6656: removed '#if 1'/'#if 0' definitionsAndres More2010-07-221-18/+0Star
* staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More2010-06-241-35/+4Star
* Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addrAndres More2010-06-241-1/+1