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-21
staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsf
Malcolm Priestley
4
-5
/
+5
2014-07-21
staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addr
Malcolm Priestley
2
-3
/
+3
2014-07-21
staging: vt6656: rename abyPermanentNetAddr to permanent_net_addr
Malcolm Priestley
2
-5
/
+4
2014-07-21
staging: vt6656: remame abyCurrentNetAddr to current_net_addr
Malcolm Priestley
3
-6
/
+6
2014-07-21
staging: vt6656: remove variable byZoneType
Malcolm Priestley
2
-6
/
+0
2014-07-21
staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_conf
Malcolm Priestley
2
-15
/
+15
2014-07-21
staging: vt6656: struct vnt_private replace byRFType with rf_type
Malcolm Priestley
6
-27
/
+27
2014-07-21
staging: vt6656: struct vnt_private rename byLocalID to local_id
Malcolm Priestley
4
-4
/
+4
2014-07-21
staging: vt6656: struct vnt_private rename wFirmwareVersion to firmware_version
Malcolm Priestley
2
-6
/
+6
2014-07-21
staging: vt6656: struct vnt_private rename cdTD to num_tx_context
Malcolm Priestley
4
-8
/
+8
2014-07-21
staging: vt6656: struct vnt_private rename cbRD to num_rcb
Malcolm Priestley
2
-5
/
+5
2014-07-18
staging: vt6656: remove unused macros
Malcolm Priestley
1
-6
/
+0
2014-07-18
staging: vt6656: mac.h clean up macros
Malcolm Priestley
1
-323
/
+284
2014-07-18
staging: vt6656: put radio power off and on into correct state every time.
Malcolm Priestley
3
-16
/
+7
2014-07-18
staging: vt6656: struct vnt_private remove unused variable bRadioOff
Malcolm Priestley
2
-6
/
+0
2014-07-18
staging: vt6656: struct vnt_private remove unused variable bRadioControlOff
Malcolm Priestley
3
-4
/
+2
2014-07-18
staging: vt6656: struct vnt_private rename apTD to tx_context
Malcolm Priestley
4
-6
/
+6
2014-07-18
staging: vt6656: struct vnt_private rename apRCB to rcb
Malcolm Priestley
2
-5
/
+5
2014-07-18
staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
Malcolm Priestley
3
-11
/
+11
2014-07-18
staging: vt6656: struct vnt_private remove dead variables
Malcolm Priestley
1
-9
/
+0
2014-07-18
staging: vt6656: remove dead structure struct vnt_tx_pkt_info
Malcolm Priestley
1
-7
/
+0
2014-07-18
staging: vt6656: struct vnt_rcb remove camel case
Malcolm Priestley
3
-15
/
+15
2014-07-18
staging: vt6656: struct vnt_rcb remove unused members
Malcolm Priestley
2
-3
/
+0
2014-07-18
staging: vt6656: fix module_param_named tx_buffers variable
Malcolm Priestley
1
-1
/
+1
2014-07-18
staging: vt6656: usb_device_reset remove camel case
Malcolm Priestley
1
-3
/
+3
2014-07-17
staging: vt6656: Remove commented out long frequency_list
Malcolm Priestley
1
-11
/
+0
2014-07-17
staging: vt6656: main_usb remove static function declarations.
Malcolm Priestley
1
-18
/
+0
2014-07-17
staging: vt6656: main_usb remove dead module params macros
Malcolm Priestley
1
-49
/
+0
2014-07-17
staging: vt6656: remove dead code DEVICE_PARAM
Malcolm Priestley
1
-23
/
+0
2014-07-17
staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0
Malcolm Priestley
1
-2
/
+9
2014-07-17
staging: vt6656: main_usb.c Replace DEVICE_PARAM RxDescriptors0
Malcolm Priestley
1
-2
/
+10
2014-07-17
staging: vt6656: remove DBG_PRT kernel messages macro and enums
Malcolm Priestley
1
-10
/
+0
2014-07-17
staging: vt6656: power.c replace DBG_PRT debug messages
Malcolm Priestley
1
-3
/
+1
2014-07-17
staging: vt6656: replace DBG_PRT error messages
Malcolm Priestley
1
-11
/
+5
2014-07-17
staging: vt6656: main_usb replace DBG_PRT debug messages
Malcolm Priestley
1
-9
/
+8
2014-07-17
staging: vt6656: device_init_registers remove camel case
Malcolm Priestley
1
-115
/
+115
2014-07-17
staging: vt6656: device_set_options remove camel case
Malcolm Priestley
1
-11
/
+11
2014-07-17
staging: vt6656: device_set_options fix opening function bracket
Malcolm Priestley
1
-2
/
+2
2014-07-17
staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_threshold
Malcolm Priestley
3
-5
/
+5
2014-07-17
staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleep
Malcolm Priestley
3
-3
/
+3
2014-07-17
staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleep
Malcolm Priestley
3
-4
/
+4
2014-07-17
staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offset
Malcolm Priestley
4
-4
/
+4
2014-07-17
staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_time
Malcolm Priestley
3
-4
/
+4
2014-07-17
staging: vt6656: rename BBbVT3184Init to vnt_vt3184_init
Malcolm Priestley
3
-5
/
+5
2014-07-17
staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_mode
Malcolm Priestley
4
-7
/
+7
2014-07-17
staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_time
Malcolm Priestley
1
-2
/
+2
2014-07-16
staging: vt6556: Replace printk by dev_warn
Peter Senna Tschudin
1
-1
/
+2
2014-07-16
staging: vt6556: Remove typedefs
Peter Senna Tschudin
2
-16
/
+8
2014-07-15
staging: vt6556: Cleanup coding style: indentation
Peter Senna Tschudin
1
-18
/
+18
2014-07-15
staging: vt6556: Cleanup coding style: lines over 80 chars
Peter Senna Tschudin
3
-9
/
+13
[prev]
[next]