aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2014-07-15staging: vt6556: Cleanup coding style: commentsPeter Senna Tschudin3-11/+13
2014-07-15staging: vt6556: Cleanup coding style: #definePeter Senna Tschudin3-17/+17
2014-07-15staging: vt6556: Cleanup indentation on statementsPeter Senna Tschudin1-21/+23
2014-07-15staging: vt6656: usbpipe irrelevant function descriptionsMalcolm Priestley1-100/+0
2014-07-15staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_completeMalcolm Priestley1-3/+3
2014-07-15staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbMalcolm Priestley3-3/+3
2014-07-15staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeMalcolm Priestley1-4/+4
2014-07-15staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley3-5/+4
2014-07-15staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_completeMalcolm Priestley1-3/+3
2014-07-15staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley3-3/+3
2014-07-15staging: vt6656: int.c remove irrelevant function descriptionMalcolm Priestley1-22/+0
2014-07-15staging: vt6656: rename INTvWorkItem to vnt_int_start_interruptMalcolm Priestley3-3/+3
2014-07-15staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley3-3/+3
2014-07-15staging: vt6656: int.c Replace DBG_PRT debug messagesMalcolm Priestley1-4/+2
2014-07-15staging: vt6656: INTvWorkItem remove camel caseMalcolm Priestley1-5/+5
2014-07-15staging: vt6556: Remove double parenthesesPeter Senna Tschudin1-2/+3
2014-07-15staging: vt6656: set BBvSetAntennaMode in device_init_registersMalcolm Priestley1-0/+3
2014-07-15staging: vt6656: device.h remove old wireless statsMalcolm Priestley2-6/+0
2014-07-13staging: vt6656: wcnd.c clean up commentsMalcolm Priestley1-7/+2
2014-07-13staging: vt6656: wcmd remove unneeded headersMalcolm Priestley1-3/+0
2014-07-13staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timerMalcolm Priestley3-3/+3
2014-07-13staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley5-12/+10
2014-07-13staging: vt6656: rename vRunCommand to vnt_run_commandMalcolm Priestley3-3/+3
2014-07-13staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_waitMalcolm Priestley1-3/+3
2014-07-13staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_completeMalcolm Priestley1-55/+53
2014-07-13staging: vt6656: dead code remove typedef enum tagCMD_STATUSMalcolm Priestley1-10/+0
2014-07-13staging: vt6656: replace camel case from command variablesMalcolm Priestley3-21/+21
2014-07-13staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFFMalcolm Priestley2-3/+0
2014-07-13staging: vt6656: remove typedef struct tagCMD_ITEMMalcolm Priestley3-7/+3
2014-07-13staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_stateMalcolm Priestley3-20/+20
2014-07-13staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmdMalcolm Priestley3-16/+16
2014-07-12staging: vt6656: baseband.c rename abyVT3184_VT3226D0 to vnt_vt3184_vt3226d0Malcolm Priestley1-7/+7
2014-07-12staging: vt6656: baseband.c remame abyVT3184_AL2230 to vnt_vt3184_al2230Malcolm Priestley1-7/+7
2014-07-12staging: vt6656: baseband.c rename abyVT3184_AGC to vnt_vt3184_agcMalcolm Priestley1-9/+9
2014-07-12staging: vt6656: baseband clean up VT3184 static variablesMalcolm Priestley1-576/+72
2014-07-12staging: vt6656: rf.c cleanup commentsMalcolm Priestley1-61/+4
2014-07-12staging: vt6656: vnt_rf_write_embedded add reg length and IFREGCTL_REGWMalcolm Priestley2-121/+99
2014-07-12staging: vt6656: rf.c remove dead code RFaby11aChannelIndexMalcolm Priestley2-33/+0
2014-07-12staging: vt6656: rf.c clean up channel and power tablesMalcolm Priestley1-559/+512
2014-07-12staging: vt6656: wcmd replace debug message with dev_dbgMalcolm Priestley1-5/+2
2014-07-12staging: vt6656: vResetCommandTimer remove camel caseMalcolm Priestley1-7/+7
2014-07-12staging: vt6656: bScheduleCommand remove camel caseMalcolm Priestley1-8/+8
2014-07-12staging: vt6656: s_bCommandComplete clean up and remove camel caseMalcolm Priestley1-17/+17
2014-07-12staging: vt6656: s_bCommandComplete remove else from ifMalcolm Priestley1-28/+30
2014-07-12staging: vt6656: remove unused variables from struct tagCMD_ITEMMalcolm Priestley2-9/+1
2014-07-12staging: vt6656: vRunCommand remove camel case.Malcolm Priestley1-27/+29
2014-07-12staging: vt6656: wcmd remove unused commandsMalcolm Priestley2-58/+0
2014-07-12staging: vt6656: wcmd Remove command WLAN_CMD_RADIOMalcolm Priestley3-22/+0
2014-07-12staging: vt6656: vCommandTimerWait remove camel case.Malcolm Priestley1-4/+2
2014-07-11staging: vt6656: Fix pairwise key for non station modesMalcolm Priestley1-2/+3