aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iwctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-26staging: vt6656: deadcode iwctl.c/hMalcolm Priestley1-1802/+0
2014-06-19staging: vt6656: rename PSvDisablePowerSaving to vnt_disable_power_savingMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: rename PSvEnablePowerSaving to vnt_enable_power_savingMalcolm Priestley1-2/+2
2014-06-19staging: vt6656: rename MACvDisableKeyEntry to vnt_mac_disable_keyentryMalcolm Priestley1-1/+1
2014-05-28staging: vt6656: rf.c/h rename RFvRSSITodBm to vnt_rf_rssi_to_dbmMalcolm Priestley1-3/+3
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: Create new function to set led state.Malcolm Priestley1-3/+1
2014-05-25staging: vt6656: Convert remaining locks to spin_lock_irqsave.Malcolm Priestley1-5/+12
2014-05-24staging: vt6656: MACvDisableKeyEntry fix sizeof uEntryIdx to u8Malcolm Priestley1-1/+1
2014-05-19staging: vt6656: Remove hostapd functions.Malcolm Priestley1-16/+0
2014-05-19staging: vt6656: Remove dead code hostap.Malcolm Priestley1-1/+0
2014-05-18staging: vt6656: rndis.h move all to device.hMalcolm Priestley1-1/+0
2014-05-15staging: vt6656: lock changes: Remove spin locks.Malcolm Priestley1-15/+0
2014-03-10staging:vt6656: Removed assignment in if statement.Chi Pham1-1/+2
2014-03-08Staging:vt6656: Replace some kzalloc calls with kcalloc in iwctl.cIulia Manda1-2/+2
2014-02-18staging: vt6656: Remove typedef _VIA_BB_TYPEMalcolm Priestley1-0/+1
2014-02-18staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley1-1/+1
2014-01-13staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.Malcolm Priestley1-6/+4
2014-01-13staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy.Malcolm Priestley1-4/+2
2013-12-10staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley1-3/+0
2013-12-10staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley1-1/+0
2013-10-16staging: vt6656: Removed checkpatch whitespace errorsNandini Hanumanthagowda1-14/+14
2013-10-16staging: vt6656: removed space related checkpatch warningsNandini Hanumanthagowda1-20/+20
2013-10-14staging: vt6656: Removed redundant code from iwctl fileNandini Hanumanthagowda1-1/+0
2013-09-29Merge 3.12-rc3 into staging-nextGreg Kroah-Hartman1-0/+3
2013-09-25staging: vt6656: [BUG] iwctl_siwencodeext return if device not openMalcolm Priestley1-0/+3
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-4/+4
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