Staging: vt6655: removed redundant comments from device_cfg.h
Removed redundant comments from device_cfg.h header file. Signed-off-by: Igor Bezukh <igbzkh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
795a8f9aa5
commit
aee4821c26
|
@ -27,7 +27,6 @@
|
|||
#ifndef __DEVICE_CONFIG_H
|
||||
#define __DEVICE_CONFIG_H
|
||||
|
||||
//#include <linux/config.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "ttype.h"
|
||||
|
@ -60,14 +59,12 @@ struct _version {
|
|||
#define DEVICE_VERSION "1.19.12"
|
||||
#endif
|
||||
|
||||
//config file
|
||||
#include <linux/fs.h>
|
||||
#include <linux/fcntl.h>
|
||||
#ifndef CONFIG_PATH
|
||||
#define CONFIG_PATH "/etc/vntconfiguration.dat"
|
||||
#endif
|
||||
|
||||
//Max: 2378=2312Payload + 30HD +4CRC + 2Padding + 4Len + 8TSF + 4RSR
|
||||
#define PKT_BUF_SZ 2390
|
||||
|
||||
#define MAX_UINTS 8
|
||||
|
|
Loading…
Reference in New Issue