summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/baseband.c
AgeCommit message (Expand)Author
2022-03-15staging: vt6656: Removed unused variable vt3342_vnt_thresholdPhilipp Hortmann
2022-03-14staging: vt6656: Remove unused rf_type in baseband.cPhilipp Hortmann
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius
2020-05-05staging: vt6656: Use const for read only dataOscar Carter
2020-04-28staging: vt6656: Check the return value of vnt_control_out_* callsOscar Carter
2020-04-23staging: vt6656: Move vnt_get_frame_time and vnt_get_phy_field to rxtxMalcolm Priestley
2020-04-16staging: vt6656: remove redundant assignment to variable ed_inxColin Ian King
2020-04-16staging: vt6656: Remove duplicate code for the phy->service assignmentOscar Carter
2020-04-16staging: vt6656: Refactor the assignment of the phy->signal variableOscar Carter
2020-04-16staging: vt6656: Use define instead of magic number for tx_rateOscar Carter
2020-04-13staging: vt6656: Remove unnecessary local variable initializationOscar Carter
2020-04-13staging: vt6656: Remove duplicate code in vnt_vt3184_init functionOscar Carter
2020-04-13staging: vt6656: Remove unnecessary local variable initializationOscar Carter
2020-04-13staging: vt6656: Refactor the vnt_update_pre_ed_threshold functionOscar Carter
2020-04-13staging: vt6656: Use defines in preamble_type variablesOscar Carter
2020-03-27staging: vt6656: Use DIV_ROUND_UP macro instead of specific codeOscar Carter
2020-03-21staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter
2020-03-04staging: vt6656: vnt_vt3184_init remove stack copy to array.Malcolm Priestley
2020-03-04staging: vt6656: use vnt_vt3184_agc array directlyMalcolm Priestley
2020-01-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman
2020-01-03staging: vt6656: limit reg output to block sizeMalcolm Priestley
2020-01-03staging: vt6656: remove unnecessary parenthesisAmir Mahdi Ghorbanian
2019-05-21staging: vt6656: avoid discarding called function's return codeQuentin Deslandes
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman
2016-04-29staging: vt6656: Add space to align functionshan tai
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka
2015-10-08staging: vt6656: Remove space before closing braceAmitoj Kaur Chawla
2015-10-08staging: vt6656: Remove space after opening braceAmitoj Kaur Chawla
2014-09-19Staging: vt6656: Removing else after break statement to fix warningRajbinder Brar
2014-07-21staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_indexMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssiMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private remove dead code ldBmThresholdMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley
2014-07-21staging: vt6656: remove variable byZoneTypeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_confMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley
2014-07-17staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_thresholdMalcolm Priestley
2014-07-17staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleepMalcolm Priestley
2014-07-17staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleepMalcolm Priestley
2014-07-17staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offsetMalcolm Priestley
2014-07-17staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_timeMalcolm Priestley
2014-07-17staging: vt6656: rename BBbVT3184Init to vnt_vt3184_initMalcolm Priestley
2014-07-17staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_modeMalcolm Priestley
2014-07-17staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_timeMalcolm Priestley
2014-07-15staging: vt6556: Cleanup coding style: lines over 80 charsPeter Senna Tschudin
2014-07-15staging: vt6556: Cleanup coding style: commentsPeter Senna Tschudin