summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iwctl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: deadcode iwctl.c/hMalcolm Priestley2014-06-261-1802/+0
* staging: vt6656: rename PSvDisablePowerSaving to vnt_disable_power_savingMalcolm Priestley2014-06-191-1/+1
* staging: vt6656: rename PSvEnablePowerSaving to vnt_enable_power_savingMalcolm Priestley2014-06-191-2/+2
* staging: vt6656: rename MACvDisableKeyEntry to vnt_mac_disable_keyentryMalcolm Priestley2014-06-191-1/+1
* staging: vt6656: rf.c/h rename RFvRSSITodBm to vnt_rf_rssi_to_dbmMalcolm Priestley2014-05-281-3/+3
* staging: vt6656: dead code remove control.c/hMalcolm Priestley2014-05-261-1/+1
* staging: vt6656: Create new function to set led state.Malcolm Priestley2014-05-261-3/+1
* staging: vt6656: Convert remaining locks to spin_lock_irqsave.Malcolm Priestley2014-05-251-5/+12
* staging: vt6656: MACvDisableKeyEntry fix sizeof uEntryIdx to u8Malcolm Priestley2014-05-241-1/+1
* staging: vt6656: Remove hostapd functions.Malcolm Priestley2014-05-191-16/+0
* staging: vt6656: Remove dead code hostap.Malcolm Priestley2014-05-191-1/+0
* staging: vt6656: rndis.h move all to device.hMalcolm Priestley2014-05-181-1/+0
* staging: vt6656: lock changes: Remove spin locks.Malcolm Priestley2014-05-151-15/+0
* staging:vt6656: Removed assignment in if statement.Chi Pham2014-03-101-1/+2
* Staging:vt6656: Replace some kzalloc calls with kcalloc in iwctl.cIulia Manda2014-03-081-2/+2
* staging: vt6656: Remove typedef _VIA_BB_TYPEMalcolm Priestley2014-02-181-0/+1
* staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley2014-02-181-1/+1
* staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.Malcolm Priestley2014-01-131-6/+4
* staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy.Malcolm Priestley2014-01-131-4/+2
* staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley2013-12-101-3/+0
* staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley2013-12-101-1/+0
* staging: vt6656: Removed checkpatch whitespace errorsNandini Hanumanthagowda2013-10-161-14/+14
* staging: vt6656: removed space related checkpatch warningsNandini Hanumanthagowda2013-10-161-20/+20
* staging: vt6656: Removed redundant code from iwctl fileNandini Hanumanthagowda2013-10-141-1/+0
* Merge 3.12-rc3 into staging-nextGreg Kroah-Hartman2013-09-291-0/+3
|\
| * staging: vt6656: [BUG] iwctl_siwencodeext return if device not openMalcolm Priestley2013-09-251-0/+3
* | Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-4/+4
|/
* staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower.Malcolm Priestley2013-05-161-0/+6
* staging: vt6656: remove consecutive newlinesAndres More2013-03-281-3/+0
* 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-261-1/+1
* staging: vt6656: extend wireless definitions to v22Malcolm Priestley2012-11-261-8/+10
* staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley2012-11-261-7/+0
* staging: vt6656: dead code remove ioctl.c/hMalcolm Priestley2012-11-261-5/+0
* staging: vt6656: move move all commands to iw_handler.Malcolm Priestley2012-11-261-122/+259
* staging: vt6656: iwctl_giwaplist() re warn: possible memory leak of 'qual'Malcolm Priestley2012-11-151-1/+5
* staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley2012-11-131-32/+41
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-17/+1
* staging: vt6656: fix viawget_wpa_param sizeMalcolm Priestley2012-11-131-6/+4
* 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/+1
* staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl2012-07-091-12/+11
* staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl2012-07-091-7/+6
* staging: vt6656: iwctl: Clean up braces on 'if' statementsJesper Juhl2012-06-251-84/+61
* staging: vt6656: iwctl: Cleanup spacing around operators (mostly)Jesper Juhl2012-06-251-89/+79
* staging: vt6656: iwctl: one statement per line (if)Jesper Juhl2012-06-251-1/+2
* staging: vt6656: iwctl: comment cleanupJesper Juhl2012-06-251-132/+133
OpenPOWER on IntegriCloud