summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: remove difs / sifs adjustments.Malcolm Priestley2020-05-131-32/+0
* staging: vt6656: Refactor the vnt_set_bss_mode functionOscar Carter2020-05-051-37/+31
* staging: vt6656: Check the return values in vnt_set_bss_mode functionOscar Carter2020-05-051-7/+14
* staging: vt6656: Remove functions' documentationOscar Carter2020-04-281-79/+0
* staging: vt6656: Check the return value of vnt_control_out_* callsOscar Carter2020-04-281-35/+62
* staging: vt6656: Use fls instead of for loop in vnt_update_top_ratesOscar Carter2020-04-231-22/+6
* staging: vt6656: Refactor the vnt_ofdm_min_rate functionOscar Carter2020-04-231-9/+2
* staging: vt6656: Use BIT() macro instead of bit shift operatorOscar Carter2020-04-161-2/+2
* staging: vt6656: formulate rspinf values into tablesMalcolm Priestley2020-04-131-156/+40
* staging: vt6656: set all cck rates to default.Malcolm Priestley2020-04-131-34/+4
* staging: vt6656: set all ofdm rates to defaultMalcolm Priestley2020-04-131-50/+4
* staging: vt6656: add error code handling to unused variableJohn B. Wyatt IV2020-04-131-8/+12
* staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter2020-03-211-1/+3
* staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley2020-01-031-1/+1
* staging: vt6656: fix indentation on break statementColin Ian King2019-06-201-1/+1
* staging: vt6656: avoid discarding called function's return codeQuentin Deslandes2019-05-211-6/+14
* staging: vt6656: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0
* staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6656: card: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+2
* staging: vt6656: vnt_update_ifs set max_min based on short slot time.Malcolm Priestley2017-05-151-23/+6
* staging: vt6656: Compress return logic into one line.Elise Lennion2016-10-171-10/+1
* staging:vt6656:card.c: fix block comments should align the * on each lineMikhail Golubev2016-10-161-2/+2
* staging:vt6656:card.c: fix camel case issueRithvik Patibandla2016-08-211-3/+3
* staging:vt6656:card.c: fix blank line issueRithvik Patibandla2016-08-211-0/+1
* staging:vt6656:card.c: fix blank lines issueRithvik Patibandla2016-08-211-5/+0
* staging:vt6656:card.c:fix alignment checksRithvik Patibandla2016-08-211-30/+30
* staging:vt6656:card.c:Fix comment block issueRithvik Patibandla2016-08-211-1/+2
* staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-191-3/+0
* staging: vt6656: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0
* staging: vt6656: Add space around '|'Burcin Akalin2015-10-271-1/+1
* staging: vt6656: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-161-1/+1
* staging: vt6656: Remove useless initialisationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-171-1/+1
* Staging: vt6656: Fixed typo in a macro nameGustavo A. R. Silva2015-01-121-1/+1
* staging: vt6656: remove unnecessary else after returnTapasweni Pathak2014-09-231-2/+1
* staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley2014-07-271-6/+0
* staging: vt6656: remove return from all void functionsMalcolm Priestley2014-07-271-4/+0
* staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley2014-07-211-9/+9
* staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley2014-07-211-7/+7
* staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley2014-07-211-3/+3
* staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley2014-07-211-12/+12
* staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley2014-07-211-23/+23
* staging: vt6656: struct vnt_private remove uCwMin/uCwMaxMalcolm Priestley2014-07-211-8/+2
* staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley2014-07-211-6/+6
* staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley2014-07-181-3/+4
* staging: vt6656: struct vnt_private remove unused variable bRadioOffMalcolm Priestley2014-07-181-4/+0