aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/baseband.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_indexMalcolm Priestley1-3/+3
2014-07-21staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssiMalcolm Priestley1-64/+64
2014-07-21staging: vt6656: struct vnt_private remove dead code ldBmThresholdMalcolm Priestley1-16/+4
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley1-17/+17
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: remove variable byZoneTypeMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_confMalcolm Priestley1-14/+14
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley1-12/+12
2014-07-17staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_thresholdMalcolm Priestley1-1/+1
2014-07-17staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleepMalcolm Priestley1-1/+1
2014-07-17staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleepMalcolm Priestley1-2/+2
2014-07-17staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offsetMalcolm Priestley1-1/+1
2014-07-17staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_timeMalcolm Priestley1-1/+1
2014-07-17staging: vt6656: rename BBbVT3184Init to vnt_vt3184_initMalcolm Priestley1-2/+2
2014-07-17staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_modeMalcolm Priestley1-1/+1
2014-07-17staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_timeMalcolm Priestley1-2/+2
2014-07-15staging: vt6556: Cleanup coding style: lines over 80 charsPeter Senna Tschudin1-3/+5
2014-07-15staging: vt6556: Cleanup coding style: commentsPeter Senna Tschudin1-7/+8
2014-07-15staging: vt6556: Remove double parenthesesPeter Senna Tschudin1-2/+3
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-06-26staging: vt6656: dead code remove tmacro.hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: remove dead code datarateMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: decode remove tether.c/hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove zonetypesMalcolm Priestley1-38/+1
2014-06-19staging: vt6656: rename BBuGetFrameTime to vnt_get_frame_timeMalcolm Priestley1-2/+2
2014-06-19staging: vt6656: rename BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley1-2/+2
2014-06-19staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley1-4/+4
2014-05-28staging: vt6656: rf.c rename RFbRFTableDownload to vnt_rf_table_download.Malcolm Priestley1-2/+1
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByteMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Malcolm Priestley1-13/+13
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inMalcolm Priestley1-2/+2
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley1-4/+4
2014-05-25staging: vt6656: BBbVT3184Init fix word lenghtMalcolm Priestley1-14/+14
2014-05-25staging: vt6656: baseband.c replace DBG_PRT debug messagesMalcolm Priestley1-12/+8
2014-05-23staging: vt6656: dead code remove diversity codeMalcolm Priestley1-282/+0
2014-05-19staging: vt6656: clean up BBvUpdatePreEDThresholdMalcolm Priestley1-256/+248
2014-05-19staging: vt6656: BBvUpdatePreEDThreshold change byBBPreEDIndexMalcolm Priestley1-133/+74
2014-05-19staging: vt6656: BBvUpdatePreEDThreshold reorganize ControlvWriteByte.Malcolm Priestley1-136/+89
2014-05-19staging: vt6656: BBvUpdatePreEDThreshold replace debug messages.Malcolm Priestley1-68/+3
2014-05-19staging: vt6656: BBvExitDeepSleep remove camel case.Malcolm Priestley1-3/+3
2014-05-19staging: vt6656: BBvSetDeepSleep remove camel caseMalcolm Priestley1-4/+4
2014-05-19staging: vt6656: BBvSetVGAGainOffset remove camel caseMalcolm Priestley1-7/+7
2014-05-19staging: vt6656: BBvSetShortSlotTime remove camel case.Malcolm Priestley1-10/+11
2014-05-19staging: vt6656: BBvSetAntennaMode remove camel case.Malcolm Priestley1-9/+9