index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
staging: vt6556: Cleanup coding style: comments
Peter Senna Tschudin
3
-11
/
+13
2014-07-15
staging: vt6556: Cleanup coding style: #define
Peter Senna Tschudin
3
-17
/
+17
2014-07-15
staging: vt6556: Cleanup indentation on statements
Peter Senna Tschudin
1
-21
/
+23
2014-07-15
staging: vt6656: usbpipe irrelevant function descriptions
Malcolm Priestley
1
-100
/
+0
2014-07-15
staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_complete
Malcolm Priestley
1
-3
/
+3
2014-07-15
staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb
Malcolm Priestley
3
-3
/
+3
2014-07-15
staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_complete
Malcolm Priestley
1
-4
/
+4
2014-07-15
staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.
Malcolm Priestley
3
-5
/
+4
2014-07-15
staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_complete
Malcolm Priestley
1
-3
/
+3
2014-07-15
staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urb
Malcolm Priestley
3
-3
/
+3
2014-07-15
staging: vt6656: int.c remove irrelevant function description
Malcolm Priestley
1
-22
/
+0
2014-07-15
staging: vt6656: rename INTvWorkItem to vnt_int_start_interrupt
Malcolm Priestley
3
-3
/
+3
2014-07-15
staging: vt6656: int rename INTnsProcessData to vnt_int_process_data
Malcolm Priestley
3
-3
/
+3
2014-07-15
staging: vt6656: int.c Replace DBG_PRT debug messages
Malcolm Priestley
1
-4
/
+2
2014-07-15
staging: vt6656: INTvWorkItem remove camel case
Malcolm Priestley
1
-5
/
+5
2014-07-15
staging: vt6556: Remove double parentheses
Peter Senna Tschudin
1
-2
/
+3
2014-07-15
staging: vt6656: set BBvSetAntennaMode in device_init_registers
Malcolm Priestley
1
-0
/
+3
2014-07-15
staging: vt6656: device.h remove old wireless stats
Malcolm Priestley
2
-6
/
+0
2014-07-13
staging: vt6656: wcnd.c clean up comments
Malcolm Priestley
1
-7
/
+2
2014-07-13
staging: vt6656: wcmd remove unneeded headers
Malcolm Priestley
1
-3
/
+0
2014-07-13
staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer
Malcolm Priestley
3
-3
/
+3
2014-07-13
staging: vt6656: Drop u8 pointer and rename bScheduleCommand.
Malcolm Priestley
5
-12
/
+10
2014-07-13
staging: vt6656: rename vRunCommand to vnt_run_command
Malcolm Priestley
3
-3
/
+3
2014-07-13
staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_wait
Malcolm Priestley
1
-3
/
+3
2014-07-13
staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_complete
Malcolm Priestley
1
-55
/
+53
2014-07-13
staging: vt6656: dead code remove typedef enum tagCMD_STATUS
Malcolm Priestley
1
-10
/
+0
2014-07-13
staging: vt6656: replace camel case from command variables
Malcolm Priestley
3
-21
/
+21
2014-07-13
staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF
Malcolm Priestley
2
-3
/
+0
2014-07-13
staging: vt6656: remove typedef struct tagCMD_ITEM
Malcolm Priestley
3
-7
/
+3
2014-07-13
staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_state
Malcolm Priestley
3
-20
/
+20
2014-07-13
staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmd
Malcolm Priestley
3
-16
/
+16
2014-07-12
staging: vt6656: baseband.c rename abyVT3184_VT3226D0 to vnt_vt3184_vt3226d0
Malcolm Priestley
1
-7
/
+7
2014-07-12
staging: vt6656: baseband.c remame abyVT3184_AL2230 to vnt_vt3184_al2230
Malcolm Priestley
1
-7
/
+7
2014-07-12
staging: vt6656: baseband.c rename abyVT3184_AGC to vnt_vt3184_agc
Malcolm Priestley
1
-9
/
+9
2014-07-12
staging: vt6656: baseband clean up VT3184 static variables
Malcolm Priestley
1
-576
/
+72
2014-07-12
staging: vt6656: rf.c cleanup comments
Malcolm Priestley
1
-61
/
+4
2014-07-12
staging: vt6656: vnt_rf_write_embedded add reg length and IFREGCTL_REGW
Malcolm Priestley
2
-121
/
+99
2014-07-12
staging: vt6656: rf.c remove dead code RFaby11aChannelIndex
Malcolm Priestley
2
-33
/
+0
2014-07-12
staging: vt6656: rf.c clean up channel and power tables
Malcolm Priestley
1
-559
/
+512
2014-07-12
staging: vt6656: wcmd replace debug message with dev_dbg
Malcolm Priestley
1
-5
/
+2
2014-07-12
staging: vt6656: vResetCommandTimer remove camel case
Malcolm Priestley
1
-7
/
+7
2014-07-12
staging: vt6656: bScheduleCommand remove camel case
Malcolm Priestley
1
-8
/
+8
2014-07-12
staging: vt6656: s_bCommandComplete clean up and remove camel case
Malcolm Priestley
1
-17
/
+17
2014-07-12
staging: vt6656: s_bCommandComplete remove else from if
Malcolm Priestley
1
-28
/
+30
2014-07-12
staging: vt6656: remove unused variables from struct tagCMD_ITEM
Malcolm Priestley
2
-9
/
+1
2014-07-12
staging: vt6656: vRunCommand remove camel case.
Malcolm Priestley
1
-27
/
+29
2014-07-12
staging: vt6656: wcmd remove unused commands
Malcolm Priestley
2
-58
/
+0
2014-07-12
staging: vt6656: wcmd Remove command WLAN_CMD_RADIO
Malcolm Priestley
3
-22
/
+0
2014-07-12
staging: vt6656: vCommandTimerWait remove camel case.
Malcolm Priestley
1
-4
/
+2
2014-07-11
staging: vt6656: Fix pairwise key for non station modes
Malcolm Priestley
1
-2
/
+3
[prev]
[next]