aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15staging: vt6656: Removed unused variable bb_vga_0Philipp Hortmann1-2/+0
2022-03-14staging: vt6656: Remove unused rf_type in card.cPhilipp Hortmann1-16/+0
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius1-1/+0
2021-03-10staging: vt6656: Fix alignment of function argsFlorian Ziegler1-1/+2
2020-05-13staging: vt6656: remove difs / sifs adjustments.Malcolm Priestley1-32/+0
2020-05-05staging: vt6656: Refactor the vnt_set_bss_mode functionOscar Carter1-37/+31
2020-05-05staging: vt6656: Check the return values in vnt_set_bss_mode functionOscar Carter1-7/+14
2020-04-28staging: vt6656: Remove functions' documentationOscar Carter1-79/+0
2020-04-28staging: vt6656: Check the return value of vnt_control_out_* callsOscar Carter1-35/+62
2020-04-23staging: vt6656: Use fls instead of for loop in vnt_update_top_ratesOscar Carter1-22/+6
2020-04-23staging: vt6656: Refactor the vnt_ofdm_min_rate functionOscar Carter1-9/+2
2020-04-16staging: vt6656: Use BIT() macro instead of bit shift operatorOscar Carter1-2/+2
2020-04-13staging: vt6656: formulate rspinf values into tablesMalcolm Priestley1-156/+40
2020-04-13staging: vt6656: set all cck rates to default.Malcolm Priestley1-34/+4
2020-04-13staging: vt6656: set all ofdm rates to defaultMalcolm Priestley1-50/+4
2020-04-13staging: vt6656: add error code handling to unused variableJohn B. Wyatt IV1-8/+12
2020-03-21staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter1-1/+3
2020-01-03staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley1-1/+1
2019-06-20staging: vt6656: fix indentation on break statementColin Ian King1-1/+1
2019-05-21staging: vt6656: avoid discarding called function's return codeQuentin Deslandes1-6/+14
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman1-0/+1
2017-10-18staging: vt6656: card: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-05-15staging: vt6656: vnt_update_ifs set max_min based on short slot time.Malcolm Priestley1-23/+6
2016-10-17staging: vt6656: Compress return logic into one line.Elise Lennion1-10/+1
2016-10-16staging:vt6656:card.c: fix block comments should align the * on each lineMikhail Golubev1-2/+2
2016-08-21staging:vt6656:card.c: fix camel case issueRithvik Patibandla1-3/+3
2016-08-21staging:vt6656:card.c: fix blank line issueRithvik Patibandla1-0/+1
2016-08-21staging:vt6656:card.c: fix blank lines issueRithvik Patibandla1-5/+0
2016-08-21staging:vt6656:card.c:fix alignment checksRithvik Patibandla1-30/+30
2016-08-21staging:vt6656:card.c:Fix comment block issueRithvik Patibandla1-1/+2
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-3/+0
2015-10-27staging: vt6656: Do not use multiple blank lines.Burcin Akalin1-1/+0
2015-10-27staging: vt6656: Add space around '|'Burcin Akalin1-1/+1
2015-10-16staging: vt6656: Prefer using BIT MacroAmitoj Kaur Chawla1-1/+1
2015-10-16staging: vt6656: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1
2015-01-12Staging: vt6656: Fixed typo in a macro nameGustavo A. R. Silva1-1/+1
2014-09-23staging: vt6656: remove unnecessary else after returnTapasweni Pathak1-2/+1
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley1-6/+0
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley1-9/+9
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rateMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rateMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley1-7/+7
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley1-3/+3
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley1-12/+12
2014-07-21staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley1-23/+23
2014-07-21staging: vt6656: struct vnt_private remove uCwMin/uCwMaxMalcolm Priestley1-8/+2