Commit 618d7d07 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Greg Kroah-Hartman

staging: vt6556: Cleanup coding style: comments

This patch cleanup coding style issues on comments.

Tested by compilation only.
Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dbf0a03b
...@@ -26,9 +26,10 @@ ...@@ -26,9 +26,10 @@
* Date: Jun. 5, 2002 * Date: Jun. 5, 2002
* *
* Functions: * Functions:
* vnt_get_frame_time - Calculate data frame transmitting time * vnt_get_frame_time - Calculate data frame transmitting time
* vnt_get_phy_field - Calculate PhyLength, PhyService and Phy Signal parameter for baseband Tx * vnt_get_phy_field - Calculate PhyLength, PhyService and Phy
* BBbVT3184Init - VIA VT3184 baseband chip init code * Signal parameter for baseband Tx
* BBbVT3184Init - VIA VT3184 baseband chip init code
* *
* Revision History: * Revision History:
* *
...@@ -86,7 +87,7 @@ static u8 vnt_vt3184_al2230[] = { ...@@ -86,7 +87,7 @@ static u8 vnt_vt3184_al2230[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /* 0xff */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /* 0xff */
}; };
//{{RobertYu:20060515, new BB setting for VT3226D0 /* {{RobertYu:20060515, new BB setting for VT3226D0 */
static u8 vnt_vt3184_vt3226d0[] = { static u8 vnt_vt3184_vt3226d0[] = {
0x31, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,
0x70, 0x45, 0x2a, 0x76, 0x00, 0x00, 0x80, 0x00, /* 0x0f */ 0x70, 0x45, 0x2a, 0x76, 0x00, 0x00, 0x80, 0x00, /* 0x0f */
...@@ -191,9 +192,9 @@ unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type, ...@@ -191,9 +192,9 @@ unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type,
* tx_rate - Tx Rate * tx_rate - Tx Rate
* Out: * Out:
* struct vnt_phy_field *phy * struct vnt_phy_field *phy
* - pointer to Phy Length field * - pointer to Phy Length field
* - pointer to Phy Service field * - pointer to Phy Service field
* - pointer to Phy Signal field * - pointer to Phy Signal field
* *
* Return Value: none * Return Value: none
* *
......
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
#include "key.h" #include "key.h"
#include "usbpipe.h" #include "usbpipe.h"
//const u16 cwRXBCNTSFOff[MAX_RATE] = /* const u16 cwRXBCNTSFOff[MAX_RATE] =
//{17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3}; {17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3}; */
static const u16 cwRXBCNTSFOff[MAX_RATE] = static const u16 cwRXBCNTSFOff[MAX_RATE] =
{192, 96, 34, 17, 34, 23, 17, 11, 8, 5, 4, 3}; {192, 96, 34, 17, 34, 23, 17, 11, 8, 5, 4, 3};
......
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
* *
* *
* Revision History: * Revision History:
* 01-18-2005 RobertYu: remove the for loop searching in ChannelValid, * 01-18-2005 RobertYu: remove the for loop searching in
* change ChannelRuleTab to lookup-type, reorder table items. * ChannelValid, change ChannelRuleTab
* to lookup-type, reorder table items.
* *
* *
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment