aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07-16staging: vt6656: Align function parametersSimon Sandström1-1/+1
2017-07-16staging: vt6656: Add spaces between operatorsSimon Sandström1-2/+2
2017-04-08staging: vt6656: Split arguments to avoid 80-char violation in rf.cDan Cashman1-1/+2
2017-04-08staging: vt6656: Replace embedded function name with __func__ in rf.cDan Cashman1-1/+1
2017-04-08staging: vt6656: convert spaces to tabs for rf.cDan Cashman1-5/+5
2017-02-16staging: vt6656: Alignment should match open parenthesisArushi Singhal1-6/+6
2016-11-21staging: vt6656: Fix coding style warnings on Block commentsVijai Kumar K1-3/+3
2016-10-24staging: vt6656: Remove unnecessary parentheses.Elise Lennion1-2/+2
2016-03-10staging: vt6656: Remove unnecessary parenthesesRehas Sachdeva1-2/+2
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-4/+0
2015-03-09staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley1-0/+1
2014-09-23Staging: vt6656: Merge two lines of code into oneRajbinder Brar1-4/+1
2014-07-21staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley1-7/+7
2014-07-21staging: vt6656: struct vnt_private rename uCurrRSSI to current_rssiMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley1-5/+5
2014-07-12staging: vt6656: rf.c cleanup commentsMalcolm Priestley1-61/+4
2014-07-12staging: vt6656: vnt_rf_write_embedded add reg length and IFREGCTL_REGWMalcolm Priestley1-121/+98
2014-07-12staging: vt6656: rf.c remove dead code RFaby11aChannelIndexMalcolm Priestley1-31/+0
2014-07-12staging: vt6656: rf.c clean up channel and power tablesMalcolm Priestley1-562/+515
2014-07-08staging: vt6656: vnt_rf_setpower rate <= RATE_11M check array boundMalcolm Priestley1-1/+4
2014-07-08staging: vt6656: vnt_rf_set_txpower use power for priv->byCurPwrMalcolm Priestley1-15/+13
2014-06-26staging: vt6656: remove dead code datarateMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: mac80211 conversion: change vnt_rf_set_txpowerMalcolm Priestley1-14/+9
2014-05-28staging: vt6656: rf.c replace DBG_PRT debug messagesMalcolm Priestley1-5/+3
2014-05-28staging: vt6656: rf.c Fix typo error at3226*Malcolm Priestley1-4/+4
2014-05-28staging: vt6656: rf.c rename RFbRFTableDownload to vnt_rf_table_download.Malcolm Priestley1-1/+1
2014-05-28staging: vt6656: rf.c/h rename RFvRSSITodBm to vnt_rf_rssi_to_dbmMalcolm Priestley1-1/+1
2014-05-28staging: vt6656: rf.c/h rename RFbRawSetPower to vnt_rf_set_txpowerMalcolm Priestley1-5/+5
2014-05-28staging: vt6656: rf.c/h rename RFbSetPower to vnt_rf_setpowerMalcolm Priestley1-1/+1
2014-05-28staging: vt6656: rf.c: rename IFRFbWriteEmbedded to vnt_rf_write_embeddedMalcolm Priestley1-24/+24
2014-05-28staging: vt6656: IFRFbWriteEmbedded remove camel caseMalcolm Priestley1-8/+8
2014-05-28staging: vt6656: IFRFbWriteEmbedded use ARRAY_SIZEMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley1-6/+6
2014-05-18staging: vt6656: rndis.h move all to device.hMalcolm Priestley1-1/+0
2014-05-18staging: vt6656: rf.c additional power.Malcolm Priestley1-0/+30
2013-11-25staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley1-3/+0
2013-11-10staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea1-2/+2
2013-05-30staging: vt6656: rf.c: Remove camel case from local variablesMalcolm Priestley1-38/+38
2013-05-30staging: vt6656: rf.c: RFbRFTableDownload: Remove camel case and clean up.Malcolm Priestley1-140/+121
2013-05-30staging: vt6656: rf.c: RFvRSSITodBm Remove camel case and clean up.Malcolm Priestley1-18/+19
2013-05-30staging: vt6656: rf.c: RFbRawSetPower Remove camel case and cleanup.Malcolm Priestley1-105/+117
2013-05-30staging: vt6656: rf.c: RFbSetPower Remove camel case and clean up.Malcolm Priestley1-30/+29
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-18/+0
2013-03-26staging: vt6656: remove unused functionsAndres More1-17/+0
2013-03-25staging: vt6656: remove code placeholdersAndres More1-6/+0
2013-03-11staging: vt6656: replaced custom DWORD definition with u32Andres More1-4/+4
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-9/+9