summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rf.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Remove unnecessary parenthesesRehas Sachdeva2016-03-111-2/+2
* staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-201-4/+0Star
* staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley2015-03-091-0/+1
* Staging: vt6656: Merge two lines of code into oneRajbinder Brar2014-09-231-4/+1Star
* staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley2014-07-211-7/+7
* staging: vt6656: struct vnt_private rename uCurrRSSI to current_rssiMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley2014-07-211-5/+5
* staging: vt6656: rf.c cleanup commentsMalcolm Priestley2014-07-121-61/+4Star
* staging: vt6656: vnt_rf_write_embedded add reg length and IFREGCTL_REGWMalcolm Priestley2014-07-121-121/+98Star
* staging: vt6656: rf.c remove dead code RFaby11aChannelIndexMalcolm Priestley2014-07-121-31/+0Star
* staging: vt6656: rf.c clean up channel and power tablesMalcolm Priestley2014-07-121-562/+515Star
* staging: vt6656: vnt_rf_setpower rate <= RATE_11M check array boundMalcolm Priestley2014-07-091-1/+4
* staging: vt6656: vnt_rf_set_txpower use power for priv->byCurPwrMalcolm Priestley2014-07-091-15/+13Star
* staging: vt6656: remove dead code datarateMalcolm Priestley2014-06-271-1/+0Star
* staging: vt6656: mac80211 conversion: change vnt_rf_set_txpowerMalcolm Priestley2014-06-271-14/+9Star
* staging: vt6656: rf.c replace DBG_PRT debug messagesMalcolm Priestley2014-05-281-5/+3Star
* staging: vt6656: rf.c Fix typo error at3226*Malcolm Priestley2014-05-281-4/+4
* staging: vt6656: rf.c rename RFbRFTableDownload to vnt_rf_table_download.Malcolm Priestley2014-05-281-1/+1
* staging: vt6656: rf.c/h rename RFvRSSITodBm to vnt_rf_rssi_to_dbmMalcolm Priestley2014-05-281-1/+1
* staging: vt6656: rf.c/h rename RFbRawSetPower to vnt_rf_set_txpowerMalcolm Priestley2014-05-281-5/+5
* staging: vt6656: rf.c/h rename RFbSetPower to vnt_rf_setpowerMalcolm Priestley2014-05-281-1/+1
* staging: vt6656: rf.c: rename IFRFbWriteEmbedded to vnt_rf_write_embeddedMalcolm Priestley2014-05-281-24/+24
* staging: vt6656: IFRFbWriteEmbedded remove camel caseMalcolm Priestley2014-05-281-8/+8
* staging: vt6656: IFRFbWriteEmbedded use ARRAY_SIZEMalcolm Priestley2014-05-281-1/+1
* staging: vt6656: dead code remove control.c/hMalcolm Priestley2014-05-261-1/+1
* staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley2014-05-261-6/+6
* staging: vt6656: rndis.h move all to device.hMalcolm Priestley2014-05-181-1/+0Star
* staging: vt6656: rf.c additional power.Malcolm Priestley2014-05-181-0/+30
* staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley2013-11-251-3/+0Star
* staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea2013-11-101-2/+2
* staging: vt6656: rf.c: Remove camel case from local variablesMalcolm Priestley2013-05-301-38/+38
* staging: vt6656: rf.c: RFbRFTableDownload: Remove camel case and clean up.Malcolm Priestley2013-05-301-140/+121Star
* staging: vt6656: rf.c: RFvRSSITodBm Remove camel case and clean up.Malcolm Priestley2013-05-301-18/+19
* staging: vt6656: rf.c: RFbRawSetPower Remove camel case and cleanup.Malcolm Priestley2013-05-301-105/+117
* staging: vt6656: rf.c: RFbSetPower Remove camel case and clean up.Malcolm Priestley2013-05-301-30/+29Star
* staging: vt6656: remove consecutive newlinesAndres More2013-03-291-18/+0Star
* staging: vt6656: remove unused functionsAndres More2013-03-271-17/+0Star
* staging: vt6656: remove code placeholdersAndres More2013-03-251-6/+0Star
* staging: vt6656: replaced custom DWORD definition with u32Andres More2013-03-111-4/+4
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-9/+9
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-9/+9
* staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley2013-01-181-8/+16
* staging: vt6656: iwctl/key/rf use new structures.Malcolm Priestley2013-01-071-78/+56Star
* staging: vt6656: [BUG] out of bound array reference in RFbSetPower.Malcolm Priestley2012-10-221-0/+3
* staging "vt6656" Typo rename Embeded to Embedded.Justin P. Mattock2012-09-041-26/+26
* staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-2/+2
* staging: vt6656: Fix typo in vt6656Masanari Iida2012-08-141-2/+2
* Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More2010-05-181-3/+3
* Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefsAndres More2010-05-181-2/+2
* Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-111-2/+2